Skip to content

Commit

Permalink
Identify refrigeratpr and freezer doors as door device in HA
Browse files Browse the repository at this point in the history
  • Loading branch information
ekutner committed Sep 19, 2023
1 parent fa1c7b6 commit dbef26a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions custom_components/home_connect_alt/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
"BSH.Common.Option.EstimatedTotalProgramTime": { "unit": None, "class": f"{DOMAIN}__timespan"},
"BSH.Common.Option.RemainingProgramTime": {"unit": None, "class": "timestamp" },
"BSH.Common.Status.DoorState": { "type": "Boolean", "class": "door", "icon": None, "on_state": "BSH.Common.EnumType.DoorState.Open" },
"Refrigeration.Common.Status.Door.Freezer": { "type": "Boolean", "class": "door", "icon": None, "on_state": "Refrigeration.Common.EnumType.Door.States.Open" },
"Refrigeration.Common.Status.Door.Refrigerator": { "type": "Boolean", "class": "door", "icon": None, "on_state": "Refrigeration.Common.EnumType.Door.States.Open" },
"Connected": { "class": "connectivity" },
}
}
Expand Down
2 changes: 1 addition & 1 deletion custom_components/home_connect_alt/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"issue_tracker": "https://github.com/ekutner/home-connect-hass/issues",
"requirements": ["home-connect-async==0.7.10"],
"ssdp": [],
"version": "0.6.5",
"version": "0.6.6",
"zeroconf": []
}

0 comments on commit dbef26a

Please sign in to comment.