added automations and shopping list alert
This commit is contained in:
7
Makefile
7
Makefile
@@ -1,4 +1,4 @@
|
||||
.PHONY: default all ui-minimalist config sensors
|
||||
.PHONY: default all ui-minimalist config sensors automations
|
||||
|
||||
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}}")
|
||||
@@ -6,7 +6,7 @@ CONFIG_FILES := configuration.yaml secrets.yaml input_boolean.yaml ui-lovelace.y
|
||||
|
||||
default: all
|
||||
|
||||
all: ui-minimalist config sensors
|
||||
all: ui-minimalist config sensors automations
|
||||
|
||||
config:
|
||||
for FILE in $(CONFIG_FILES); do \
|
||||
@@ -18,3 +18,6 @@ ui-minimalist:
|
||||
|
||||
sensors:
|
||||
kubectl cp sensors $(NAMESPACE)/$(POD_ID):/config
|
||||
|
||||
automations:
|
||||
kubectl cp automations $(NAMESPACE)/$(POD_ID):/config
|
||||
|
Reference in New Issue
Block a user