mirror of
https://github.com/home-assistant/core.git
synced 2026-05-30 12:14:20 +01:00
d40e3145fe
* Google Cloud can now be setup from the UI * mypy * Add BaseGoogleCloudProvider * Allow clearing options in the UI * Address feedback * Don't translate Google Cloud title * mypy * Revert strict typing changes * Address comments
33 lines
921 B
JSON
33 lines
921 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"description": "Upload your Google Cloud service account JSON file that you can create at {url}.",
|
|
"data": {
|
|
"uploaded_key_file": "Upload service account JSON file"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"invalid_file": "Invalid service account JSON file"
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"language": "Default language of the voice",
|
|
"gender": "Default gender of the voice",
|
|
"voice": "Default voice name (overrides language and gender)",
|
|
"encoding": "Default audio encoder",
|
|
"speed": "Default rate/speed of the voice",
|
|
"pitch": "Default pitch of the voice",
|
|
"gain": "Default volume gain (in dB) of the voice",
|
|
"profiles": "Default audio profiles",
|
|
"text_type": "Default text type"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|