Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias: Encender LUZ SALON movimiento
- description: >
- Al detectar movimiento entre las 8:45 p.m. y la 1:00 a.m., enciende las luces
- del salón, solo una vez al día.
- trigger:
- - type: motion
- platform: device
- device_id: 3bbac7334aa617dd6457474922a10a00
- entity_id: 42d70ee7b5e8e903e88d10cf1fedd241
- domain: binary_sensor
- for:
- hours: 0
- minutes: 0
- seconds: 0
- condition:
- - condition: and
- conditions:
- - condition: time
- after: "20:28:00"
- before: "23:59:59"
- - condition: state
- entity_id: input_boolean.time_interval_toggle_helper
- state: "on"
- action:
- - service: light.turn_on
- data: {}
- target:
- device_id:
- - 5912847c2140a8f0c2173e32b2d18381
- - c32c52537c47a619773d13fcbe3b5d2b
- - service: input_boolean.turn_off
- target:
- entity_id: input_boolean.time_interval_toggle_helper
- mode: single
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement