Add support for HomeKit CO2 sensors (#25603)
This commit is contained in:
parent
b97bef3ac8
commit
61c6838fa2
3 changed files with 95 additions and 39 deletions
|
@ -21,6 +21,7 @@ HOMEKIT_ACCESSORY_DISPATCH = {
|
|||
"lock-mechanism": "lock",
|
||||
"contact": "binary_sensor",
|
||||
"motion": "binary_sensor",
|
||||
"carbon-dioxide": "sensor",
|
||||
"humidity": "sensor",
|
||||
"light": "sensor",
|
||||
"temperature": "sensor",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue