core/homeassistant/components/rhasspy/manifest.json

10 lines
249 B
JSON
Raw Normal View History

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