home-assistant-core/script/server
Franck Nijhof 939eef3b28
Remove translations from Core (#87543)
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2023-02-06 15:06:43 +01:00

14 lines
269 B
Bash
Executable file

#!/bin/sh
# Launch the application and any extra required processes locally.
# Stop on errors
set -e
cd "$(dirname "$0")/.."
# Ensure translations are up to date
python3 -m script.translations develop --all
# Start Home Assistant
python3 -m homeassistant -c config