hass-core/homeassistant/components/switchbee/const.py
Jafar Atili a8f95c36a6
Bump pySwitchbee to 1.7.19 ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-01-09 09:23:49 -10:00

6 lines
210 B
Python

"""Constants for the SwitchBee Smart Home integration."""
from switchbee.api import CentralUnitPolling, CentralUnitWsRPC
DOMAIN = "switchbee"
SCAN_INTERVAL_SEC = {CentralUnitWsRPC: 10, CentralUnitPolling: 5}