1
mirror of https://github.com/home-assistant/core synced 2024-10-01 05:30:36 +02:00

Reorganize manifest scaffold (#87819)

* reorganize manifest.json

* add iot_class to manifest
This commit is contained in:
Luke 2023-02-10 01:52:00 -05:00 committed by GitHub
parent 8aa64c8008
commit 8de321253b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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": []
}