Add icon translations support (#103294)

Co-authored-by: Robert Resch <robert@resch.dev>
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
This commit is contained in:
Franck Nijhof
2024-01-19 16:56:56 +01:00
committed by GitHub
parent ed449a5abd
commit 01372024f5
21 changed files with 885 additions and 52 deletions

View File

@@ -17,6 +17,7 @@ from . import (
dependencies,
dhcp,
docker,
icons,
json,
manifest,
metadata,
@@ -38,6 +39,7 @@ INTEGRATION_PLUGINS = [
config_schema,
dependencies,
dhcp,
icons,
json,
manifest,
mqtt,