summaryrefslogtreecommitdiffstats
path: root/lass/2configs/hass/rooms/essen.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lass/2configs/hass/rooms/essen.nix')
-rw-r--r--lass/2configs/hass/rooms/essen.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/lass/2configs/hass/rooms/essen.nix b/lass/2configs/hass/rooms/essen.nix
index eeb3d30d..293935f6 100644
--- a/lass/2configs/hass/rooms/essen.nix
+++ b/lass/2configs/hass/rooms/essen.nix
@@ -3,7 +3,7 @@ with import ../lib.nix { inherit lib; };
{
services.home-assistant.config = lib.mkMerge [
- (detect_movement sensors.movement.essen lights.essen 10)
- (lightswitch switches.dimmer.essen lights.essen)
+ (detect_movement "essen" sensors.movement.essen lights.essen 70)
+ (lightswitch "essen" switches.dimmer.essen lights.essen)
];
}