diff options
Diffstat (limited to '')
| -rw-r--r-- | pkgs/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix index de22536..deb418b 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -31,6 +31,10 @@ in home-assistant-custom-components = prev.home-assistant-custom-components // { dreame_vacuum = final.home-assistant.python.pkgs.callPackage ./dreame-vacuum.nix { }; }; + + home-assistant-custom-lovelace-modules = prev.home-assistant-custom-lovelace-modules // { + xiaomi-vacuum-map-card = final.callPackage ./lovelace-xiaomi-vacuum-map-card { }; + }; } // ( let makePyOverrides = version: |
