homeassistant
homeassistant Otkaz 12 months ago 95%

How do you use "is defined" in a script?

I'm trying to get a script built. I want to check if a variable exist and include it if it does. Just really struggling to figure out the formatting. Something like

script:
  sequence:
    target:
      entity_id: "{{ entity }}"
    {% if variable is defined %}
      data: "{{ variable }}"
    {% endif %}

20
5
Comments 5