Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias: Åbne vinduer og døre
- sequence:
- - service: notify.mobile_app_oneplus_cs
- data:
- title: Åbne vinduer/døre
- message: >-
- "{{ states.binary_sensor | selectattr('state', 'eq', 'on') |
- selectattr('attributes.device_class', 'eq', 'window') |
- map(attribute='attributes.friendly_name') | list | join(', ') }},{{
- states.binary_sensor | selectattr('state', 'eq', 'on') |
- selectattr('attributes.device_class', 'eq', 'door') |
- map(attribute='attributes.friendly_name') | list | join(', ') }}"
- mode: single
- icon: mdi:door-open
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement