Compare commits
2 Commits
e6bad13cfd
...
642ecd8f26
Author | SHA1 | Date | |
---|---|---|---|
642ecd8f26
|
|||
71a3bf24a0
|
@@ -88,8 +88,6 @@ in
|
||||
zeroconf = { };
|
||||
};
|
||||
|
||||
configDir = "/etc/home-assistant";
|
||||
|
||||
extraComponents = [
|
||||
"air_quality"
|
||||
"airly"
|
||||
@@ -273,27 +271,21 @@ in
|
||||
zeroconf
|
||||
];
|
||||
|
||||
customComponents = [
|
||||
pkgs.ui-lovelace-minimalist
|
||||
customComponents = with pkgs; [
|
||||
hass-browser-mod
|
||||
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
|
||||
];
|
||||
customLovelaceModules = with pkgs.home-assistant-custom-lovelace-modules; [
|
||||
bubble-card
|
||||
button-card
|
||||
mushroom
|
||||
sankey-chart
|
||||
universal-remote-card
|
||||
# zigbee2mqtt-networkmap
|
||||
];
|
||||
};
|
||||
|
||||
systemd.services.home-assistant.preStart = lib.mkForce "";
|
||||
|
||||
modules.services.borgmatic.directories = [
|
||||
config.services.home-assistant.configDir
|
||||
];
|
||||
|
Reference in New Issue
Block a user