mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-26 08:06:27 +01:00
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"]
|