mirror of
https://github.com/home-assistant/core.git
synced 2026-04-19 16:30:03 +01:00
223 lines
6.8 KiB
JSON
223 lines
6.8 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%]",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"invalid_host": "[%key:common::config_flow::error::invalid_host%]"
|
|
},
|
|
"step": {
|
|
"reauth_confirm": {
|
|
"data": {
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
},
|
|
"description": "Password authentication failed",
|
|
"title": "[%key:common::config_flow::title::reauth%]"
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"port": "[%key:common::config_flow::data::port%]"
|
|
},
|
|
"data_description": {
|
|
"host": "IP address or hostname of projector",
|
|
"password": "Optional password if projector is configured for one",
|
|
"port": "IP port of projector (default is 20554)"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"binary_sensor": {
|
|
"power": {
|
|
"name": "Power"
|
|
}
|
|
},
|
|
"select": {
|
|
"anamorphic": {
|
|
"name": "Anamorphic",
|
|
"state": {
|
|
"a": "A",
|
|
"b": "B",
|
|
"c": "C",
|
|
"d": "D",
|
|
"off": "[%key:common::state::off%]"
|
|
}
|
|
},
|
|
"clear_motion_drive": {
|
|
"name": "Clear Motion Drive",
|
|
"state": {
|
|
"high": "[%key:common::state::high%]",
|
|
"inverse-telecine": "Inverse Telecine",
|
|
"low": "[%key:common::state::low%]",
|
|
"off": "[%key:common::state::off%]"
|
|
}
|
|
},
|
|
"dynamic_control": {
|
|
"name": "Dynamic Control",
|
|
"state": {
|
|
"balanced": "Balanced",
|
|
"high": "[%key:common::state::high%]",
|
|
"low": "[%key:common::state::low%]",
|
|
"mode-1": "Mode 1",
|
|
"mode-2": "Mode 2",
|
|
"mode-3": "Mode 3",
|
|
"off": "[%key:common::state::off%]"
|
|
}
|
|
},
|
|
"hdr_processing": {
|
|
"name": "HDR Processing",
|
|
"state": {
|
|
"frame_by_frame": "Frame-by-Frame",
|
|
"hdr10p": "HDR10+",
|
|
"scene_by_scene": "Scene-by-Scene",
|
|
"static": "Static"
|
|
}
|
|
},
|
|
"input": {
|
|
"name": "Input",
|
|
"state": {
|
|
"hdmi1": "HDMI 1",
|
|
"hdmi2": "HDMI 2"
|
|
}
|
|
},
|
|
"installation_mode": {
|
|
"name": "Installation Mode",
|
|
"state": {
|
|
"memory-1": "Memory 1",
|
|
"memory-10": "Memory 10",
|
|
"memory-2": "Memory 2",
|
|
"memory-3": "Memory 3",
|
|
"memory-4": "Memory 4",
|
|
"memory-5": "Memory 5",
|
|
"memory-6": "Memory 6",
|
|
"memory-7": "Memory 7",
|
|
"memory-8": "Memory 8",
|
|
"memory-9": "Memory 9"
|
|
}
|
|
},
|
|
"light_power": {
|
|
"name": "Light Power",
|
|
"state": {
|
|
"high": "[%key:common::state::high%]",
|
|
"low": "[%key:common::state::low%]",
|
|
"mid": "[%key:common::state::medium%]",
|
|
"normal": "[%key:common::state::normal%]"
|
|
}
|
|
},
|
|
"picture_mode": {
|
|
"name": "Picture Mode",
|
|
"state": {
|
|
"frame_adapt_hdr": "Frame Adapt HDR",
|
|
"frame_adapt_hdr2": "Frame Adapt HDR2",
|
|
"frame_adapt_hdr3": "Frame Adapt HDR3",
|
|
"hdr1": "HDR1",
|
|
"hdr10": "HDR10",
|
|
"hdr10_ll": "HDR10 LL",
|
|
"hdr2": "HDR2",
|
|
"last_setting": "Last setting",
|
|
"pana_pq": "Pana PQ",
|
|
"user_4": "User 4",
|
|
"user_5": "User 5",
|
|
"user_6": "User 6"
|
|
}
|
|
}
|
|
},
|
|
"sensor": {
|
|
"color_depth": {
|
|
"name": "Color Depth",
|
|
"state": {
|
|
"8-bit": "8-bit",
|
|
"10-bit": "10-bit",
|
|
"12-bit": "12-bit"
|
|
}
|
|
},
|
|
"color_space": {
|
|
"name": "Color Space",
|
|
"state": {
|
|
"rgb": "RGB",
|
|
"xv-color": "XV Color",
|
|
"ycbcr-420": "YCbCr 4:2:0",
|
|
"ycbcr-422": "YCbCr 4:2:2",
|
|
"ycbcr-444": "YCbCr 4:4:4",
|
|
"yuv": "YUV"
|
|
}
|
|
},
|
|
"hdr": {
|
|
"name": "HDR",
|
|
"state": {
|
|
"hdr": "HDR",
|
|
"hdr10p": "HDR10+",
|
|
"hybrid-log": "Hybrid Log",
|
|
"none": "None",
|
|
"sdr": "SDR",
|
|
"smpte-st-2084": "SMPTE ST 2084"
|
|
}
|
|
},
|
|
"hdr_processing": {
|
|
"name": "HDR Processing",
|
|
"state": {
|
|
"frame-by-frame": "Frame-by-Frame",
|
|
"hdr10p": "HDR10+",
|
|
"scene-by-scene": "Scene-by-Scene",
|
|
"static": "Static"
|
|
}
|
|
},
|
|
"light_time": {
|
|
"name": "Light Time"
|
|
},
|
|
"picture_mode": {
|
|
"name": "Picture Mode",
|
|
"state": {
|
|
"frame-adapt-hdr": "Frame Adapt HDR",
|
|
"frame-adapt-hdr2": "Frame Adapt HDR2",
|
|
"frame-adapt-hdr3": "Frame Adapt HDR3",
|
|
"hdr1": "HDR1",
|
|
"hdr10": "HDR10",
|
|
"hdr10-ll": "HDR10 LL",
|
|
"hdr2": "HDR2",
|
|
"last-setting": "Last setting",
|
|
"pana-pq": "Pana PQ",
|
|
"user-4": "User 4",
|
|
"user-5": "User 5",
|
|
"user-6": "User 6"
|
|
}
|
|
},
|
|
"power": {
|
|
"name": "Status",
|
|
"state": {
|
|
"cooling": "Cooling",
|
|
"error": "[%key:common::state::error%]",
|
|
"on": "[%key:common::state::on%]",
|
|
"standby": "[%key:common::state::standby%]",
|
|
"warming": "Warming"
|
|
}
|
|
}
|
|
},
|
|
"switch": {
|
|
"eshift": {
|
|
"name": "E-Shift"
|
|
},
|
|
"low_latency_mode": {
|
|
"name": "Low latency mode"
|
|
}
|
|
}
|
|
},
|
|
"issues": {
|
|
"deprecated_sensor": {
|
|
"description": "The sensor {entity_name} (`{entity_id}`) is deprecated because it has been replaced with `{replacement_entity_id}`.\n\nUpdate your dashboards, templates, automations and scripts to use the replacement entity, then disable the deprecated sensor to have it removed after the next restart.",
|
|
"title": "Deprecated sensor detected"
|
|
},
|
|
"deprecated_sensor_scripts": {
|
|
"description": "The sensor {entity_name} (`{entity_id}`) is deprecated because it has been replaced with `{replacement_entity_id}`.\n\nThe sensor was used in the following automations or scripts:\n{items}\n\nUpdate the above automations or scripts to use the replacement entity, then disable the deprecated sensor to have it removed after the next restart.",
|
|
"title": "[%key:component::jvc_projector::issues::deprecated_sensor::title%]"
|
|
}
|
|
}
|
|
}
|