mirror of
https://github.com/home-assistant/core.git
synced 2026-06-30 03:06:10 +01:00
7fb475aad1
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Joostlek <joostlek@outlook.com>
29 lines
839 B
JSON
29 lines
839 B
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%]",
|
|
"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 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"
|
|
}
|
|
}
|
|
}
|