Skip to content

Commit c8ba1e0

Browse files
authoredNov 27, 2024
Add support for "Freshness Drawer" door type
1 parent af3bf87 commit c8ba1e0

File tree

1 file changed

+1
-0
lines changed
  • custom_components/home_connect_alt

1 file changed

+1
-0
lines changed
 

‎custom_components/home_connect_alt/const.py

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"BSH.Common.Status.DoorState": { "type": "Boolean", "class": "door", "icon": None, "on_state": "BSH.Common.EnumType.DoorState.Open" },
4949
"Refrigeration.Common.Status.Door.Freezer": { "type": "Boolean", "class": "door", "icon": None, "on_state": "Refrigeration.Common.EnumType.Door.States.Open" },
5050
"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" },
5152
"Connected": { "class": "connectivity" },
5253
}
5354
}

0 commit comments

Comments
 (0)
Please sign in to comment.