mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Reorganize manifest scaffold (#87819)
* reorganize manifest.json * add iot_class to manifest
This commit is contained in:
parent
8aa64c8008
commit
8de321253b
@ -1,12 +1,13 @@
|
||||
{
|
||||
"domain": "NEW_DOMAIN",
|
||||
"name": "NEW_NAME",
|
||||
"codeowners": [],
|
||||
"config_flow": false,
|
||||
"dependencies": [],
|
||||
"documentation": "https://www.home-assistant.io/integrations/NEW_DOMAIN",
|
||||
"homekit": {},
|
||||
"iot_class": "IOT_CLASS",
|
||||
"requirements": [],
|
||||
"ssdp": [],
|
||||
"zeroconf": [],
|
||||
"homekit": {},
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
"zeroconf": []
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user