Skip to content
caiosweet edited this page Jun 28, 2023 · 3 revisions

Jinja helper template

Put this code (copy and paste) into templates.

- {{ states 
| selectattr('object_id','match','notifier.*google', ignorecase=true)
| sort(reverse=false, attribute='entity_id')
| map(attribute='entity_id') | join('\n- ') }}
- group.notifier_player_google
- input_boolean.notifier_google_switch
- input_select.notifier_google_tts_notify
- select.notifier_player_google
- sensor.notifier_player_google
Clone this wiki locally