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

Classes

class  FritzBoxUpdateEntity
 
class  FritzUpdateEntityDescription
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for AVM FRITZ!Box update platform.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.fritz.update.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback   async_add_entities 
)
Set up AVM FRITZ!Box update entities.

Definition at line 31 of file update.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 23 of file update.py.