Namespaces | |
| binary_sensor | |
| button | |
| config_flow | |
| const | |
| coordinator | |
| device_tracker | |
| diagnostics | |
| entity | |
| image | |
| sensor | |
| services | |
| switch | |
| update | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
| None | update_listener (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
Support for AVM Fritz!Box functions.
| bool homeassistant.components.fritz.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up fritzboxtools from config entry.
Definition at line 30 of file __init__.py.
| bool homeassistant.components.fritz.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload FRITZ!Box Tools config entry.
Definition at line 73 of file __init__.py.
| None homeassistant.components.fritz.update_listener | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Update when config_entry options update.
Definition at line 92 of file __init__.py.
|
private |
Definition at line 27 of file __init__.py.