Closed BCsabaEngine closed 2 years ago
I have tried without external component (vertical-stack), but same behavior.
Maybe the entities card suppress the css auto behavior in under componenst?
It works:
- entity: binary_sensor.updater
It does not work:
- type: entities
entities:
- entity: binary_sensor.updater
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
Checklist
Describe the issue you are experiencing
I use frontend.set_theme at sunset/sunrise to change to light and dark mode. M yphone and tablet on wall changes the skin automatically without interaction. Two weeks ago the behavior changed: all cards work but entitylist (the most common card type) stay in old mode. When use browser refresh (F5, CTRL+R or navigation) the entitylist goes to perfect skin. But not automatically. All other cards works.
Describe the behavior you expected
EntityList card (entities) should be skinned automatically when run frontend.set_theme without click.
Steps to reproduce the issue
What version of Home Assistant Core has the issue?
core-2021.12.7
What was the last working version of Home Assistant Core?
No response
In which browser are you experiencing the issue with?
Chrome 96.0.4664.110
Which operating system are you using to run this browser?
Linux Elementary 6.1
State of relevant entities
No response
Problem-relevant frontend configuration
Javascript errors shown in your browser console/inspector
Additional information
I have tried it in different browser and mobile apps.