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

12 lines
247 B
JSON

{
"config": {
"step": {
"user": {
"description": "Do you want to enable Rhasspy support?"
}
},
"abort": {
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
}
}
}