Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias: Partly Open Guest Bed Sliding Door Blind
- sequence:
- - if:
- - condition: state
- entity_id: cover.0x540f57fffe85c2a9
- attribute: current_position
- state: 0
- then:
- - service: cover.set_cover_position
- metadata: {}
- data:
- position: 10
- else:
- - if:
- - condition: state
- entity_id: cover.0x540f57fffe85c2a9
- attribute: current_position
- state: 10
- then:
- - service: cover.set_cover_position
- metadata: {}
- data:
- position: 20
- else:
- - if:
- - condition: state
- entity_id: cover.0x540f57fffe85c2a9
- attribute: current_position
- state: 20
- then:
- - service: cover.set_cover_position
- metadata: {}
- data:
- position: 10
- mode: single
- icon: mdi:roller-shade
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement