added ui-lovelace.yaml

This commit is contained in:
Jonas Forsberg 2022-07-23 11:45:51 +02:00
parent 707ecf0561
commit c9d708772c
No known key found for this signature in database
GPG Key ID: F2E9818C70350CC9

View File

@ -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