Files
rrooggiieerr 962cac902b Add Config Flow to Pico TTS (#163114)
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
Co-authored-by: Manu <4445816+tr4nt0r@users.noreply.github.com>
Co-authored-by: Ariel Ebersberger <ariel@ebersberger.io>
2026-04-02 11:41:47 +02:00

39 lines
1.4 KiB
JSON

{
"common": {
"binary_not_found": "pico2wave binary could not be found"
},
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]",
"binary_not_found": "[%key:component::picotts::common::binary_not_found%]"
},
"step": {
"user": {
"data": {
"language": "[%key:common::config_flow::data::language%]"
}
}
}
},
"exceptions": {
"binary_not_found": {
"message": "[%key:component::picotts::common::binary_not_found%]"
},
"file_read_error": {
"message": "Error trying to read {filename}"
},
"returncode_error": {
"message": "Error running pico2wave, return code: {returncode}"
},
"timeout_error": {
"message": "Timeout running pico2wave"
}
},
"issues": {
"deprecated_yaml": {
"description": "Configuring {integration_title} using YAML is being removed.\n\nYour existing YAML configuration has been imported into the UI automatically.\n\nThe actions `tts.{domain}_*_say` will be removed and automations should be updated to use the `tts.speak` action with the new tts entities. Then remove the `{domain}` configuration from your configuration.yaml file and restart Home Assistant to fix this issue.",
"title": "[%key:component::homeassistant::issues::deprecated_yaml::title%]"
}
}
}