ha-core/homeassistant/components/laundrify/const.py

11 lines
177 B
Python

"""Constants for the laundrify integration."""
DOMAIN = "laundrify"
MANUFACTURER = "laundrify"
MODEL = "WLAN-Adapter (SU02)"
DEFAULT_POLL_INTERVAL = 60
REQUEST_TIMEOUT = 10