26 lines
663 B
YAML
26 lines
663 B
YAML
|
- id: button-computer-blinds-up
|
||
|
alias: '[Computer Blinds] Up'
|
||
|
trigger:
|
||
|
- device_id: 6818c2a8921603a8a04e6c6f4d45a8ec
|
||
|
domain: zha
|
||
|
platform: device
|
||
|
type: remote_button_short_press
|
||
|
subtype: turn_on
|
||
|
action:
|
||
|
- service: cover.close_cover
|
||
|
entity_id: cover.computer_cave_blinds
|
||
|
mode: single
|
||
|
|
||
|
- id: button-computer-blinds-down
|
||
|
alias: '[Computer Blinds] Down'
|
||
|
trigger:
|
||
|
- device_id: 6818c2a8921603a8a04e6c6f4d45a8ec
|
||
|
domain: zha
|
||
|
platform: device
|
||
|
type: remote_button_short_press
|
||
|
subtype: turn_off
|
||
|
action:
|
||
|
- service: cover.open_cover
|
||
|
entity_id: cover.computer_cave_blinds
|
||
|
mode: single
|