1
0
ansible-home-assistant/configuration/automations/office-blinds.yaml

26 lines
639 B
YAML

- id: office-blinds-button-up
alias: '[Office Blinds] Up'
trigger:
- device_id: a47c928b108240ed8866f9f7a70bc844
domain: zha
platform: device
type: remote_button_short_press
subtype: turn_on
action:
- service: cover.close_cover
entity_id: cover.office_blind
mode: single
- id: office-blinds-button-down
alias: '[Office Blinds] Down'
trigger:
- device_id: a47c928b108240ed8866f9f7a70bc844
domain: zha
platform: device
type: remote_button_short_press
subtype: turn_off
action:
- service: cover.open_cover
entity_id: cover.office_blind
mode: single