Advertisement
Wenar

nie działa delay

Jan 16th, 2020
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. - id: fc69f9fb68084b1aa787b7745a4fad26
  2. alias: Lampka nocna lili on
  3. trigger:
  4. - entity_id: binary_sensor.motion_sensor
  5. from: 'off'
  6. platform: state
  7. to: 'on'
  8. condition:
  9. - condition: state
  10. entity_id: switch.multi_relay_0_1
  11. state: 'off'
  12. - condition: or
  13. conditions:
  14. - condition: state
  15. entity_id: switch.multi_relay_0_2
  16. state: 'off'
  17. - after: sunset
  18. after_offset: -01:30:00
  19. before: sunrise
  20. before_offset: 02:00:00
  21. condition: sun
  22. action:
  23. - entity_id: light.night_lamp
  24. service: light.turn_on
  25. - delay: 00:01:05
  26. - entity_id: light.night_lamp
  27. service: light.turn_off
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement