1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-30 12:14:20 +01:00
Files
core/homeassistant/components/google_cloud/strings.json
T
tronikos d40e3145fe Setup Google Cloud from the UI (#121502)
* 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
2024-09-02 04:30:18 -07:00

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"
}
}
}
}
}