mirror of
https://github.com/home-assistant/core.git
synced 2026-08-28 02:24:46 -05:00
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
29 lines
832 B
JSON
29 lines
832 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"step": {
|
|
"select_model": {
|
|
"data": {
|
|
"model": "Inverter model"
|
|
},
|
|
"data_description": {
|
|
"model": "Auto-discovery matched multiple inverter models at this address. Select the model that matches your device."
|
|
}
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"ip_address": "[%key:common::config_flow::data::ip%]",
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"port": "[%key:common::config_flow::data::port%]"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|