Skip to content

Commit a53ea49

Browse files
committed
Update devcontainer make script
1 parent fa69c13 commit a53ea49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.devcontainer/container/makefiles/integration.mk

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ up:
1010
set-version: ## Set Home Assistant version
1111
@bash /opt/container/helpers/homeassistant/set-version.sh
1212

13-
install: ## Install Home Assistant dev in the container
13+
upgrade: ## Upgrade Home Assistant to latest dev in the container
1414
@python3 -m pip --disable-pip-version-check install --upgrade git+https://github.com/home-assistant/home-assistant.git@dev
1515

16-
upgrade: ## Upgrade Home Assistant to latest dev in the container
17-
install
16+
install: ## Install Home Assistant dev in the container
17+
upgrade
1818

1919
check-config: ## Check Home Assistant config
2020
@hass -c /config --script check_config

0 commit comments

Comments
 (0)