mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 03:35:09 +02:00
Add translations check script (#34272)
This commit is contained in:
@@ -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,
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user