minor updates
This commit is contained in:
parent
be6a8e9cc7
commit
e18938def9
2 changed files with 4 additions and 3 deletions
|
@ -8,8 +8,8 @@
|
|||
let
|
||||
dms = pkgs.fetchgit {
|
||||
url = "https://github.com/mrVanDalo/dms.git";
|
||||
rev = "977e7d5fd2d0ccde7b185343eba35f4967871590";
|
||||
sha256 = "138ib1hanp91nmb22f67asgy3afx0yxajbm54ar3s5h4c0fgry38";
|
||||
rev = "2f5c44f017bdfd8abfe908d419ef26bac300f809";
|
||||
sha256 = "0dxhk1ah6wwbsxyk4hd32rz7886w7r5gfy16485gjbvky1qsi8gd";
|
||||
};
|
||||
in {
|
||||
|
||||
|
|
|
@ -22,7 +22,8 @@
|
|||
#disabled_switches = [
|
||||
#"zigbee2mqtt/light_2"
|
||||
#];
|
||||
ignored_sensors = [ "zigbee2mqtt/motion_sensor_7" ];
|
||||
ignored_sensors =
|
||||
[ "zigbee2mqtt/motion_sensor_7" "zigbee2mqtt/door_sensor_4" ];
|
||||
}
|
||||
];
|
||||
sensors = let
|
||||
|
|
Loading…
Reference in a new issue