Add translations check script (#34272)

This commit is contained in:
Paulus Schoutsen
2020-04-15 16:58:20 -07:00
committed by GitHub
parent d011b46985
commit 1ffc3a00e7
13 changed files with 106 additions and 40 deletions

View File

@@ -8,16 +8,15 @@ from . import (
config_flow,
coverage,
dependencies,
json,
manifest,
services,
ssdp,
translations,
zeroconf,
)
from .model import Config, Integration
PLUGINS = [
json,
codeowners,
config_flow,
coverage,
@@ -25,6 +24,7 @@ PLUGINS = [
manifest,
services,
ssdp,
translations,
zeroconf,
]