1
mirror of https://github.com/home-assistant/core synced 2024-09-06 10:29:55 +02:00
ha-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