1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-22 11:59:34 +00:00
Files
core/start.py
2013-10-13 10:42:22 -07:00

7 lines
179 B
Python

#!/usr/bin/python2
""" Starts home assistant with all possible functionality. """
import homeassistant.bootstrap
homeassistant.bootstrap.from_config_file("home-assistant.conf")