1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Re-organized core for better reusability

This commit is contained in:
Paulus Schoutsen
2014-04-24 00:40:45 -07:00
parent 3757ddf9df
commit 2e10d7223a
19 changed files with 772 additions and 754 deletions

View File

@@ -1,5 +1,6 @@
""" Starts home assistant with all possible functionality. """
import homeassistant
import homeassistant.bootstrap
homeassistant.bootstrap.from_config_file("home-assistant.conf")
homeassistant.bootstrap.from_config_file("home-assistant.conf").start()