Add stub services.yaml and make validation mandatory (#23213)
This commit is contained in:
parent
620c6a22ac
commit
a52f96b23a
69 changed files with 2 additions and 5 deletions
|
@ -67,11 +67,8 @@ def validate_services(integration: Integration):
|
|||
try:
|
||||
data = load_yaml(str(integration.path / 'services.yaml'))
|
||||
except FileNotFoundError:
|
||||
print(
|
||||
"Warning: {} registeres services but has no services.yaml".format(
|
||||
integration.domain))
|
||||
# integration.add_error(
|
||||
# 'services', 'Registers services but has no services.yaml')
|
||||
integration.add_error(
|
||||
'services', 'Registers services but has no services.yaml')
|
||||
return
|
||||
except HomeAssistantError:
|
||||
integration.add_error(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue