mirror of
https://github.com/home-assistant/core.git
synced 2026-06-30 03:06:10 +01:00
b9105db16c
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: abmantis <974569+abmantis@users.noreply.github.com> Co-authored-by: Martin Hjelmare <marhje52@gmail.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
22 lines
444 B
JSON
22 lines
444 B
JSON
{
|
|
"entity_component": {
|
|
"_": {
|
|
"name": "Infrared emitter"
|
|
},
|
|
"receiver": {
|
|
"name": "Infrared receiver"
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"component_not_loaded": {
|
|
"message": "Infrared component not loaded"
|
|
},
|
|
"entity_not_found": {
|
|
"message": "Infrared entity `{entity_id}` not found"
|
|
},
|
|
"receiver_not_found": {
|
|
"message": "Infrared receiver entity `{entity_id}` not found"
|
|
}
|
|
}
|
|
}
|