Robert Contreras

Results 6 comments of Robert Contreras

Screenshots of the entities in the dashboard: ![Screenshot 2024-01-22 at 9 14](https://github.com/home-assistant/core/assets/8094157/1323e562-1ace-47ad-887d-5aeda34550eb) ![Screenshot 2024-01-22 at 9 15](https://github.com/home-assistant/core/assets/8094157/6dfb9889-b6d6-4dd0-abe5-3f833933d0c0)

These changes are great, I've been running a [branch from my local repo](https://github.com/beastie29a/core/pull/1/files) trying to make similar changes and introducing entities as they come up. Looking forward to seeing the...

> @beastie29a I see you now opened a new PR, I am not sure how many more you will add, but once these PRs come up we probably need to...

For functional testing I've been using the [Home Connect simulator](https://developer.home-connect.com/simulator) with `my.home-assistant.io` pointing to my local instance running in VSCode. I then change the API endpoints to the [simulator variants](https://github.com/beastie29a/core/blob/44cb99a99278094a50352d6aa815b51b55a75db8/homeassistant/components/home_connect/const.py#L5-L6)...

> Btw, I just discovered that refrigeration doors possible states are `Refrigeration.Common.EnumType.Door.States.Closed` and `Refrigeration.Common.EnumType.Door.States.Open`, but I can't find such values at API docs. @beastie29a, is this something that you found...

> Also I'd like to explore whether it's better to retrieve the available options for an enum device class sensor entity from the Home Connect API, rather than hardcoding them...