Advertisement
boelle11

Untitled

Mar 9th, 2021
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. alias: Start Støvsug
  2. description: ''
  3. trigger:
  4. - platform: state
  5. entity_id: sensor.vacuum
  6. from: Ready
  7. to: Clean
  8. condition: []
  9. action:
  10. - service: scene.create
  11. data:
  12. scene_id: before
  13. snapshot_entities:
  14. - light.kitchen_1
  15. - light.kitchen_2
  16. - light.bedroom_bo
  17. - light.bedroom_tina
  18. - light.kontor
  19. - service: light.turn_on
  20. target:
  21. entity_id: light.kitchen_1
  22. - service: light.turn_on
  23. target:
  24. entity_id: light.kitchen_2
  25. - service: light.turn_on
  26. target:
  27. entity_id: light.kontor
  28. mode: single
  29.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement