Hi All,
Can someone find the issue? This worked in the past.
The profiles where i logged in are set on backend selected.
On my iMac Safari and Fully Kiosk Browser the themes are not changing.
- id: "7e98e973-70c1-4809-8fec-56dbf82b492b"
alias: "System - Automatic Theme Change Day/Night"
trigger:
- platform: homeassistant
event: start
- platform: sun
event: sunset
- platform: sun
event: sunrise
condition: []
action:
- service: frontend.set_theme
data:
name: "{{ 'iOS Light Mode' if is_state('sun.sun', 'above_horizon') else 'iOS Dark Mode' }}"
1 post - 1 participant