core/homeassistant/components/devolo_home_control/const.py

9 lines
333 B
Python
Raw Normal View History

2020-05-07 14:08:51 +00:00
"""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", "climate", "cover", "light", "sensor", "switch"]
2020-05-07 14:08:51 +00:00
CONF_MYDEVOLO = "mydevolo_url"
CONF_HOMECONTROL = "home_control_url"