This commit is contained in:
Mahasri Kalavala
2022-12-04 19:02:34 -05:00
parent 2d312aaf11
commit 97c8ced097
29 changed files with 300 additions and 311 deletions

View File

@@ -34,7 +34,7 @@ automation:
{%- endfor %}
action:
service: group.set_visibility
data_template:
data:
entity_id: '{{- '{{' }} "group_" ~ trigger.entity_id.split(".")[1] {{ '}}' }}'
visible: '{{- '{{' }} trigger.to_state.state | lower == "on" {{ '}}' }}'
```