hass-core/homeassistant/components/spider/const.py
2020-08-04 22:37:20 +02:00

6 lines
126 B
Python

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