Robert Contreras
Robert Contreras
Screenshots of the entities in the dashboard:  
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...