mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 02:38:10 +02:00
Add check for integration config schema to hassfest (#93587)
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
This commit is contained in:
@ -11,6 +11,7 @@ from . import (
|
||||
bluetooth,
|
||||
codeowners,
|
||||
config_flow,
|
||||
config_schema,
|
||||
coverage,
|
||||
dependencies,
|
||||
dhcp,
|
||||
@ -32,6 +33,7 @@ INTEGRATION_PLUGINS = [
|
||||
application_credentials,
|
||||
bluetooth,
|
||||
codeowners,
|
||||
config_schema,
|
||||
dependencies,
|
||||
dhcp,
|
||||
json,
|
||||
@ -43,7 +45,7 @@ INTEGRATION_PLUGINS = [
|
||||
translations,
|
||||
usb,
|
||||
zeroconf,
|
||||
config_flow,
|
||||
config_flow, # This needs to run last, after translations are processed
|
||||
]
|
||||
HASS_PLUGINS = [
|
||||
coverage,
|
||||
|
Reference in New Issue
Block a user