core/homeassistant/components/laundrify/const.py

11 lines
217 B
Python

"""Constants for the laundrify integration."""
DOMAIN = "laundrify"
MANUFACTURER = "laundrify"
MODELS = {"SU02": "WLAN-Adapter classic", "M01": "WLAN-Adapter mini"}
DEFAULT_POLL_INTERVAL = 60
REQUEST_TIMEOUT = 10