ekutner / home-connect-hass

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

Dishwasher Progress Percentage #417

Open Mwalton4uk opened 1 month ago

Mwalton4uk commented 1 month ago

Is your feature request related to a problem? Please describe. I am creating a progress bar for my Dishwasher but when the programme is complete, the "Bosch Dishwasher - Current programme progress" entity is set to unavailable and no longer provided.

Describe the solution you'd like Have the entity revert back to 0% or stay at 100%

Describe alternatives you've considered an automation to manually set it or using a helper

ekutner commented 1 month ago

Entities become unavailable when they are no longer provided by the API and therefor their state becomes undetermined. This behavior is not going to change. You can check for this state in your automation or create a custom sensor with a template that would return whatever value you want when the entity is unavailable.