Paulus Schoutsen 30b68f244e
Voice (#1620)
* Migrate voice content

* Handle duplicate intent pages

* ABC package.json

* Fix some links

* Fix more links

* Update path

* Update docs/voice/overview.md
2023-01-10 08:38:17 -05:00

17 lines
202 B
Plaintext
Executable File

set -e
cd "$(dirname "$0")/.."
yarn
# test if intents directory exists
if [ ! -d "intents" ]; then
git clone --depth 1 https://github.com/home-assistant/intents.git
fi
cd intents
git pull
cd ..