mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 17:49:37 +01:00
276f6c7ee7
* refactor: upgrade laundrify_aio to v1.2.1 * refactor: update laundrify_aio to v1.2.2
11 lines
217 B
Python
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
|