Blueprint
Dateiname: zha-moes-1-gang-push-button.yaml
name: Moes 1-Gang Push Button
service: ZHA
event_type: zha_event
identifier_key: device_id
buttons:
- actions:
- title: press
conditions: "{{ data.command == 'remote_button_short_press' }}"
- title: long press
conditions: "{{ data.command == 'remote_button_long_press' }}"
- title: press double
conditions: "{{ data.command == 'remote_button_double_press' }}"
Image
Dateiname: zha-moes-1-gang-push-button.png