-
-
Notifications
You must be signed in to change notification settings - Fork 529
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect battery status #669
Comments
I think this is caused by Home Assistant deprecating the battery_level attribute of the vacuum entity last July, and instead instructing integration authors to replace it with a sensor of class battery connected to the same device. But many integrations have not been updated, so I don't know if this can be implemented conditionally to show the battery from battery_level if available, otherwise using the linked battery sensor.. |
Is there a way to hide the % in the top left or replace it with something else? |
Also having this issue. It's probably an easy change on this section of the card vacuum-card/src/vacuum-card.ts Line 221 in fb081d3
but I don't have the knowledge 😓 |
There hasn't been any activity on this issue recently. This issue has now been marked as stale and will be closed if no further activity occurs. Please, update to the latest version and check if that solves the issue. |
Problem still exists in latest version with vacuums integrations that have been modified to follow https://developers.home-assistant.io/blog/2023/07/10/vacuum-updates |
same problem here |
I think this requires something similar to the findBatteryEntity implementation from homeassistant/frontend (maybe you can import that and use it directly) |
There hasn't been any activity on this issue recently. This issue has now been marked as stale and will be closed if no further activity occurs. Please, update to the latest version and check if that solves the issue. |
The issue still exists in 2.10.1 |
There hasn't been any activity on this issue recently. This issue has now been marked as stale and will be closed if no further activity occurs. Please, update to the latest version and check if that solves the issue. |
2.10.1 still seems to be the latest release. |
Before submitting a bug
[X ] I updated to the latest version available
[ X] I cleared the cache of my browser
Describe the bug
Empty battery status in main screen
Steps to reproduce
Expected behavior
In the main widget, the battery level is not displayed, but if you click it, the battery level is displayed in the second window.
Screenshots
Versions:
STATES
The text was updated successfully, but these errors were encountered: