Namespaces | |
| config_flow | |
| const | |
| sensor | |
| utils | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| int | _API_TIMEOUT = SLOW_UPDATE_WARNING - 1 |
| list | PLATFORMS = [Platform.SENSOR] |
The Nightscout integration.
| bool homeassistant.components.nightscout.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up Nightscout from a config entry.
Definition at line 20 of file __init__.py.
| bool homeassistant.components.nightscout.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 49 of file __init__.py.
|
private |
Definition at line 17 of file __init__.py.
| list homeassistant.components.nightscout.PLATFORMS = [Platform.SENSOR] |
Definition at line 16 of file __init__.py.