1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-23 20:39:01 +00:00
Files
core/start.py
2014-04-24 00:40:45 -07:00

7 lines
189 B
Python

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