home-assistant: add required lovelace modules
All checks were successful
Check flake / build-amd64-linux (push) Successful in 2m53s
All checks were successful
Check flake / build-amd64-linux (push) Successful in 2m53s
This commit is contained in:
parent
c30cd87825
commit
6833abaff1
@ -276,16 +276,23 @@ in
|
||||
home-assistant-minimalist
|
||||
];
|
||||
|
||||
customLovelaceModules = with pkgs.home-assistant-custom-lovelace-modules; [
|
||||
bubble-card
|
||||
button-card
|
||||
card-mod
|
||||
light-entity-card
|
||||
mini-graph-card
|
||||
mini-media-player
|
||||
sankey-chart
|
||||
universal-remote-card
|
||||
];
|
||||
customLovelaceModules =
|
||||
(with pkgs.home-assistant-custom-lovelace-modules; [
|
||||
bubble-card
|
||||
button-card
|
||||
card-mod
|
||||
light-entity-card
|
||||
mini-graph-card
|
||||
mini-media-player
|
||||
sankey-chart
|
||||
universal-remote-card
|
||||
])
|
||||
++ (with pkgs; [
|
||||
lovelace-auto-entities
|
||||
lovelace-layout-card
|
||||
lovelace-my-cards
|
||||
lovelace-state-switch
|
||||
]);
|
||||
};
|
||||
|
||||
modules.services.borgmatic.directories = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user