We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0104a9 commit 4793119Copy full SHA for 4793119
supervisor/jobs/decorator.py
@@ -409,7 +409,7 @@ async def check_conditions(
409
and UnsupportedReason.CORE_VERSION in coresys.sys_resolution.unsupported
410
):
411
raise JobConditionException(
412
- f"'{method_name}' blocked from execution, unsupported Core version"
+ f"'{method_name}' blocked from execution, unsupported Home Assistant Core version"
413
)
414
415
if (
0 commit comments