We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af3bf87 commit c8ba1e0Copy full SHA for c8ba1e0
custom_components/home_connect_alt/const.py
@@ -48,6 +48,7 @@
48
"BSH.Common.Status.DoorState": { "type": "Boolean", "class": "door", "icon": None, "on_state": "BSH.Common.EnumType.DoorState.Open" },
49
"Refrigeration.Common.Status.Door.Freezer": { "type": "Boolean", "class": "door", "icon": None, "on_state": "Refrigeration.Common.EnumType.Door.States.Open" },
50
"Refrigeration.Common.Status.Door.Refrigerator": { "type": "Boolean", "class": "door", "icon": None, "on_state": "Refrigeration.Common.EnumType.Door.States.Open" },
51
+ "Refrigeration.Common.Status.Door.ChillerCommon": { "type": "Boolean", "class": "door", "icon": None, "on_state": "Refrigeration.Common.EnumType.Door.States.Open" },
52
"Connected": { "class": "connectivity" },
53
}
54
0 commit comments