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

54 lines
1.3 KiB
YAML

- id: office_blinds_button_down
alias: '[Office Blinds] Down'
trigger:
- device_id: a47c928b108240ed8866f9f7a70bc844
domain: zha
platform: device
type: remote_button_short_press
subtype: turn_on
action:
- service: script.office_blinds_down
mode: single
- id: office_blinds_button_up
alias: '[Office Blinds] Up'
trigger:
- device_id: a47c928b108240ed8866f9f7a70bc844
domain: zha
platform: device
type: remote_button_short_press
subtype: turn_off
action:
- service: script.office_blinds_up
mode: single
- id: office_blinds_button_down_all
alias: '[Office Blinds] Down All'
trigger:
- device_id: a47c928b108240ed8866f9f7a70bc844
domain: zha
platform: device
type: remote_button_long_press
subtype: dim_up
action:
- service: cover.close_cover
entity_id:
- cover.dining_blinds
- cover.office_blinds
mode: single
- id: office_blinds_button_up_all
alias: '[Office Blinds] Up All'
trigger:
- device_id: a47c928b108240ed8866f9f7a70bc844
domain: zha
platform: device
type: remote_button_long_press
subtype: dim_down
action:
- service: cover.open_cover
entity_id:
- cover.dining_blinds
- cover.office_blinds
mode: single