We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa69c13 commit a53ea49Copy full SHA for a53ea49
.devcontainer/container/makefiles/integration.mk
@@ -10,11 +10,11 @@ up:
10
set-version: ## Set Home Assistant version
11
@bash /opt/container/helpers/homeassistant/set-version.sh
12
13
-install: ## Install Home Assistant dev in the container
+upgrade: ## Upgrade Home Assistant to latest dev in the container
14
@python3 -m pip --disable-pip-version-check install --upgrade git+https://github.com/home-assistant/home-assistant.git@dev
15
16
-upgrade: ## Upgrade Home Assistant to latest dev in the container
17
- install
+install: ## Install Home Assistant dev in the container
+ upgrade
18
19
check-config: ## Check Home Assistant config
20
@hass -c /config --script check_config
0 commit comments