hass-core/homeassistant/components/hassio/manifest.json
Michael 07021dbd65
Use single_instance_allowed in hassio (#128060)
* use single_instance_allowed

* mark hassio as `single_config_entry`
2024-10-11 23:37:14 +02:00

11 lines
365 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.0b0"],
"single_config_entry": true
}