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,14 +273,23 @@ in
|
|||||||
zeroconf
|
zeroconf
|
||||||
];
|
];
|
||||||
|
|
||||||
customLovelaceModules = with pkgs.home-assistant-custom-lovelace-modules; [
|
customComponents = [
|
||||||
bubble-card
|
pkgs.ui-lovelace-minimalist
|
||||||
button-card
|
|
||||||
mushroom
|
|
||||||
sankey-chart
|
|
||||||
universal-remote-card
|
|
||||||
# zigbee2mqtt-networkmap
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
customLovelaceModules =
|
||||||
|
with pkgs.home-assistant-custom-lovelace-modules;
|
||||||
|
[
|
||||||
|
bubble-card
|
||||||
|
button-card
|
||||||
|
mushroom
|
||||||
|
sankey-chart
|
||||||
|
universal-remote-card
|
||||||
|
# zigbee2mqtt-networkmap
|
||||||
|
]
|
||||||
|
++ [
|
||||||
|
pkgs.hass-browser-mod
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services.home-assistant.preStart = lib.mkForce "";
|
systemd.services.home-assistant.preStart = lib.mkForce "";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user