lovelace-multiple-entity-row
lovelace-multiple-entity-row copied to clipboard
Theme change not being handled
Using v4.4.1 but I think that this appeared in v4.3.1. If a theme is changed by an automation, card's theme remains the old one until I refresh the page. (I have automations that switch to light/dark theme at sunrise/sunset)
Before automation is triggered:
After automation is triggered:
Automation that I use:
alias: Light theme at sunrise
trigger:
- platform: sun
event: sunrise
condition: []
action:
- service: frontend.set_theme
data:
name: Caule Light Blue
mode: single