From 1d8ba8619a7e6d6fe9fca6d02b0922cb366d7761 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Sun, 7 Jun 2020 18:29:38 +0200 Subject: [PATCH] light-control: update --- configs/pepe/home-assistant/light-control.nix | 2 +- pkgs/light-control/default.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/pepe/home-assistant/light-control.nix b/configs/pepe/home-assistant/light-control.nix index 776112d..4d9c3e7 100644 --- a/configs/pepe/home-assistant/light-control.nix +++ b/configs/pepe/home-assistant/light-control.nix @@ -18,7 +18,7 @@ name = "night"; room_tracking_enabled = false; brightness = 25; - exclude_switches = [ + disabled_switches = [ "stat/PAL01/RESULT" "stat/PAL03/RESULT" "stat/PAL04/RESULT" diff --git a/pkgs/light-control/default.nix b/pkgs/light-control/default.nix index d2782c6..630c9ae 100644 --- a/pkgs/light-control/default.nix +++ b/pkgs/light-control/default.nix @@ -5,8 +5,8 @@ rustPlatform.buildRustPackage rec { version = "0.1.0"; src = fetchgit { url = "https://git.ingolf-wagner.de/palo/light-control.git"; - rev = "2009a829681c32127cc8b74dac759db566fe9599"; - sha256 = "0hqrnqbzwpvgpx8sb13m89kz60pv6xgym3dhp3q56383hafijb4c"; + rev = "0b5034e2d2cb4bdf1dc0bd7fd9c483ef0141e77a"; + sha256 = "06jr6bndk75c4f73mn0gfbb67z70anlm7lqib4dd8rbxpfd24ldl"; }; cargoSha256 = "1yzkbj36sx4vc8dsgcxahrvn33ci2ad1cpd1shcismw33k63rimh";