Files
core/homeassistant/components/harman_luxury/strings.json
T
Steven Beshensky 65c4b21ac4 Add Harman Luxury Audio integration (#175650)
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-13 17:10:23 +02:00

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."
}
}
}