core/homeassistant/components/hassio/manifest.json

12 lines
365 B
JSON
Raw Normal View History

{
"domain": "hassio",
"name": "Home Assistant Supervisor",
2022-03-30 08:56:37 +00:00
"codeowners": ["@home-assistant/supervisor"],
"dependencies": ["http", "repairs"],
2023-02-08 19:27:05 +00:00
"documentation": "https://www.home-assistant.io/integrations/hassio",
"iot_class": "local_polling",
"quality_scale": "internal",
"requirements": ["aiohasupervisor==0.2.2b6"],
"single_config_entry": true
2022-03-30 08:56:37 +00:00
}