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,7 +276,8 @@ in
|
|||||||
home-assistant-minimalist
|
home-assistant-minimalist
|
||||||
];
|
];
|
||||||
|
|
||||||
customLovelaceModules = with pkgs.home-assistant-custom-lovelace-modules; [
|
customLovelaceModules =
|
||||||
|
(with pkgs.home-assistant-custom-lovelace-modules; [
|
||||||
bubble-card
|
bubble-card
|
||||||
button-card
|
button-card
|
||||||
card-mod
|
card-mod
|
||||||
@ -285,7 +286,13 @@ in
|
|||||||
mini-media-player
|
mini-media-player
|
||||||
sankey-chart
|
sankey-chart
|
||||||
universal-remote-card
|
universal-remote-card
|
||||||
];
|
])
|
||||||
|
++ (with pkgs; [
|
||||||
|
lovelace-auto-entities
|
||||||
|
lovelace-layout-card
|
||||||
|
lovelace-my-cards
|
||||||
|
lovelace-state-switch
|
||||||
|
]);
|
||||||
};
|
};
|
||||||
|
|
||||||
modules.services.borgmatic.directories = [
|
modules.services.borgmatic.directories = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user