mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 07:05:48 +01:00
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"no_host_found": "[%key:common::config_flow::abort::no_devices_found%]"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
|
},
|
|
"step": {
|
|
"discovery_confirm": {
|
|
"data": {
|
|
"model": "Model"
|
|
},
|
|
"data_description": {
|
|
"model": "Select your Hegel amplifier model for proper input mapping"
|
|
},
|
|
"description": "Discovered Hegel amplifier **{name}** at `{host}`. Confirm the model to complete setup.",
|
|
"title": "Confirm Hegel amplifier"
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
"model": "Model"
|
|
},
|
|
"data_description": {
|
|
"host": "Hostname or IP address of your Hegel amplifier",
|
|
"model": "Select your Hegel amplifier model for proper input mapping"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|