Skip to content

Commit 71a4cfc

Browse files
committed
Improve Job condition error
1 parent 44daf6c commit 71a4cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supervisor/jobs/decorator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ async def check_conditions(
409409
and UnsupportedReason.CORE_VERSION in coresys.sys_resolution.unsupported
410410
):
411411
raise JobConditionException(
412-
f"'{method_name}' blocked from execution, unsupported Core version"
412+
f"'{method_name}' blocked from execution, unsupported Home Assistant Core version"
413413
)
414414

415415
if (

0 commit comments

Comments
 (0)