1
mirror of https://github.com/home-assistant/core synced 2024-09-03 08:14:07 +02:00
ha-core/homeassistant/components/soma/strings.json
Tiit Rätsep 01ef44fd68 Fix Soma integration connection issue (#27692)
* Added a check for Connect actually returning something before telling the user the setup succeeded

* Added handling for KeyError in case API returns empty response, formatting

* Trying to please the linter
2019-12-11 13:27:28 +01:00

26 lines
890 B
JSON

{
"config": {
"abort": {
"already_setup": "You can only configure one Soma account.",
"authorize_url_timeout": "Timeout generating authorize url.",
"missing_configuration": "The Soma component is not configured. Please follow the documentation.",
"result_error": "SOMA Connect responded with error status.",
"connection_error": "Failed to connect to SOMA Connect."
},
"create_entry": {
"default": "Successfully authenticated with Soma."
},
"step": {
"user": {
"data": {
"host": "Host",
"port": "Port"
},
"description": "Please enter connection settings of your SOMA Connect.",
"title": "SOMA Connect"
}
},
"title": "Soma"
}
}