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