Compare commits

..

2 Commits

Author SHA1 Message Date
e6bad13cfd
home-assistant: Add ui-lovelace-minimalist
All checks were successful
Check flake / build-amd64-linux (push) Successful in 2m55s
2025-01-26 19:08:46 +00:00
6dad981103
hass-browser-mod: init at 2.3.3 2025-01-26 19:08:45 +00:00
2 changed files with 14 additions and 9 deletions

View File

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

View File

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