1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/hassio/manifest.json

16 lines
340 B
JSON

{
"domain": "hassio",
"name": "Home Assistant Supervisor",
"documentation": "https://www.home-assistant.io/integrations/hassio",
"dependencies": [
"http"
],
"after_dependencies": [
"panel_custom"
],
"codeowners": [
"@home-assistant/supervisor"
],
"iot_class": "local_polling",
"quality_scale": "internal"
}