homeassistant: migrate to basnijholt/adaptive-lighting
All checks were successful
flake / flake (push) Successful in 1m14s

This commit is contained in:
Jake Hillion 2024-07-22 10:44:58 +01:00
parent 1052379119
commit 67c8e3dcaf

View File

@ -44,7 +44,6 @@ in
"bluetooth"
"default_config"
"esphome"
"flux"
"google_assistant"
"homekit"
"met"
@ -54,6 +53,9 @@ in
"sun"
"switchbot"
];
customComponents = with pkgs.home-assistant-custom-components; [
adaptive_lighting
];
config = {
default_config = { };
@ -88,13 +90,7 @@ in
bluetooth = { };
switch = [
{
platform = "flux";
start_time = "07:00";
stop_time = "23:59";
mode = "mired";
disable_brightness_adjust = true;
adaptive_lighting = {
lights = [
"light.bedroom_lamp"
"light.bedroom_light"
@ -105,8 +101,8 @@ in
"light.living_room_light"
"light.wardrobe_light"
];
}
];
min_sunset_time = "21:00";
};
light = [
{