Compare commits
1 Commits
642ecd8f26
...
e6bad13cfd
Author | SHA1 | Date | |
---|---|---|---|
e6bad13cfd |
@ -88,6 +88,8 @@ in
|
||||
zeroconf = { };
|
||||
};
|
||||
|
||||
configDir = "/etc/home-assistant";
|
||||
|
||||
extraComponents = [
|
||||
"air_quality"
|
||||
"airly"
|
||||
@ -271,21 +273,27 @@ in
|
||||
zeroconf
|
||||
];
|
||||
|
||||
customComponents = with pkgs; [
|
||||
hass-browser-mod
|
||||
ui-lovelace-minimalist
|
||||
customComponents = [
|
||||
pkgs.ui-lovelace-minimalist
|
||||
];
|
||||
|
||||
customLovelaceModules = with pkgs.home-assistant-custom-lovelace-modules; [
|
||||
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 "";
|
||||
|
||||
modules.services.borgmatic.directories = [
|
||||
config.services.home-assistant.configDir
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user