mirror of
https://github.com/home-assistant/core.git
synced 2025-05-02 21:19:16 +00:00
8 lines
169 B
Python
8 lines
169 B
Python
"""Constants for the ScreenLogic integration."""
|
|
|
|
DOMAIN = "screenlogic"
|
|
DEFAULT_SCAN_INTERVAL = 30
|
|
MIN_SCAN_INTERVAL = 10
|
|
|
|
DISCOVERED_GATEWAYS = "_discovered_gateways"
|