Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias: "[EXEMPLE] Triggered by"
- description: Multiprise et Prise TV
- trigger:
- - platform: time
- at: "07:00:00"
- id: matin
- - platform: time
- at: "21:00:00"
- id: soir
- condition: []
- action:
- - choose:
- - conditions:
- - condition: trigger
- id:
- - matin
- sequence:
- - service: switch.turn_off
- target:
- entity_id:
- - switch.multiprise_lellki_lit_parents_l1
- - switch.multiprise_lellki_lit_parents_l2
- - switch.multiprise_lellki_lit_parents_l4
- - switch.multiprise_lellki_lit_parents_usb_ports
- data: {}
- alias: Eteindre Multiprise Chambre Parents
- - conditions:
- - condition: trigger
- id:
- - soir
- sequence:
- - service: switch.turn_on
- target:
- entity_id:
- - switch.multiprise_lellki_lit_parents_l1
- - switch.multiprise_lellki_lit_parents_l2
- - switch.multiprise_lellki_lit_parents_l4
- - switch.multiprise_lellki_lit_parents_usb_ports
- data: {}
- alias: Allumer Multiprise Chambre Parents
- mode: single
Advertisement
Add Comment
Please, Sign In to add comment