about summary refs log tree commit diff
path: root/pkgs/servers/home-assistant
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2021-11-22 09:43:46 +0100
committerGitHub <noreply@github.com>2021-11-22 09:43:46 +0100
commit31d68d0482c85e70c57f318f52c816265b84db78 (patch)
tree14509b7be3c8aba032847aa9eecf9fc17624f2c9 /pkgs/servers/home-assistant
parent0634469e67fc46101a00f3a30d3277b06def2c00 (diff)
parent86f53d1f77c49780337a68364793f57f025c0a27 (diff)
Merge pull request #146808 from fabaff/life360
python3Packages.life360: init at 4.1.1
Diffstat (limited to 'pkgs/servers/home-assistant')
-rw-r--r--pkgs/servers/home-assistant/component-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/home-assistant/component-packages.nix b/pkgs/servers/home-assistant/component-packages.nix
index acc3a6f35cf5d..f1a8f059f34c9 100644
--- a/pkgs/servers/home-assistant/component-packages.nix
+++ b/pkgs/servers/home-assistant/component-packages.nix
@@ -452,7 +452,7 @@
     "lcn" = ps: with ps; [ pypck ];
     "lg_netcast" = ps: with ps; [ pylgnetcast ];
     "lg_soundbar" = ps: with ps; [ ]; # missing inputs: temescal
-    "life360" = ps: with ps; [ ]; # missing inputs: life360
+    "life360" = ps: with ps; [ life360 ];
     "lifx" = ps: with ps; [ aiolifx aiolifx-effects ];
     "lifx_cloud" = ps: with ps; [ ];
     "light" = ps: with ps; [ ];