mirror of
https://github.com/home-assistant/core.git
synced 2026-08-14 17:23:33 +01:00
22 lines
450 B
JSON
22 lines
450 B
JSON
{
|
|
"entity_component": {
|
|
"emitter": {
|
|
"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"
|
|
}
|
|
}
|
|
}
|