Files
homeassistant-core/script/server
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
269 B
Bash
Raw Normal View History

2015-09-17 00:38:52 -07:00
#!/bin/sh
# Launch the application and any extra required processes locally.
2015-09-17 00:38:52 -07:00
# Stop on errors
set -e
2015-09-17 00:38:52 -07:00
2015-09-17 00:35:26 -07:00
cd "$(dirname "$0")/.."
2023-02-06 15:06:43 +01:00
# Ensure translations are up to date
python3 -m script.translations develop --all
# Start Home Assistant
2015-09-17 00:35:26 -07:00
python3 -m homeassistant -c config