mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
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
|