ekutner / home-connect-hass

Alternative (and improved) Home Connect integration for Home Assistant
MIT License
638 stars 62 forks source link

Switch missing after update "dishcare_dishwasher_option_silenceondemand" #366

Closed msandvold closed 7 months ago

msandvold commented 8 months ago

Before update there was a switch to choose "silent mode" for dishwasher. "switch.xxxxxx_dishcare_dishwasher_option_silenceondemand" There is now only "binary_sensor.xxxxxx_dishcare_dishwasher_option_silenceondemand"

Easy fix to get the switch back?

ekutner commented 7 months ago

If it's gone then it's no longer available through the API.

msandvold commented 7 months ago

How about theese:

ekutner commented 7 months ago

same thing. by the way, the integration doesn't delete entities so I'm not even sure what you mean when you say it's not there.

msandvold commented 7 months ago

These 4 switches has been available before update and a re-install. If they no longer are available, that is the answer :)

ekutner commented 7 months ago

Entities are created dynamically. An upgrade doesn't delete entities but if you reinstalled then all the previous entities were removed when you removed the integration. They will be back when you actually use the appliance in a way that gets them back (i.e. select a program that supports them), assuming they are still available through the API.

msandvold commented 7 months ago

Sounds nice, will give it a testrun.

Tested, and You are absolutely correct, @ekutner. Thx alot for explaining.