lacrima08

triggered by

Jan 27th, 2024
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. alias: "[EXEMPLE] Triggered by"
  2. description: Multiprise et Prise TV
  3. trigger:
  4. - platform: time
  5. at: "07:00:00"
  6. id: matin
  7. - platform: time
  8. at: "21:00:00"
  9. id: soir
  10. condition: []
  11. action:
  12. - choose:
  13. - conditions:
  14. - condition: trigger
  15. id:
  16. - matin
  17. sequence:
  18. - service: switch.turn_off
  19. target:
  20. entity_id:
  21. - switch.multiprise_lellki_lit_parents_l1
  22. - switch.multiprise_lellki_lit_parents_l2
  23. - switch.multiprise_lellki_lit_parents_l4
  24. - switch.multiprise_lellki_lit_parents_usb_ports
  25. data: {}
  26. alias: Eteindre Multiprise Chambre Parents
  27. - conditions:
  28. - condition: trigger
  29. id:
  30. - soir
  31. sequence:
  32. - service: switch.turn_on
  33. target:
  34. entity_id:
  35. - switch.multiprise_lellki_lit_parents_l1
  36. - switch.multiprise_lellki_lit_parents_l2
  37. - switch.multiprise_lellki_lit_parents_l4
  38. - switch.multiprise_lellki_lit_parents_usb_ports
  39. data: {}
  40. alias: Allumer Multiprise Chambre Parents
  41. mode: single
  42.  
Advertisement
Add Comment
Please, Sign In to add comment