Files
core/homeassistant/components/spider/const.py
T
2021-07-27 12:58:33 +02:00

7 lines
136 B
Python

"""Constants for the Spider integration."""
DOMAIN = "spider"
DEFAULT_SCAN_INTERVAL = 300
PLATFORMS = ["climate", "switch", "sensor"]