Skip to content

Commit d4df568

Browse files
authored
Added ZHA IKEA E1766 Open/Close Remote (#389)
1 parent bc3d952 commit d4df568

2 files changed

Lines changed: 25 additions & 0 deletions

File tree

53.8 KB
Loading
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: Ikea Open/Close Remote E1766
2+
service: ZHA
3+
event_type: zha_event
4+
identifier_key: device_id
5+
buttons:
6+
- d: "M 3 135 c 0 0 5 -150 140 -140 l 190 0 c 0 0 145 0 145 145 l 0 94 l -475 0 Z"
7+
actions:
8+
- title: press
9+
conditions:
10+
- key: command
11+
value: "up_open"
12+
- title: hold (released)
13+
conditions:
14+
- key: command
15+
value: stop_opening
16+
- d: "M 3 236 L3 340 c 0 0 5 135 135 135 l 195 0 c 0 0 145 0 145 -145 l 0 -94 Z"
17+
actions:
18+
- title: press
19+
conditions:
20+
- key: command
21+
value: "down_close"
22+
- title: hold (released)
23+
conditions:
24+
- key: command
25+
value: stop_closing

0 commit comments

Comments
 (0)