mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Added logic to main that prefers .yaml-config over .conf
This commit is contained in:
@@ -112,6 +112,7 @@ def from_config_file(config_path, hass=None):
|
||||
# Set config dir to directory holding config file
|
||||
hass.config_dir = os.path.abspath(os.path.dirname(config_path))
|
||||
|
||||
config_dict = {}
|
||||
# check config file type
|
||||
if(os.path.splitext(config_path)[1] == '.yaml'):
|
||||
# Read yaml
|
||||
|
||||
Reference in New Issue
Block a user