mirror of
https://github.com/home-assistant/core.git
synced 2026-09-07 05:52:27 +01:00
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"no_devices": "Authentication succeeded, but no controllers are available for this API key",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"api_key": "[%key:common::config_flow::data::api_key%]"
|
|
},
|
|
"data_description": {
|
|
"api_key": "The API key that gives access to the controllers of your organization."
|
|
},
|
|
"description": "Enter the API key for the Ridder HortOS Automation API. You can request one from your Ridder account manager.",
|
|
"title": "Connect to Ridder HortOS"
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"cannot_connect": {
|
|
"message": "Error talking to the HortOS API: {error}"
|
|
},
|
|
"invalid_auth": {
|
|
"message": "The HortOS API rejected the API key"
|
|
}
|
|
}
|
|
}
|