Compare commits
2 Commits
dc6ee9b8bf
...
e6bad13cfd
Author | SHA1 | Date | |
---|---|---|---|
e6bad13cfd | |||
6dad981103 |
@ -277,13 +277,18 @@ in
|
|||||||
pkgs.ui-lovelace-minimalist
|
pkgs.ui-lovelace-minimalist
|
||||||
];
|
];
|
||||||
|
|
||||||
customLovelaceModules = with pkgs.home-assistant-custom-lovelace-modules; [
|
customLovelaceModules =
|
||||||
|
with pkgs.home-assistant-custom-lovelace-modules;
|
||||||
|
[
|
||||||
bubble-card
|
bubble-card
|
||||||
button-card
|
button-card
|
||||||
mushroom
|
mushroom
|
||||||
sankey-chart
|
sankey-chart
|
||||||
universal-remote-card
|
universal-remote-card
|
||||||
# zigbee2mqtt-networkmap
|
# zigbee2mqtt-networkmap
|
||||||
|
]
|
||||||
|
++ [
|
||||||
|
pkgs.hass-browser-mod
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -12,6 +12,6 @@ buildHomeAssistantComponent rec {
|
|||||||
owner = owner;
|
owner = owner;
|
||||||
repo = "hass-browser_mod";
|
repo = "hass-browser_mod";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "";
|
hash = "sha256-lNZq7CeNiCAIM87sSUi9Jy9WS4G7QyvPoUJ8vJSAuHs=";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user