hass-core/homeassistant/components/laundrify/const.py
xLarry 276f6c7ee7
Update laundrify_aio to v1.2.2 (#121068)
* refactor: upgrade laundrify_aio to v1.2.1

* refactor: update laundrify_aio to v1.2.2
2024-07-04 22:08:50 +02:00

10 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