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

Variables

string CONF_MYDEVOLO = "mydevolo_url"
 
string DEFAULT_MYDEVOLO = "https://www.mydevolo.com"
 
string DOMAIN = "devolo_home_control"
 
 GATEWAY_SERIAL_PATTERN = re.compile(r"\d{16}")
 
list PLATFORMS
 
list SUPPORTED_MODEL_TYPES = ["2600", "2601"]
 

Detailed Description

Constants for the devolo_home_control integration.

Variable Documentation

◆ CONF_MYDEVOLO

string homeassistant.components.devolo_home_control.const.CONF_MYDEVOLO = "mydevolo_url"

Definition at line 18 of file const.py.

◆ DEFAULT_MYDEVOLO

string homeassistant.components.devolo_home_control.const.DEFAULT_MYDEVOLO = "https://www.mydevolo.com"

Definition at line 8 of file const.py.

◆ DOMAIN

string homeassistant.components.devolo_home_control.const.DOMAIN = "devolo_home_control"

Definition at line 7 of file const.py.

◆ GATEWAY_SERIAL_PATTERN

homeassistant.components.devolo_home_control.const.GATEWAY_SERIAL_PATTERN = re.compile(r"\d{16}")

Definition at line 19 of file const.py.

◆ PLATFORMS

list homeassistant.components.devolo_home_control.const.PLATFORMS
Initial value:
1 = [
2  Platform.BINARY_SENSOR,
3  Platform.CLIMATE,
4  Platform.COVER,
5  Platform.LIGHT,
6  Platform.SENSOR,
7  Platform.SIREN,
8  Platform.SWITCH,
9 ]

Definition at line 9 of file const.py.

◆ SUPPORTED_MODEL_TYPES

list homeassistant.components.devolo_home_control.const.SUPPORTED_MODEL_TYPES = ["2600", "2601"]

Definition at line 20 of file const.py.