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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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",
}