Compare commits

..

2 Commits

Author SHA1 Message Date
dc6ee9b8bf
home-assistant: Add ui-lovelace-minimalist
All checks were successful
Check flake / build-amd64-linux (push) Successful in 2m52s
2025-01-26 18:59:34 +00:00
77fe9dc546
hass-browser-mod: init at 2.3.3 2025-01-26 18:54:52 +00:00
2 changed files with 9 additions and 14 deletions

View File

@ -277,19 +277,14 @@ in
pkgs.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 "";

View File

@ -12,6 +12,6 @@ buildHomeAssistantComponent rec {
owner = owner;
repo = "hass-browser_mod";
rev = "v${version}";
hash = "sha256-lNZq7CeNiCAIM87sSUi9Jy9WS4G7QyvPoUJ8vJSAuHs=";
hash = "";
};
}