Skip to content

Commit 1be7778

Browse files
committed
fix operation_mode_heating enum def
1 parent 38c5cbf commit 1be7778

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/elco-remocon-net-appdaemon/elco-remocon-net-appdaemon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def _post_zoneData(zoneData):
205205
"sensor.elco_desired_room_temperature", elco_desired_room_temperature
206206
)
207207

208-
mode_dict = {0: "Off", 1: "Comfort", 2: "Reduced", 3: "Frost Protection"}
208+
mode_dict = {0: "Protection", 1: "Automatic", 2: "Reduced", 3: "Comfort"}
209209
elco_room_operation_mode_heating = {
210210
"state": mode_dict.get(zoneData["mode"]["value"]),
211211
"attributes": {

0 commit comments

Comments
 (0)