6 lines
136 B
Python
6 lines
136 B
Python
"""Constants for the Spider integration."""
|
|
|
|
DOMAIN = "spider"
|
|
DEFAULT_SCAN_INTERVAL = 300
|
|
|
|
PLATFORMS = ["climate", "switch", "sensor"]
|