hass-core/homeassistant/components/screenlogic/const.py
Kevin Worrel d21d9951ba
Add Pentair ScreenLogic integration (#47933)
Co-authored-by: J. Nick Koston <nick@koston.org>
2021-03-16 13:32:02 -10:00

7 lines
169 B
Python

"""Constants for the ScreenLogic integration."""
DOMAIN = "screenlogic"
DEFAULT_SCAN_INTERVAL = 30
MIN_SCAN_INTERVAL = 10
DISCOVERED_GATEWAYS = "_discovered_gateways"