mirror of
https://github.com/home-assistant/core.git
synced 2026-06-02 21:54:27 +01:00
acc974b26b
Co-authored-by: Franck Nijhof <frenck@frenck.nl> Co-authored-by: Teemu R <tpr@iki.fi>
7 lines
172 B
Python
7 lines
172 B
Python
"""Constants for EQ3 Bluetooth Smart Radiator Valves."""
|
|
|
|
PRESET_PERMANENT_HOLD = "permanent_hold"
|
|
PRESET_NO_HOLD = "no_hold"
|
|
PRESET_OPEN = "open"
|
|
PRESET_CLOSED = "closed"
|