Add Carbon Monoxide binary sensor to Homekit Controller (#39889)
This commit is contained in:
parent
14f7f5ba45
commit
162c39258e
3 changed files with 46 additions and 0 deletions
|
@ -28,6 +28,7 @@ HOMEKIT_ACCESSORY_DISPATCH = {
|
|||
"temperature": "sensor",
|
||||
"battery": "sensor",
|
||||
"smoke": "binary_sensor",
|
||||
"carbon-monoxide": "binary_sensor",
|
||||
"leak": "binary_sensor",
|
||||
"fan": "fan",
|
||||
"fanv2": "fan",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue