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:44:29 +0100
committerGitHub <noreply@github.com>2021-11-22 09:44:29 +0100
commitb3e87493f6278048d99ec7240bb975d5c519faed (patch)
treefea711fbc0ad211d2b829252f6adb37bc9d45655 /pkgs/servers/home-assistant
parent9f86e2d3e847b0e6a05a6cff8d48bc981b5455c8 (diff)
parent673c63bdcec0f9118313a1adde7c04d7b01cdfe7 (diff)
Merge pull request #146873 from fabaff/eliqonline
python3Packages.eliqonline: init at 1.2.2
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 bb2622aeb70dc..abe1d6da97809 100644
--- a/pkgs/servers/home-assistant/component-packages.nix
+++ b/pkgs/servers/home-assistant/component-packages.nix
@@ -220,7 +220,7 @@
     "egardia" = ps: with ps; [ pythonegardia ];
     "eight_sleep" = ps: with ps; [ pyeight ];
     "elgato" = ps: with ps; [ elgato ];
-    "eliqonline" = ps: with ps; [ ]; # missing inputs: eliqonline
+    "eliqonline" = ps: with ps; [ eliqonline ];
     "elkm1" = ps: with ps; [ elkm1-lib ];
     "elv" = ps: with ps; [ pypca ];
     "emby" = ps: with ps; [ pyemby ];