hass-core/homeassistant/components/rhasspy/manifest.json
Paulus Schoutsen 6fd47d035e
Add basic Rhasspy integration ()
Co-authored-by: Franck Nijhof <git@frenck.dev>
2022-07-11 08:40:52 -07:00

9 lines
249 B
JSON

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