Skip to content

Commit

Permalink
Update devcontainer make script
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Oct 5, 2024
1 parent fa69c13 commit a53ea49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/container/makefiles/integration.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a53ea49

Please sign in to comment.