We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5830ba1 commit 175a12eCopy full SHA for 175a12e
drivers/SmartThings/matter-sensor/profiles/co-comeas-colevel-battery.yml
@@ -0,0 +1,20 @@
1
+name: co-comeas-colevel-battery
2
+components:
3
+- id: main
4
+ capabilities:
5
+ - id: carbonMonoxideDetector
6
+ version: 1
7
+ - id: carbonMonoxideMeasurement
8
9
+ - id: carbonMonoxideHealthConcern
10
11
+ - id: battery
12
13
+ - id: hardwareFault
14
15
+ - id: firmwareUpdate
16
17
+ - id: refresh
18
19
+ categories:
20
+ - name: SmokeDetector
drivers/SmartThings/matter-sensor/src/smoke-co-alarm/init.lua
@@ -61,6 +61,7 @@ local supported_profiles =
61
"co-battery",
62
"co-comeas",
63
"co-comeas-battery",
64
+ "co-comeas-colevel-battery",
65
"smoke",
66
"smoke-battery",
67
"smoke-co-comeas",
0 commit comments