light-control: update

feature/hass
Ingolf Wagner 2020-06-07 18:29:38 +02:00
parent eb5325e29a
commit 1d8ba8619a
Signed by: palo
GPG Key ID: 76BF5F1928B9618B
2 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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";