Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. - id: luce_gateway_on_alla_sera
  2. alias: Luce Gateway On alla Sera
  3. trigger:
  4. - below: '50'
  5. entity_id: sensor.illumination_7c49ebb197c5
  6. for: '50'
  7. platform: numeric_state
  8. condition:
  9. - after: '22:30'
  10. before: '7:00'
  11. condition: time
  12. action:
  13. - data:
  14. brightness: 45
  15. entity_id: light.gateway_light_7c49ebb197c5
  16. rgb_color:
  17. - 0
  18. - 190
  19. - 255
  20. service: light.turn_on
  21. initial_state: 'on'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement