Skip to content

home-assistant-config/automations/frontend.yaml #30

@D-Devil89

Description

@D-Devil89

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions