mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +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 os
|
||||||
import configparser
|
import configparser
|
||||||
|
import yaml
|
||||||
|
import io
|
||||||
import logging
|
import logging
|
||||||
from collections import defaultdict
|
from collections import defaultdict
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user