Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.fritzbox Namespace Reference

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)
 

Detailed Description

Support for AVM FRITZ!SmartHome devices.

Function Documentation

◆ async_remove_config_entry_device()

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.

◆ async_setup_entry()

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.

◆ async_unload_entry()

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.