mirror of
https://github.com/home-assistant/core.git
synced 2026-07-07 14:56:25 +01:00
855962dcd0
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
39 lines
1.3 KiB
JSON
39 lines
1.3 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"step": {
|
|
"reauth_confirm": {
|
|
"data": {
|
|
"api_key": "[%key:common::config_flow::data::api_key%]"
|
|
},
|
|
"data_description": {
|
|
"api_key": "The API key found in the profile page of the Fluss+ app."
|
|
},
|
|
"description": "The Fluss+ API key is no longer valid. Get your API key from the profile page of the Fluss+ app, or generate a new one, and enter it below."
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"api_key": "[%key:common::config_flow::data::api_key%]"
|
|
},
|
|
"data_description": {
|
|
"api_key": "The API key found in the profile page of the Fluss+ app."
|
|
},
|
|
"description": "Your Fluss API key, available in the profile page of the Fluss+ app"
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"command_failed": {
|
|
"message": "Failed to send command to Fluss+ device"
|
|
}
|
|
}
|
|
}
|