Skip to content

Commit

Permalink
Added Zigbee2MQTT Moes Smart Knob AKA ERS-10TZBVK-AA (Sian-Lee-SA#143)
Browse files Browse the repository at this point in the history
- Address PR feedback
  • Loading branch information
nwithan8 committed Jun 24, 2023
1 parent b70d269 commit 84a9fd1
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@@ -0,0 +1,30 @@
# Event Mode triggering
# https://www.zigbee2mqtt.io/devices/ERS-10TZBVK-AA.html

name: ERS-10TZBVK-AA TS004F - Event setting
service: Zigbee2MQTT
event_type: mqtt
mqtt_topic_format: zigbee2mqtt/+/action
buttons:
- actions:
- title: press
conditions:
- key: payload
value: single
- title: press 2x
conditions:
- key: payload
value: double
- title: hold
conditions:
- key: payload
value: hold
- title: rotate right
conditions:
- key: payload
value: rotate_right
- title: rotate left
conditions:
- key: payload
value: rotate_left

0 comments on commit 84a9fd1

Please sign in to comment.