mirror of
https://github.com/home-assistant/core.git
synced 2026-05-29 19:57:40 +01:00
e037d3a16f
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
7 lines
136 B
Python
7 lines
136 B
Python
"""Constants for the Spider integration."""
|
|
|
|
DOMAIN = "spider"
|
|
DEFAULT_SCAN_INTERVAL = 300
|
|
|
|
PLATFORMS = ["climate", "switch", "sensor"]
|