From c9d708772c035a89940d7974c43a200b11723553 Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Sat, 23 Jul 2022 11:45:51 +0200 Subject: [PATCH] added ui-lovelace.yaml --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7c18531..4bf04ee 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ NAMESPACE := home-assistant POD_ID := $(shell kubectl -n home-assistant get pod --selector=app.kubernetes.io/name=home-assistant --template "{{range .items}}{{.metadata.name}}{{\"\n\"}}{{end}}") -CONFIG_FILES := configuration.yaml secrets.yaml input_boolean.yaml +CONFIG_FILES := configuration.yaml secrets.yaml input_boolean.yaml ui-lovelace.yaml default: all