Files
ha-core/homeassistant/components/cambridge_audio/strings.json

50 lines
1.4 KiB
JSON

{
"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%]"
}
},
"entity": {
"select": {
"display_brightness": {
"name": "Display brightness",
"state": {
"bright": "Bright",
"dim": "Dim",
"off": "Off"
}
}
}
},
"exceptions": {
"unsupported_media_type": {
"message": "Unsupported media type for Cambridge Audio device: {media_type}"
},
"missing_preset": {
"message": "Missing preset for media_id: {preset_id}"
},
"preset_non_integer": {
"message": "Preset must be an integer, got: {preset_id}"
}
}
}