mirror of
https://github.com/home-assistant/core.git
synced 2025-05-21 14:27:07 +00:00
13 lines
215 B
Python
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
|