core/homeassistant/components/hassio/manifest.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.2.1"],
"single_config_entry": true
}