hass-core/homeassistant/components/spider/const.py
Peter Nijssen e037d3a16f
Update spider integration to support HEM (#53397)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-07-27 12:58:33 +02:00

6 lines
136 B
Python

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