Untitled

 avatar
wookiee
yaml
a year ago
364 B
6
Indexable
multitab
tap_action:
  action: custom
  custom: |
    [[[
      hass.callService(
        "script.turn_on",
        {
          "entity_id": "script.set_monitoring_tab_number",
          "data": {  
            "variables": {
                "tab_number": {{ variable.var_tab_number }}  
            }
          }
        }
      )
    ]]]
  variable:
    var_tab_number: 1
Editor is loading...
Leave a Comment