Added adaptive lighting

This commit is contained in:
Alejandro Angulo 2024-01-13 10:00:15 -08:00
parent ea351a8a38
commit c7507bce13
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
3 changed files with 72 additions and 27 deletions

View file

@ -30,6 +30,7 @@ in {
# postgresql support
psycopg2
];
extraComponents = [
"hue"
"met"
@ -39,6 +40,11 @@ in {
"vizio"
"zeroconf"
];
customComponents = with pkgs.home-assistant-custom-components; [
adaptive_lighting
];
config = {
default_config = {};
http = {
@ -73,9 +79,7 @@ in {
ensureUsers = [
{
name = "hass";
ensurePermissions = {
"DATABASE hass" = "ALL PRIVILEGES";
};
ensureDBOwnership = true;
}
];
};