Advertisement
-Miura-

Untitled

Jul 31st, 2024
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.66 KB | None | 0 0
  1. alias: Zonwering Kantoor - Automatically Retract
  2. description: ""
  3. trigger:
  4.   - platform: sun
  5.     event: sunset
  6.     enabled: true
  7.     id: kantoor
  8. condition: []
  9. action:
  10.   - if:
  11.       - condition: state
  12.         state: "on"
  13.         entity_id: input_boolean.zonwering_kantoor_disbale_automatic_retract_once
  14.     then:
  15.       - service: input_boolean.turn_off
  16.         data: {}
  17.         target:
  18.           entity_id: input_boolean.zonwering_kantoor_disbale_automatic_retract_once
  19.       - stop: Closing sunshades disabled once
  20.   - service: cover.open_cover
  21.     data: {}
  22.     target:
  23.       entity_id:
  24.        - cover.zonwering_kantoor_inverted_actions
  25. mode: single
  26.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement