mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +02:00
Revert removal of JSON validator in hassfest (#34504)
Co-Authored-By: Paulus Schoutsen <balloob@gmail.com>
This commit is contained in:
@@ -9,6 +9,7 @@ from . import (
|
||||
config_flow,
|
||||
coverage,
|
||||
dependencies,
|
||||
json,
|
||||
manifest,
|
||||
services,
|
||||
ssdp,
|
||||
@@ -18,6 +19,7 @@ from . import (
|
||||
from .model import Config, Integration
|
||||
|
||||
INTEGRATION_PLUGINS = [
|
||||
json,
|
||||
codeowners,
|
||||
config_flow,
|
||||
dependencies,
|
||||
|
Reference in New Issue
Block a user