mirror of
https://github.com/home-assistant/core.git
synced 2026-08-03 20:24:55 +02:00
65c4b21ac4
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
34 lines
940 B
JSON
34 lines
940 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
|
},
|
|
"flow_title": "{name}",
|
|
"step": {
|
|
"discovery_confirm": {
|
|
"description": "Do you want to set up {name}?"
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]"
|
|
},
|
|
"data_description": {
|
|
"host": "The hostname or IP address of your Harman Luxury device."
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"command_failed": {
|
|
"message": "Failed to send the command to the device."
|
|
},
|
|
"unexpected_device": {
|
|
"message": "The device at this address reports a different serial number than the configured device."
|
|
}
|
|
}
|
|
}
|