fix(home-assistant): fix alarm config

This commit is contained in:
Felix Schröter 2022-01-28 18:03:10 +01:00
parent cd52b1e05a
commit d7c6a77451
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -26,7 +26,7 @@ in {
# pytestCheckPhase uses too much RAM and pi can't handle it
doCheck = false;
doInstallCheck = false;
})).override { extraComponents = [ "otp" ]; };
})).override { extraComponents = [ "otp" "roku" ]; };
config = {
homeassistant = {
name = "Home";
@ -98,7 +98,6 @@ in {
cycle = "yearly";
};
};
};
alarm_control_panel = [{
platform = "manual";
code = "!secret alarm_code";
@ -111,6 +110,7 @@ in {
delay_time = 0;
};
}];
};
# configWritable = true; # doesn't work atm
};
}