home-assistant: remove duplicate floorplan resource

This commit is contained in:
2025-02-01 14:10:05 +00:00
parent 3440af494f
commit 84bbcdfa4b
4 changed files with 111 additions and 7 deletions

View File

@ -11,12 +11,6 @@ in
{
config = lib.mkIf cfg.enable {
services.home-assistant = {
config.lovelace.resources = [
{
url = "/local/nixos-lovelace-modules/floorplan.js";
type = "module";
}
];
customLovelaceModules = [
pkgs.lovelace-floorplan
];