mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 23:53:49 +01:00
12 lines
363 B
JSON
12 lines
363 B
JSON
{
|
|
"domain": "hassio",
|
|
"name": "Home Assistant Supervisor",
|
|
"codeowners": ["@home-assistant/supervisor"],
|
|
"dependencies": ["http", "repairs"],
|
|
"documentation": "https://www.home-assistant.io/integrations/hassio",
|
|
"iot_class": "local_polling",
|
|
"quality_scale": "internal",
|
|
"requirements": ["aiohasupervisor==0.4.3"],
|
|
"single_config_entry": true
|
|
}
|