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

Namespaces

 binary_sensor
 
 climate
 
 config_flow
 
 const
 
 cover
 
 devolo_multi_level_switch
 
 diagnostics
 
 entity
 
 exceptions
 
 light
 
 sensor
 
 siren
 
 subscriber
 
 switch
 

Functions

bool async_remove_config_entry_device (HomeAssistant hass, ConfigEntry config_entry, DeviceEntry device_entry)
 
bool async_setup_entry (HomeAssistant hass, DevoloHomeControlConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, DevoloHomeControlConfigEntry entry)
 
Mydevolo configure_mydevolo (dict[str, Any]|MappingProxyType[str, Any] conf)
 

Variables

 DevoloHomeControlConfigEntry
 

Detailed Description

The devolo_home_control integration.

Function Documentation

◆ async_remove_config_entry_device()

bool homeassistant.components.devolo_home_control.async_remove_config_entry_device ( HomeAssistant  hass,
ConfigEntry  config_entry,
DeviceEntry   device_entry 
)
Remove a config entry from a device.

Definition at line 93 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.devolo_home_control.async_setup_entry ( HomeAssistant  hass,
DevoloHomeControlConfigEntry   entry 
)
Set up the devolo account from a config entry.

Definition at line 26 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.devolo_home_control.async_unload_entry ( HomeAssistant  hass,
DevoloHomeControlConfigEntry   entry 
)
Unload a config entry.

Definition at line 79 of file __init__.py.

◆ configure_mydevolo()

Mydevolo homeassistant.components.devolo_home_control.configure_mydevolo ( dict[str, Any] | MappingProxyType[str, Any]  conf)
Configure mydevolo.

Definition at line 100 of file __init__.py.

Variable Documentation

◆ DevoloHomeControlConfigEntry

homeassistant.components.devolo_home_control.DevoloHomeControlConfigEntry

Definition at line 23 of file __init__.py.