mirror of
https://github.com/home-assistant/core.git
synced 2025-08-13 07:20:01 +00:00
.github
config
docs
homeassistant
script
bootstrap
bootstrap_frontend
bootstrap_server
build_frontend
build_python_openzwave
dev_docker
dev_openzwave_docker
fingerprint_frontend.py
gen_requirements_all.py
get_entities.py
hass-daemon
home-assistant@.service
lint
lint_docker
nginx-hass
release
server
setup
test
test_docker
update
update_mdi.py
tests
virtualization
.coveragerc
.dockerignore
.gitignore
.gitmodules
.travis.yml
CONTRIBUTING.md
Dockerfile
LICENSE
MANIFEST.in
README.rst
pylintrc
requirements_all.txt
requirements_test.txt
setup.cfg
setup.py
tox.ini
9 lines
171 B
Bash
Executable File
9 lines
171 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# script/server: Launch the application and any extra required processes
|
|
# locally.
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
python3 -m homeassistant -c config
|