From 9a941c58e5187ae90381c311637be798200ab221 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Mon, 31 Jan 2022 00:17:10 +0100 Subject: nixos/home-assistant: add customLovelaceModules support Allows the installation of custom lovelace modules, that can inject css/js into the frontend and offer a wide variety of widgets. --- pkgs/top-level/all-packages.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/top-level') diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 67b62f9e2e1..4ad2591c831 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -26459,6 +26459,9 @@ with pkgs; home-assistant = callPackage ../servers/home-assistant { }; + home-assistant-custom-lovelace-modules = lib.recurseIntoAttrs + (callPackage ../servers/home-assistant/custom-lovelace-modules {}); + home-assistant-cli = callPackage ../servers/home-assistant/cli.nix { }; home-assistant-component-tests = recurseIntoAttrs home-assistant.tests.components; -- cgit 1.4.1