nitschkecm

Carsten Rollo Sommer

Apr 25th, 2025
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. alias: Sunny Day Office
  2. description: ""
  3. triggers:
  4. - entity_id:
  5. - binary_sensor.office_sun
  6. to: "on"
  7. id: An
  8. trigger: state
  9. - entity_id:
  10. - binary_sensor.office_sun
  11. to: "off"
  12. id: Aus
  13. trigger: state
  14. conditions:
  15. - condition: and
  16. conditions:
  17. - condition: state
  18. entity_id: sensor.openweathermap_condition
  19. state: sunny
  20. actions:
  21. - choose:
  22. - conditions:
  23. - condition: trigger
  24. id:
  25. - An
  26. sequence:
  27. - data:
  28. position: 60
  29. target:
  30. entity_id: cover.despacho
  31. action: cover.set_cover_position
  32. - conditions:
  33. - condition: trigger
  34. id:
  35. - Aus
  36. sequence:
  37. - data:
  38. position: 20
  39. action: cover.set_cover_position
  40. mode: single
  41.  
Advertisement
Add Comment
Please, Sign In to add comment