Namespaces | |
| config_flow | |
| const | |
| diagnostics | |
| sensor | |
Functions | |
| None | async_reload_entry (HomeAssistant hass, ConfigEntry config_entry) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| DEFAULT_UPDATE_INTERVAL = timedelta(minutes=5) | |
The WattTime integration.
| None homeassistant.components.watttime.async_reload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Handle an options update.
Definition at line 87 of file __init__.py.
| bool homeassistant.components.watttime.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up WattTime from a config entry.
Definition at line 31 of file __init__.py.
| bool homeassistant.components.watttime.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 78 of file __init__.py.
| homeassistant.components.watttime.DEFAULT_UPDATE_INTERVAL = timedelta(minutes=5) |
Definition at line 26 of file __init__.py.