From fe9fe3ec5171c74e9d0daf5e8e968df3b01ba8ba Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Sun, 5 Jan 2025 12:19:15 +0000 Subject: [PATCH] Add more lovelace modules --- hosts/pi/default.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hosts/pi/default.nix b/hosts/pi/default.nix index 2b9f5e4..5b58843 100644 --- a/hosts/pi/default.nix +++ b/hosts/pi/default.nix @@ -369,12 +369,17 @@ ]; extraPackages = python3Packages: with python3Packages; [ - pyeiscp + onkyo-eiscp zeroconf ]; customLovelaceModules = with pkgs.home-assistant-custom-lovelace-modules; [ + bubble-card + button-card mushroom + sankey-chart + universal-remote-card + # zigbee2mqtt-networkmap ]; };