home-assistant-config
home-assistant-config copied to clipboard
home-assistant-config/automations/frontend.yaml
Hi, you have made a great job. i've a problem, the automation not working, exactly this template: data: name: > {% set name = states("input_select.theme") -%} {% set suffix = "-alternative" if is_state("input_boolean.theme_alternative", "on") else "" -%} ios-{{ name }}{{ suffix }} mode: > {{ "dark" if is_state("input_boolean.dark_mode", "on") else "light" }} the automations don't change anything, can you help me?