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

Namespaces

 binary_sensor
 
 button
 
 config_flow
 
 const
 
 coordinator
 
 device_tracker
 
 diagnostics
 
 entity
 
 image
 
 sensor
 
 switch
 
 update
 

Classes

class  DevoloHomeNetworkData
 

Functions

bool async_setup_entry (HomeAssistant hass, DevoloHomeNetworkConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, DevoloHomeNetworkConfigEntry entry)
 
set[Platformplatforms (Device device)
 
None update_sw_version (dr.DeviceRegistry device_registry, Device device)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 DevoloHomeNetworkConfigEntry
 

Detailed Description

The devolo Home Network integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.devolo_home_network.async_setup_entry ( HomeAssistant  hass,
DevoloHomeNetworkConfigEntry   entry 
)
Set up devolo Home Network from a config entry.

Definition at line 66 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.devolo_home_network.async_unload_entry ( HomeAssistant  hass,
DevoloHomeNetworkConfigEntry   entry 
)
Unload a config entry.

Definition at line 280 of file __init__.py.

◆ platforms()

set[Platform] homeassistant.components.devolo_home_network.platforms ( Device  device)
Assemble supported platforms.

Definition at line 295 of file __init__.py.

◆ update_sw_version()

None homeassistant.components.devolo_home_network.update_sw_version ( dr.DeviceRegistry  device_registry,
Device  device 
)
Update device registry with new firmware version.

Definition at line 309 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 53 of file __init__.py.

◆ DevoloHomeNetworkConfigEntry

homeassistant.components.devolo_home_network.DevoloHomeNetworkConfigEntry

Definition at line 55 of file __init__.py.