Namespaces | |
| binary_sensor | |
| button | |
| climate | |
| config_flow | |
| const | |
| coordinator | |
| cover | |
| diagnostics | |
| entity | |
| light | |
| model | |
| sensor | |
| switch | |
Functions | |
| bool | async_remove_config_entry_device (HomeAssistant hass, FritzboxConfigEntry entry, DeviceEntry device) |
| bool | async_setup_entry (HomeAssistant hass, FritzboxConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, FritzboxConfigEntry entry) |
Support for AVM FRITZ!SmartHome devices.
| bool homeassistant.components.fritzbox.async_remove_config_entry_device | ( | HomeAssistant | hass, |
| FritzboxConfigEntry | entry, | ||
| DeviceEntry | device | ||
| ) |
Remove Fritzbox config entry from a device.
Definition at line 65 of file __init__.py.
| bool homeassistant.components.fritzbox.async_setup_entry | ( | HomeAssistant | hass, |
| FritzboxConfigEntry | entry | ||
| ) |
Set up the AVM FRITZ!SmartHome platforms.
Definition at line 15 of file __init__.py.
| bool homeassistant.components.fritzbox.async_unload_entry | ( | HomeAssistant | hass, |
| FritzboxConfigEntry | entry | ||
| ) |
Unloading the AVM FRITZ!SmartHome platforms.
Definition at line 58 of file __init__.py.