Fix hassfest services check (#96337)
This commit is contained in:
parent
107f589a2e
commit
f2f9b20880
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ def validate_services(config: Config, integration: Integration) -> None:
|
||||||
integration.add_error(
|
integration.add_error(
|
||||||
"services", f"Invalid services.yaml: {humanize_error(data, err)}"
|
"services", f"Invalid services.yaml: {humanize_error(data, err)}"
|
||||||
)
|
)
|
||||||
|
return
|
||||||
|
|
||||||
# Try loading translation strings
|
# Try loading translation strings
|
||||||
if integration.core:
|
if integration.core:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue