mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 04:50:05 +00:00
6 lines
160 B
Python
6 lines
160 B
Python
""" Starts home assistant with all possible functionality. """
|
|
|
|
import homeassistant.bootstrap
|
|
|
|
homeassistant.bootstrap.from_config_file("home-assistant.conf")
|