Add more lovelace modules

This commit is contained in:
2025-01-05 12:19:15 +00:00
parent 99dd5ec1fe
commit fe9fe3ec51

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
]; ];
}; };