Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias: "[EXEMPLE] Timer"
- description: ""
- trigger: []
- condition: []
- action:
- - service: light.turn_on
- target:
- entity_id: light.cuisine
- data: {}
- alias: Allume la cuisine
- - delay:
- hours: 0
- minutes: 0
- seconds: 30
- milliseconds: 0
- alias: Timer de 30 secondes
- - service: light.turn_on
- target:
- entity_id: light.cuisine
- data: {}
- alias: Eteint la cuisine
- mode: single
Advertisement
Add Comment
Please, Sign In to add comment