hass-core/homeassistant/components/devolo_home_control/const.py
2020-11-09 12:17:35 +01:00

6 lines
245 B
Python

"""Constants for the devolo_home_control integration."""
DOMAIN = "devolo_home_control"
DEFAULT_MYDEVOLO = "https://www.mydevolo.com"
PLATFORMS = ["binary_sensor", "climate", "cover", "light", "sensor", "switch"]
CONF_MYDEVOLO = "mydevolo_url"