Add support for HomeKit CO2 sensors (#25603)

This commit is contained in:
tleegaard 2019-08-01 12:24:46 +02:00 committed by Jc2k
parent b97bef3ac8
commit 61c6838fa2
3 changed files with 95 additions and 39 deletions

View file

@ -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",