1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/demo/manifest.json
Erik Montnemery c741d9d045
Update integrations to import issue_registry from helpers (#77305)
* Update integrations to import issue_registry from helpers

* Update tests
2022-08-25 15:33:05 +02:00

11 lines
304 B
JSON

{
"domain": "demo",
"name": "Demo",
"documentation": "https://www.home-assistant.io/integrations/demo",
"after_dependencies": ["recorder"],
"dependencies": ["conversation", "group", "zone"],
"codeowners": ["@home-assistant/core"],
"quality_scale": "internal",
"iot_class": "calculated"
}