Skip to content

Commit

Permalink
home-assistant: detect non home-assistant changes for adaptive lights
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMagee committed May 6, 2024
1 parent 717e025 commit c037f97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hosts/rpi/services/home-assistant/lights.nix
Expand Up @@ -99,6 +99,7 @@
min_color_temp = 2000;
max_color_temp = 5500;
interval = 30;
detect_non_ha_changes = true;
}
{
name = "Garage desk lights";
Expand All @@ -109,6 +110,7 @@
min_color_temp = 2000;
max_color_temp = 5500;
interval = 30;
detect_non_ha_changes = true;
}
{
name = "Downstairs lights";
Expand All @@ -129,6 +131,7 @@
min_color_temp = 3000;
max_color_temp = 5500;
interval = 30;
detect_non_ha_changes = true;
}
];
};
Expand Down

0 comments on commit c037f97

Please sign in to comment.