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

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__)
 

Detailed Description

Support for AVM Fritz!Box functions.

Function Documentation

◆ async_setup_entry()

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.

◆ async_unload_entry()

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.

◆ update_listener()

None homeassistant.components.fritz.update_listener ( HomeAssistant  hass,
ConfigEntry  entry 
)
Update when config_entry options update.

Definition at line 92 of file __init__.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.fritz._LOGGER = logging.getLogger(__name__)
private

Definition at line 27 of file __init__.py.