Skip to content

Commit

Permalink
Added Zigbee2MQTT blueprint for Aqara D1 switch (single and dual) (#205)
Browse files Browse the repository at this point in the history
* Add Zigbee2MQTT blueprint for Aqara D1 switch (dingle and dual)

* Change to transparent background
  • Loading branch information
EmJay276 authored Jan 6, 2024
1 parent d44ff7e commit 6ee3f12
Show file tree
Hide file tree
Showing 4 changed files with 73 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,18 @@
name: Aqara D1 1 gang switch
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
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,55 @@
name: Aqara D1 2 gang switch
service: Zigbee2MQTT
event_type: mqtt
mqtt_topic_format: zigbee2mqtt/+/action
buttons:
- x: 15
y: 14
width: 325
height: 648
actions:
- title: press
conditions:
- key: payload
value: single_left
- title: press 2x
conditions:
- key: payload
value: double_left
- title: hold
conditions:
- key: payload
value: hold_left
- x: 340
y: 14
width: 325
height: 648
actions:
- title: press
conditions:
- key: payload
value: single_right
- title: press 2x
conditions:
- key: payload
value: double_right
- title: hold
conditions:
- key: payload
value: hold_right
- x: 340
y: 340
width: 100
actions:
- title: both press
conditions:
- key: payload
value: single_both
- title: both press 2x
conditions:
- key: payload
value: double_both
- title: hold
conditions:
- key: payload
value: hold_both

0 comments on commit 6ee3f12

Please sign in to comment.