mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Added support for YAML files, now with included python modules
This commit is contained in:
parent
356732189c
commit
223d2c2c3f
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user