mirror of
https://github.com/home-assistant/core.git
synced 2025-06-09 07:37:06 +00:00

* add support for devolo blinds * correct internal sync function * correct naming * fix R1719 in line 73:15 * remove 'break point' print * simplified _sync check * change comment * change log msg
9 lines
322 B
Python
9 lines
322 B
Python
"""Constants for the devolo_home_control integration."""
|
|
|
|
DOMAIN = "devolo_home_control"
|
|
DEFAULT_MYDEVOLO = "https://www.mydevolo.com"
|
|
DEFAULT_MPRM = "https://homecontrol.mydevolo.com"
|
|
PLATFORMS = ["binary_sensor", "cover", "light", "sensor", "switch"]
|
|
CONF_MYDEVOLO = "mydevolo_url"
|
|
CONF_HOMECONTROL = "home_control_url"
|