1
0
mirror of https://github.com/elisspace/core.git synced 2026-09-12 14:08:36 +00:00
Files
core/homeassistant/components/spider/const.py
2020-08-04 22:37:20 +02:00

7 lines
126 B
Python

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