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

Classes

class  FritzBoxWOLButton
 
class  FritzButton
 
class  FritzButtonDescription
 

Functions

list[FritzBoxWOLButton_async_wol_buttons_list (AvmWrapper avm_wrapper, FritzData data_fritz)
 
None async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Switches for AVM Fritz!Box buttons.

Function Documentation

◆ _async_wol_buttons_list()

list[FritzBoxWOLButton] homeassistant.components.fritz.button._async_wol_buttons_list ( AvmWrapper  avm_wrapper,
FritzData  data_fritz 
)
private
Add new WOL button entities from the AVM device.

Definition at line 129 of file button.py.

◆ async_setup_entry()

None homeassistant.components.fritz.button.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set buttons for device.

Definition at line 66 of file button.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 26 of file button.py.