Revert removal of JSON validator in hassfest (#34504)

Co-Authored-By: Paulus Schoutsen <balloob@gmail.com>
This commit is contained in:
Franck Nijhof
2020-04-21 23:42:04 +02:00
committed by GitHub
parent 867138ebb8
commit ca08b70984
2 changed files with 34 additions and 0 deletions

View File

@@ -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,