Added support for YAML files, now with included python modules

This commit is contained in:
theolind 2015-02-28 17:05:38 +01:00
parent 356732189c
commit 223d2c2c3f

View File

@ -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