Add support for homekit valve accessories to homekit_controller (#32937)

This commit is contained in:
Jc2k
2020-03-18 21:20:40 +00:00
committed by GitHub
parent 0cb27ff236
commit 34e44e7f3a
5 changed files with 1351 additions and 17 deletions

View File

@@ -32,4 +32,5 @@ HOMEKIT_ACCESSORY_DISPATCH = {
"air-quality": "air_quality",
"occupancy": "binary_sensor",
"television": "media_player",
"valve": "switch",
}