Initial support for HomeKit enabled televisions (#32404)

* Initial support for HomeKit enabled televisions

* Fix nit from review
This commit is contained in:
Jc2k 2020-03-05 13:49:56 +00:00 committed by GitHub
parent 85ba4692a9
commit 007d934214
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 1478 additions and 3 deletions

View file

@ -31,4 +31,5 @@ HOMEKIT_ACCESSORY_DISPATCH = {
"fanv2": "fan",
"air-quality": "air_quality",
"occupancy": "binary_sensor",
"television": "media_player",
}