about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorJamie Magee <jamie.magee@gmail.com>2024-04-21 21:11:49 -0700
committerJamie Magee <jamie.magee@gmail.com>2024-04-22 14:13:53 -0700
commit5a1d3940b8014f109bd9c0e92d2a18f4642ccaae (patch)
tree9d56a51700b570830e8cfa80814297803da432b3 /pkgs/top-level
parent06fc87533759bb6243ca4114a1edd7f7d8068396 (diff)
python312Packages.python-homeassistant-analytics: init at 0.6.0
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/python-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index e346d02be0d93..8a990c83f6d82 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -12287,6 +12287,8 @@ self: super: with self; {
 
   python-hglib = callPackage ../development/python-modules/python-hglib { };
 
+  python-homeassistant-analytics = callPackage ../development/python-modules/python-homeassistant-analytics { };
+
   python-homewizard-energy = callPackage ../development/python-modules/python-homewizard-energy { };
 
   python-hosts = callPackage ../development/python-modules/python-hosts { };