Enabled UI automations and fixed weather
This commit is contained in:
parent
0bee5a9c64
commit
2d18dd0a2f
|
@ -32,6 +32,7 @@ in {
|
||||||
];
|
];
|
||||||
extraComponents = [
|
extraComponents = [
|
||||||
"hue"
|
"hue"
|
||||||
|
"met"
|
||||||
"tuya"
|
"tuya"
|
||||||
"vizio"
|
"vizio"
|
||||||
"zeroconf"
|
"zeroconf"
|
||||||
|
@ -44,6 +45,8 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
recorder.db_url = "postgresql://@/hass";
|
recorder.db_url = "postgresql://@/hass";
|
||||||
|
|
||||||
|
"automation ui" = "!include automations.yaml";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue