5 lines
160 B
Python
5 lines
160 B
Python
""" Starts home assistant with all possible functionality. """
|
|
|
|
import homeassistant.bootstrap
|
|
|
|
homeassistant.bootstrap.from_config_file("home-assistant.conf")
|