ha-core/script/server

9 lines
162 B
Bash
Executable File

#!/bin/sh
# Launch the application and any extra required processes locally.
# Stop on errors
set -e
cd "$(dirname "$0")/.."
python3 -m homeassistant -c config