2023-06-12 21:56:22 +00:00
|
|
|
- id: office_blinds_button_down
|
2022-05-15 12:10:52 +00:00
|
|
|
alias: '[Office Blinds] Down'
|
2021-07-26 20:52:33 +00:00
|
|
|
trigger:
|
|
|
|
- device_id: a47c928b108240ed8866f9f7a70bc844
|
|
|
|
domain: zha
|
|
|
|
platform: device
|
|
|
|
type: remote_button_short_press
|
|
|
|
subtype: turn_on
|
|
|
|
action:
|
2022-09-26 19:33:44 +00:00
|
|
|
- service: script.office_blinds_down
|
2021-07-26 20:52:33 +00:00
|
|
|
mode: single
|
|
|
|
|
2023-06-12 21:56:22 +00:00
|
|
|
- id: office_blinds_button_up
|
2022-05-15 12:10:52 +00:00
|
|
|
alias: '[Office Blinds] Up'
|
2021-07-26 20:52:33 +00:00
|
|
|
trigger:
|
|
|
|
- device_id: a47c928b108240ed8866f9f7a70bc844
|
|
|
|
domain: zha
|
|
|
|
platform: device
|
|
|
|
type: remote_button_short_press
|
|
|
|
subtype: turn_off
|
|
|
|
action:
|
2022-09-26 19:33:44 +00:00
|
|
|
- service: script.office_blinds_up
|
2022-05-15 12:10:52 +00:00
|
|
|
mode: single
|
|
|
|
|
2023-06-12 21:56:22 +00:00
|
|
|
- id: office_blinds_button_down_all
|
2022-05-15 12:10:52 +00:00
|
|
|
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
|
|
|
|
|
2023-06-12 21:56:22 +00:00
|
|
|
- id: office_blinds_button_up_all
|
2022-05-15 12:10:52 +00:00
|
|
|
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
|
2021-07-26 20:52:33 +00:00
|
|
|
mode: single
|