core/homeassistant/components/control4/const.py

13 lines
215 B
Python

"""Constants for the Control4 integration."""
DOMAIN = "control4"
DEFAULT_SCAN_INTERVAL = 5
MIN_SCAN_INTERVAL = 1
API_RETRY_TIMES = 5
CONF_CONTROLLER_UNIQUE_ID = "controller_unique_id"
CONTROL4_ENTITY_TYPE = 7