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

26 lines
641 B
YAML
Raw Normal View History

2021-10-11 18:15:50 +00:00
- id: button-dining-blinds-up
alias: '[Dining Blinds] Up'
2021-06-24 18:25:46 +00:00
trigger:
- device_id: 6818c2a8921603a8a04e6c6f4d45a8ec
domain: zha
platform: device
type: remote_button_short_press
subtype: turn_on
action:
- service: cover.close_cover
2021-10-11 18:15:50 +00:00
entity_id: cover.dining_blinds
2021-06-24 18:25:46 +00:00
mode: single
2021-10-11 18:15:50 +00:00
- id: button-dining-blinds-down
alias: '[Dining Blinds] Down'
2021-06-24 18:25:46 +00:00
trigger:
- device_id: 6818c2a8921603a8a04e6c6f4d45a8ec
domain: zha
platform: device
type: remote_button_short_press
subtype: turn_off
action:
- service: cover.open_cover
2021-10-11 18:15:50 +00:00
entity_id: cover.dining_blinds
2021-06-24 18:25:46 +00:00
mode: single