Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions blueprints/controllers/ikea_e2201/ikea_e2201.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ variables:
button_up_release: [stop_with_on_off]
button_down_short: ['off']
button_down_long: [move]
button_down_release: [stop]
button_down_release: [stop_with_on_off]
dcz:
# source: https://github.com/dresden-elektronik/deconz-rest-plugin/blob/8ae69a976bca13f22e8002a13ebe798d1e26c086/button_maps.json#L236
button_up_short: ['1002']
Expand Down Expand Up @@ -317,7 +317,7 @@ triggers:
event_type: zha_event
event_data:
device_id: !input controller_device
command: stop
command: stop_with_on_off
endpoint_id: 1
cluster_id: 8
# triggers for deCONZ
Expand Down Expand Up @@ -647,7 +647,7 @@ actions:
event_type: zha_event
event_data:
device_id: !input controller_device
command: stop
command: stop_with_on_off
cluster_id: 8
endpoint_id: 1
- trigger: event
Expand Down