From 7425195b8bbf853fdfb961ab4aa92f8c35f0d6ae Mon Sep 17 00:00:00 2001 From: Stefan Allius Date: Wed, 16 Apr 2025 19:42:24 +0200 Subject: [PATCH] copy web-file into the add-on container --- ha_addons/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ha_addons/Makefile b/ha_addons/Makefile index e23d471..7f01a00 100644 --- a/ha_addons/Makefile +++ b/ha_addons/Makefile @@ -84,7 +84,10 @@ SRC_FILES := $(wildcard $(SRC_PROXY)/*.py)\ $(wildcard $(SRC_PROXY)/cnf/*.toml)\ $(wildcard $(SRC_PROXY)/gen3/*.py)\ $(wildcard $(SRC_PROXY)/gen3plus/*.py)\ - $(wildcard $(SRC_PROXY)/web/*.py) + $(wildcard $(SRC_PROXY)/web/*.py)\ + $(wildcard $(SRC_PROXY)/web/templates/*.html)\ + $(wildcard $(SRC_PROXY)/web/static/css/*.css) + CNF_FILES := $(wildcard $(CNF_PROXY)/*.toml) # determine destination files