You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: