Untitled
wookiee
yaml
a year ago
364 B
9
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: 1Editor is loading...
Leave a Comment