1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-20 02:48:57 +00:00

Autogenerate Dockerfile (#104669)

This commit is contained in:
Erik Montnemery
2023-11-29 11:26:50 +01:00
committed by GitHub
parent bcfb5307f5
commit 999875d0e4
3 changed files with 94 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ from . import (
coverage,
dependencies,
dhcp,
docker,
json,
manifest,
metadata,
@@ -50,6 +51,7 @@ INTEGRATION_PLUGINS = [
]
HASS_PLUGINS = [
coverage,
docker,
mypy_config,
metadata,
]