home-assistant: Add ui-lovelace-minimalist
All checks were successful
Check flake / build-amd64-linux (push) Successful in 2m55s
All checks were successful
Check flake / build-amd64-linux (push) Successful in 2m55s
This commit is contained in:
parent
6dad981103
commit
e6bad13cfd
@ -273,13 +273,22 @@ in
|
||||
zeroconf
|
||||
];
|
||||
|
||||
customLovelaceModules = with pkgs.home-assistant-custom-lovelace-modules; [
|
||||
customComponents = [
|
||||
pkgs.ui-lovelace-minimalist
|
||||
];
|
||||
|
||||
customLovelaceModules =
|
||||
with pkgs.home-assistant-custom-lovelace-modules;
|
||||
[
|
||||
bubble-card
|
||||
button-card
|
||||
mushroom
|
||||
sankey-chart
|
||||
universal-remote-card
|
||||
# zigbee2mqtt-networkmap
|
||||
]
|
||||
++ [
|
||||
pkgs.hass-browser-mod
|
||||
];
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user