mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Fix hassfest services check (#96337)
This commit is contained in:
@@ -99,6 +99,7 @@ def validate_services(config: Config, integration: Integration) -> None:
|
||||
integration.add_error(
|
||||
"services", f"Invalid services.yaml: {humanize_error(data, err)}"
|
||||
)
|
||||
return
|
||||
|
||||
# Try loading translation strings
|
||||
if integration.core:
|
||||
|
||||
Reference in New Issue
Block a user