summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2024-07-20 14:42:53 -0600
committerAlejandro Soto <alejandro@34project.org>2024-07-20 14:42:53 -0600
commit2471ef3f39083538202a65375885869e54477ec2 (patch)
treea0a221eebbc74bb5f9146206ed80de3286bd251c /sys
parentc58407688b056c507329a8a6cbdf6b9c46b2014d (diff)
sys/home-assistant: add lovelace-xiaomi-vacuum-map-card
Diffstat (limited to 'sys')
-rw-r--r--sys/home-assistant/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/home-assistant/default.nix b/sys/home-assistant/default.nix
index 8af383c..8031d43 100644
--- a/sys/home-assistant/default.nix
+++ b/sys/home-assistant/default.nix
@@ -33,6 +33,10 @@ in
dreame_vacuum
xiaomi_miot
];
+
+ customLovelaceModules = with pkgs.home-assistant-custom-lovelace-modules; [
+ xiaomi-vacuum-map-card
+ ];
};
};
}