Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias: Zonwering Kantoor - Automatically Retract
- description: ""
- trigger:
- - platform: sun
- event: sunset
- enabled: true
- id: kantoor
- condition: []
- action:
- - if:
- - condition: state
- state: "on"
- entity_id: input_boolean.zonwering_kantoor_disbale_automatic_retract_once
- then:
- - service: input_boolean.turn_off
- data: {}
- target:
- entity_id: input_boolean.zonwering_kantoor_disbale_automatic_retract_once
- - stop: Closing sunshades disabled once
- - service: cover.open_cover
- data: {}
- target:
- entity_id:
- - cover.zonwering_kantoor_inverted_actions
- mode: single
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement