Add more lovelace modules

This commit is contained in:
Jordan Holt 2025-01-05 12:19:15 +00:00
parent 99dd5ec1fe
commit fe9fe3ec51
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -369,12 +369,17 @@
]; ];
extraPackages = python3Packages: with python3Packages; [ extraPackages = python3Packages: with python3Packages; [
pyeiscp onkyo-eiscp
zeroconf zeroconf
]; ];
customLovelaceModules = with pkgs.home-assistant-custom-lovelace-modules; [ customLovelaceModules = with pkgs.home-assistant-custom-lovelace-modules; [
bubble-card
button-card
mushroom mushroom
sankey-chart
universal-remote-card
# zigbee2mqtt-networkmap
]; ];
}; };