Add homekit_controller service.sensor.smoke (#30269)

This commit is contained in:
Jc2k
2019-12-30 08:05:49 +00:00
committed by GitHub
parent 8a22a38353
commit fccb13b762
3 changed files with 63 additions and 2 deletions

View File

@@ -26,4 +26,5 @@ HOMEKIT_ACCESSORY_DISPATCH = {
"light": "sensor",
"temperature": "sensor",
"battery": "sensor",
"smoke": "binary_sensor",
}