From a53ea49730559ceb85dcec58cdb7a354d545329a Mon Sep 17 00:00:00 2001 From: Andrey Khrolenok Date: Sat, 5 Oct 2024 11:43:25 +0300 Subject: [PATCH] Update devcontainer make script --- .devcontainer/container/makefiles/integration.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.devcontainer/container/makefiles/integration.mk b/.devcontainer/container/makefiles/integration.mk index 3de0d34..2c66929 100644 --- a/.devcontainer/container/makefiles/integration.mk +++ b/.devcontainer/container/makefiles/integration.mk @@ -10,11 +10,11 @@ up: set-version: ## Set Home Assistant version @bash /opt/container/helpers/homeassistant/set-version.sh -install: ## Install Home Assistant dev in the container +upgrade: ## Upgrade Home Assistant to latest dev in the container @python3 -m pip --disable-pip-version-check install --upgrade git+https://github.com/home-assistant/home-assistant.git@dev -upgrade: ## Upgrade Home Assistant to latest dev in the container - install +install: ## Install Home Assistant dev in the container + upgrade check-config: ## Check Home Assistant config @hass -c /config --script check_config