hass-core/start.py
2014-04-14 00:10:31 -07:00

5 lines
160 B
Python

""" Starts home assistant with all possible functionality. """
import homeassistant.bootstrap
homeassistant.bootstrap.from_config_file("home-assistant.conf")