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

Classes

class  DevoloUpdateEntity
 
class  DevoloUpdateEntityDescription
 

Functions

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

Variables

int PARALLEL_UPDATES = 0
 

Detailed Description

Platform for update integration.

Function Documentation

◆ async_setup_entry()

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

Definition at line 51 of file update.py.

Variable Documentation

◆ PARALLEL_UPDATES

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

Definition at line 29 of file update.py.