Fix test_proactive_adaptation_with_separate_commands (#970)

* Add link script

* Set run_immediately=False

* Add await hass.async_block_till_done()

* Use scripts/link

* Rename scripts

* Links in devcontainer

* Install from setup script
This commit is contained in:
Bas Nijholt 2024-04-07 14:01:05 +02:00 committed by GitHub
commit d23f6ec63a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 29 additions and 46 deletions

View file

@ -7,5 +7,12 @@ if [[ ! -d "core" ]]; then
git clone --depth 1 --branch dev https://github.com/home-assistant/core.git
fi
./scripts/install_ha
pip install \
colorlog==6.7.0 \
pip>=21.0,<23.2 \
ruff==0.0.265 \
pre-commit
./scripts/setup-dependencies
./scripts/setup-symlinks
pre-commit install-hooks