From 223d2c2c3ff7a784c95d74adaea7bec6b1a71123 Mon Sep 17 00:00:00 2001 From: theolind Date: Sat, 28 Feb 2015 17:05:38 +0100 Subject: [PATCH] Added support for YAML files, now with included python modules --- homeassistant/bootstrap.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/homeassistant/bootstrap.py b/homeassistant/bootstrap.py index c246b822dc3..3c1d722768b 100644 --- a/homeassistant/bootstrap.py +++ b/homeassistant/bootstrap.py @@ -11,6 +11,8 @@ start by calling homeassistant.start_home_assistant(bus) import os import configparser +import yaml +import io import logging from collections import defaultdict