Skip to content

Commit 860b93d

Browse files
committed
fix(hass): adapt wall lamp after sundown
1 parent eac47b6 commit 860b93d

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

modules/services/hass/_domains/lighting.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ in
2929
"light.essentials_a19_a60_2" # Dishwasher (kitchen)
3030
"light.essentials_a19_a60_3" # Bathroom Nightstand
3131
"light.essentials_a19_a60_4" # Window Nightstand
32+
"light.essentials_a19_a60_5" # Wall Lamp
3233
"light.nanoleaf_multicolor_floor_lamp" # Couch Lamp
3334
"light.nanoleaf_multicolor_hd_ls" # Edmund Desk
3435
"light.smart_night_light_w" # Entrance night light

modules/services/hass/_tests/eval-automations.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,6 @@ let
481481
test =
482482
livingSpaceAdaptiveLighting != null
483483
&& builtins.elem "light.essentials_a19_a60_5" (livingSpaceAdaptiveLighting.lights or [ ]);
484-
expectedFailure = true;
485484
msg = "Living Space Adaptive Lighting must include wall lamp to avoid stale flash colors";
486485
}
487486
{

0 commit comments

Comments
 (0)