summaryrefslogtreecommitdiff
path: root/pkgs/default.nix
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2024-07-22 06:07:16 -0600
committerAlejandro Soto <alejandro@34project.org>2024-07-25 21:13:21 -0600
commit202d8d418e3194de15abcce23a9629f3b532b7d5 (patch)
tree2851590c60695296f1abc3bd2c2885ee26e09807 /pkgs/default.nix
parente1639d69d7d1a1bfbc21aeef284f0c039053dfbe (diff)
sys/home-assistant: enable smartthinq-sensors
Diffstat (limited to '')
-rw-r--r--pkgs/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix
index deb418b..fa1a0e0 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -30,6 +30,7 @@ in
override = {
home-assistant-custom-components = prev.home-assistant-custom-components // {
dreame_vacuum = final.home-assistant.python.pkgs.callPackage ./dreame-vacuum.nix { };
+ smartthinq_sensors = final.home-assistant.python.pkgs.callPackage ./smartthinq-sensors.nix { };
};
home-assistant-custom-lovelace-modules = prev.home-assistant-custom-lovelace-modules // {