Enabled UI automations and fixed weather

This commit is contained in:
Alejandro Angulo 2023-11-26 09:55:05 -08:00
parent 0bee5a9c64
commit 2d18dd0a2f
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -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";
}; };
}; };