lacrima08

timer exemple

Jan 27th, 2024
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. alias: "[EXEMPLE] Timer"
  2. description: ""
  3. trigger: []
  4. condition: []
  5. action:
  6. - service: light.turn_on
  7. target:
  8. entity_id: light.cuisine
  9. data: {}
  10. alias: Allume la cuisine
  11. - delay:
  12. hours: 0
  13. minutes: 0
  14. seconds: 30
  15. milliseconds: 0
  16. alias: Timer de 30 secondes
  17. - service: light.turn_on
  18. target:
  19. entity_id: light.cuisine
  20. data: {}
  21. alias: Eteint la cuisine
  22. mode: single
  23.  
Advertisement
Add Comment
Please, Sign In to add comment