Addo computer blinds automations
This commit is contained in:
parent
6f6694118c
commit
289b80c519
25
configuration/automations/computer-blinds.yaml
Normal file
25
configuration/automations/computer-blinds.yaml
Normal file
@ -0,0 +1,25 @@
|
||||
- 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
|
Loading…
Reference in New Issue
Block a user