mirror of
https://github.com/home-assistant/core.git
synced 2026-05-21 07:50:23 +01:00
dd2a90a31f
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: balloob <1444314+balloob@users.noreply.github.com>
20 lines
582 B
JSON
20 lines
582 B
JSON
{
|
|
"exceptions": {
|
|
"component_not_loaded": {
|
|
"message": "Radio Frequency component not loaded"
|
|
},
|
|
"entity_not_found": {
|
|
"message": "Radio Frequency entity `{entity_id}` not found"
|
|
},
|
|
"no_transmitters": {
|
|
"message": "No Radio Frequency transmitters available"
|
|
},
|
|
"unsupported_frequency": {
|
|
"message": "Radio Frequency entity `{entity_id}` does not support frequency {frequency} Hz"
|
|
},
|
|
"unsupported_modulation": {
|
|
"message": "Radio Frequency entity `{entity_id}` does not support modulation {modulation}"
|
|
}
|
|
}
|
|
}
|