Skip to content

Commit af87419

Browse files
authored
Add processing logic of motion sensor in button devices (#2459)
* Add processing logic of motion sensor in button devices * delete white space * Delete duplicated main component * Add restrictions
1 parent ea36616 commit af87419

File tree

4 files changed

+839
-0
lines changed

4 files changed

+839
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: 3-button-motion
2+
components:
3+
- id: main
4+
capabilities:
5+
- id: button
6+
version: 1
7+
- id: motionSensor
8+
version: 1
9+
- id: firmwareUpdate
10+
version: 1
11+
- id: refresh
12+
version: 1
13+
categories:
14+
- name: RemoteController
15+
- id: button2
16+
capabilities:
17+
- id: button
18+
version: 1
19+
categories:
20+
- name: RemoteController
21+
- id: button3
22+
capabilities:
23+
- id: button
24+
version: 1
25+
categories:
26+
- name: RemoteController
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
name: 6-button-motion
2+
components:
3+
- id: main
4+
capabilities:
5+
- id: button
6+
version: 1
7+
- id: motionSensor
8+
version: 1
9+
- id: firmwareUpdate
10+
version: 1
11+
- id: refresh
12+
version: 1
13+
categories:
14+
- name: RemoteController
15+
- id: button2
16+
capabilities:
17+
- id: button
18+
version: 1
19+
categories:
20+
- name: RemoteController
21+
- id: button3
22+
capabilities:
23+
- id: button
24+
version: 1
25+
categories:
26+
- name: RemoteController
27+
- id: button4
28+
capabilities:
29+
- id: button
30+
version: 1
31+
categories:
32+
- name: RemoteController
33+
- id: button5
34+
capabilities:
35+
- id: button
36+
version: 1
37+
categories:
38+
- name: RemoteController
39+
- id: button6
40+
capabilities:
41+
- id: button
42+
version: 1
43+
categories:
44+
- name: RemoteController

0 commit comments

Comments
 (0)