File tree Expand file tree Collapse file tree 2 files changed +67
-0
lines changed
custom_components/switch_manager/blueprints Expand file tree Collapse file tree 2 files changed +67
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Aqara H1 Double Rocker Remote
2
+ service : Zigbee2MQTT
3
+ event_type : mqtt
4
+ mqtt_topic_format : zigbee2mqtt/+/action
5
+ buttons :
6
+ - x : 0
7
+ y : 0
8
+ width : 250
9
+ height : 500
10
+ actions :
11
+ - title : press
12
+ conditions :
13
+ - key : payload
14
+ value : single_left
15
+ - title : press 2x
16
+ conditions :
17
+ - key : payload
18
+ value : double_left
19
+ - title : press 3x
20
+ conditions :
21
+ - key : payload
22
+ value : triple_left
23
+ - title : hold
24
+ conditions :
25
+ - key : payload
26
+ value : hold_left
27
+ - x : 250
28
+ y : 0
29
+ width : 250
30
+ height : 500
31
+ actions :
32
+ - title : press
33
+ conditions :
34
+ - key : payload
35
+ value : single_right
36
+ - title : press 2x
37
+ conditions :
38
+ - key : payload
39
+ value : double_right
40
+ - title : press 3x
41
+ conditions :
42
+ - key : payload
43
+ value : triple_right
44
+ - title : hold
45
+ conditions :
46
+ - key : payload
47
+ value : hold_right
48
+ - x : 250
49
+ y : 360
50
+ width : 80
51
+ actions :
52
+ - title : both press
53
+ conditions :
54
+ - key : payload
55
+ value : single_both
56
+ - title : both press 2x
57
+ conditions :
58
+ - key : payload
59
+ value : double_both
60
+ - title : both press 3x
61
+ conditions :
62
+ - key : payload
63
+ value : triple_both
64
+ - title : both hold
65
+ conditions :
66
+ - key : payload
67
+ value : hold_both
You can’t perform that action at this time.
0 commit comments