Files
hacs_integration/scripts/install/core
Joakim Sørensen a45f36dcde Update development environment (#3060)
* Update development environment

* lint
2023-02-11 11:24:00 +01:00

8 lines
148 B
Bash
Executable File

#!/usr/bin/env bash
set -e
cd "$(dirname "$0")/../.."
bash scripts/install/pip_packages "homeassistant==${1:-$(jq -r .homeassistant hacs.json)}"