core/homeassistant/components/devolo_home_control/const.py

9 lines
304 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"
2020-06-24 17:06:11 +00:00
PLATFORMS = ["binary_sensor", "sensor", "switch"]
2020-05-07 14:08:51 +00:00
CONF_MYDEVOLO = "mydevolo_url"
CONF_HOMECONTROL = "home_control_url"