core/homeassistant/components/cambridge_audio/strings.json

27 lines
902 B
JSON
Raw Normal View History

{
"config": {
"flow_title": "{name}",
"step": {
"user": {
"description": "Set up your Cambridge Audio Streamer to integrate with Home Assistant.",
"data": {
"host": "[%key:common::config_flow::data::host%]"
},
"data_description": {
"host": "The hostname or IP address of the Cambridge Audio Streamer."
}
},
"discovery_confirm": {
"description": "Do you want to setup {name}?"
}
},
"error": {
"cannot_connect": "Failed to connect to Cambridge Audio device. Please make sure the device is powered up and connected to the network. Try power-cycling the device if it does not connect."
},
"abort": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
}
}
}