diff --git a/homeassistant/bootstrap.py b/homeassistant/bootstrap.py index 1e5e5a0ceba..96ba112d5ca 100644 --- a/homeassistant/bootstrap.py +++ b/homeassistant/bootstrap.py @@ -9,6 +9,7 @@ import logging import homeassistant as ha from homeassistant.components import general + # pylint: disable=too-many-branches,too-many-locals,too-many-statements def from_config_file(config_path): """ Starts home assistant with all possible functionality