Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Sian-Lee-SA committed Dec 30, 2022
2 parents 8e9dd63 + f1c4ecb commit 91fac27
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: Ikea E1743 remote
service: Zigbee2MQTT
event_type: mqtt
mqtt_topic_format: zigbee2mqtt/+/action
buttons:
- x: 310
y: 240
width: 150
shape: circle
actions:
- title: tap
conditions:
- key: payload
value: "on"
- title: hold
conditions:
- key: payload
value: brightness_move_up
- title: hold (released)
conditions:
- key: payload
value: brightness_stop
- x: 310
y: 600
width: 150
shape: circle
actions:
- title: tap
conditions:
- key: payload
value: "off"
- title: hold
conditions:
- key: payload
value: brightness_move_down
- title: hold (released)
conditions:
- key: payload
value: brightness_stop

0 comments on commit 91fac27

Please sign in to comment.