Add support for IoT class in manifest (#46935)
This commit is contained in:
parent
985b4a581a
commit
055cdc64c0
917 changed files with 2327 additions and 1467 deletions
|
@ -3,16 +3,9 @@
|
|||
"name": "HomeKit Controller",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/homekit_controller",
|
||||
"requirements": [
|
||||
"aiohomekit==0.2.61"
|
||||
],
|
||||
"zeroconf": [
|
||||
"_hap._tcp.local."
|
||||
],
|
||||
"after_dependencies": [
|
||||
"zeroconf"
|
||||
],
|
||||
"codeowners": [
|
||||
"@Jc2k"
|
||||
]
|
||||
"requirements": ["aiohomekit==0.2.61"],
|
||||
"zeroconf": ["_hap._tcp.local."],
|
||||
"after_dependencies": ["zeroconf"],
|
||||
"codeowners": ["@Jc2k"],
|
||||
"iot_class": "local_push"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue