Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias: Sunny Day Office
- description: ""
- triggers:
- - entity_id:
- - binary_sensor.office_sun
- to: "on"
- id: An
- trigger: state
- - entity_id:
- - binary_sensor.office_sun
- to: "off"
- id: Aus
- trigger: state
- conditions:
- - condition: and
- conditions:
- - condition: state
- entity_id: sensor.openweathermap_condition
- state: sunny
- actions:
- - choose:
- - conditions:
- - condition: trigger
- id:
- - An
- sequence:
- - data:
- position: 60
- target:
- entity_id: cover.despacho
- action: cover.set_cover_position
- - conditions:
- - condition: trigger
- id:
- - Aus
- sequence:
- - data:
- position: 20
- action: cover.set_cover_position
- mode: single
Advertisement
Add Comment
Please, Sign In to add comment