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

Classes

class  DevoloButtonEntity
 
class  DevoloButtonEntityDescription
 

Functions

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

Variables

int PARALLEL_UPDATES = 0
 

Detailed Description

Platform for button integration.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.devolo_home_network.button.async_setup_entry ( HomeAssistant  hass,
DevoloHomeNetworkConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Get all devices and buttons and setup them via config entry.

Definition at line 59 of file button.py.

Variable Documentation

◆ PARALLEL_UPDATES

int homeassistant.components.devolo_home_network.button.PARALLEL_UPDATES = 0

Definition at line 25 of file button.py.