mirror of
https://github.com/home-assistant/core.git
synced 2026-09-09 23:21:00 +01:00
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
123 lines
3.5 KiB
JSON
123 lines
3.5 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%]",
|
|
"cannot_determine_id": "[%key:component::lyngdorf::config::error::cannot_determine_id%]",
|
|
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]",
|
|
"unique_id_mismatch": "The device at this address is a different Lyngdorf device from the one this entry was set up with.",
|
|
"unsupported_model": "This Lyngdorf model is not supported"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"cannot_determine_id": "Could not determine device identity. Ensure the device is powered on and reachable.",
|
|
"timeout_connect": "[%key:common::config_flow::error::timeout_connect%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]",
|
|
"unsupported_model": "This Lyngdorf model is not supported"
|
|
},
|
|
"flow_title": "{name}",
|
|
"step": {
|
|
"confirm": {
|
|
"description": "Do you want to set up **{name}**?"
|
|
},
|
|
"reconfigure": {
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]"
|
|
},
|
|
"data_description": {
|
|
"host": "[%key:component::lyngdorf::config::step::user::data_description::host%]"
|
|
},
|
|
"description": "Update the address Home Assistant uses to reach this device. It must be the same device; a different one will be rejected.",
|
|
"title": "[%key:component::lyngdorf::config::step::user::title%]"
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]"
|
|
},
|
|
"data_description": {
|
|
"host": "Hostname or IP address of the Lyngdorf device"
|
|
},
|
|
"title": "Lyngdorf device connection"
|
|
}
|
|
}
|
|
},
|
|
"device": {
|
|
"zone_b": {
|
|
"name": "{device_name} Zone B"
|
|
}
|
|
},
|
|
"entity": {
|
|
"media_player": {
|
|
"main_zone": {
|
|
"name": "Main zone"
|
|
}
|
|
},
|
|
"number": {
|
|
"lipsync": {
|
|
"name": "Lip sync"
|
|
},
|
|
"trim_bass": {
|
|
"name": "Trim bass"
|
|
},
|
|
"trim_centre": {
|
|
"name": "Trim centre"
|
|
},
|
|
"trim_height": {
|
|
"name": "Trim height"
|
|
},
|
|
"trim_lfe": {
|
|
"name": "Trim LFE"
|
|
},
|
|
"trim_surround": {
|
|
"name": "Trim surround"
|
|
},
|
|
"trim_treble": {
|
|
"name": "Trim treble"
|
|
}
|
|
},
|
|
"select": {
|
|
"room_perfect_position": {
|
|
"name": "RoomPerfect position"
|
|
},
|
|
"voicing": {
|
|
"name": "Voicing"
|
|
}
|
|
},
|
|
"sensor": {
|
|
"audio_information": {
|
|
"name": "Audio information"
|
|
},
|
|
"audio_input": {
|
|
"name": "Audio input"
|
|
},
|
|
"streaming_source": {
|
|
"name": "Streaming source"
|
|
},
|
|
"video_information": {
|
|
"name": "Video information"
|
|
},
|
|
"video_input": {
|
|
"name": "Video input"
|
|
},
|
|
"zone_b_audio_input": {
|
|
"name": "Zone B audio input"
|
|
},
|
|
"zone_b_streaming_source": {
|
|
"name": "Zone B streaming source"
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"setup_connection_error": {
|
|
"message": "Failed to connect to {host}"
|
|
},
|
|
"setup_timeout": {
|
|
"message": "Timeout connecting to {host}"
|
|
},
|
|
"unsupported_remote_key": {
|
|
"message": "This device does not have that remote key. It supports: {keys}"
|
|
}
|
|
}
|
|
}
|