hass-core/homeassistant/components/rhasspy/manifest.json
Michael 9a59cba7f3
Mark integrations as single_config_entry in manifest [system integrations] (#128201)
mark integrations as single_config_entry in manifest
2024-10-11 23:50:44 +02:00

10 lines
280 B
JSON

{
"domain": "rhasspy",
"name": "Rhasspy",
"codeowners": ["@balloob", "@synesthesiam"],
"config_flow": true,
"dependencies": ["intent"],
"documentation": "https://www.home-assistant.io/integrations/rhasspy",
"iot_class": "local_push",
"single_config_entry": true
}