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