Skip to content

Commit

Permalink
Update zigbee2mqtt-ikea-e2201.yaml (#250)
Browse files Browse the repository at this point in the history
handle `brightness_stop` for ikea Rodret (E2201) cause the `brightness_stop_up` and `brightness_stop_down` are no more available
  • Loading branch information
b2un0 authored Aug 23, 2024
1 parent 0fc1ae4 commit 294a8c0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buttons:
- title: hold (released)
conditions:
- key: payload
value: brightness_stop_up
value: brightness_stop
- x: 143
y: 436
width: 42
Expand All @@ -34,4 +34,4 @@ buttons:
- title: hold (released)
conditions:
- key: payload
value: brightness_stop_down
value: brightness_stop

0 comments on commit 294a8c0

Please sign in to comment.