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