lovelace-multiple-entity-row icon indicating copy to clipboard operation
lovelace-multiple-entity-row copied to clipboard

Theme change not being handled

Open Th30wl opened this issue 3 years ago • 0 comments

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: image

After automation is triggered: image

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

Th30wl avatar Jan 28 '22 23:01 Th30wl