Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the laundrify integration."""
2 
3 DOMAIN = "laundrify"
4 
5 MANUFACTURER = "laundrify"
6 MODELS = {"SU02": "WLAN-Adapter classic", "M01": "WLAN-Adapter mini"}
7 
8 DEFAULT_POLL_INTERVAL = 60
9 
10 REQUEST_TIMEOUT = 10