We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eac47b6 commit 860b93dCopy full SHA for 860b93d
2 files changed
modules/services/hass/_domains/lighting.nix
@@ -29,6 +29,7 @@ in
29
"light.essentials_a19_a60_2" # Dishwasher (kitchen)
30
"light.essentials_a19_a60_3" # Bathroom Nightstand
31
"light.essentials_a19_a60_4" # Window Nightstand
32
+ "light.essentials_a19_a60_5" # Wall Lamp
33
"light.nanoleaf_multicolor_floor_lamp" # Couch Lamp
34
"light.nanoleaf_multicolor_hd_ls" # Edmund Desk
35
"light.smart_night_light_w" # Entrance night light
modules/services/hass/_tests/eval-automations.nix
@@ -481,7 +481,6 @@ let
481
test =
482
livingSpaceAdaptiveLighting != null
483
&& builtins.elem "light.essentials_a19_a60_5" (livingSpaceAdaptiveLighting.lights or [ ]);
484
- expectedFailure = true;
485
msg = "Living Space Adaptive Lighting must include wall lamp to avoid stale flash colors";
486
}
487
{
0 commit comments