Cocktus

Untitled

Mar 3rd, 2023
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. - id: '1677329873565'
  2. alias: Vacuum
  3. description: ''
  4. trigger:
  5. - platform: time
  6. at: '20:37:00'
  7. condition:
  8. - condition: template
  9. value_template: '{% set rooms = [''binary_sensor.kitchen_cleaning'', ''binary_sensor.living_room_cleaning'',
  10. ''binary_sensor.bedroom_cleaning'', ''binary_sensor.playroom_cleaning'', ''binary_sensor.work_room_cleaning'',
  11. ''binary_sensor.corridor_cleaning''] %}
  12.  
  13. {% set room_ids = expand(rooms) | selectattr(''state'', ''eq'', ''on'') | map(attribute=''attributes.room_id'')
  14. | list %}
  15.  
  16. {% set room_names = expand(rooms) | selectattr(''state'', ''eq'', ''on'') |
  17. map(attribute=''attributes.name'') | list | count %}
  18.  
  19. {{ room_names >= 1 }}'
  20. action:
Add Comment
Please, Sign In to add comment