summary refs log tree commit diff
path: root/pkgs/servers/home-assistant
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2021-11-20 23:00:30 +0100
committerGitHub <noreply@github.com>2021-11-20 23:00:30 +0100
commit12b52be6ae6604b15609f65268c522db673e6bdb (patch)
treeaa21298a27df4b79669aab77f66c208a3dc05ba7 /pkgs/servers/home-assistant
parent6ef7e9bdb7d84c873ae40b78918155b511a8fe3b (diff)
parent72da520e40dd0c767ebe0e689f396191de25effe (diff)
downloadnixpkgs-12b52be6ae6604b15609f65268c522db673e6bdb.tar
nixpkgs-12b52be6ae6604b15609f65268c522db673e6bdb.tar.gz
nixpkgs-12b52be6ae6604b15609f65268c522db673e6bdb.tar.bz2
nixpkgs-12b52be6ae6604b15609f65268c522db673e6bdb.tar.lz
nixpkgs-12b52be6ae6604b15609f65268c522db673e6bdb.tar.xz
nixpkgs-12b52be6ae6604b15609f65268c522db673e6bdb.tar.zst
nixpkgs-12b52be6ae6604b15609f65268c522db673e6bdb.zip
Merge pull request #146362 from fabaff/py-nightscout
Diffstat (limited to 'pkgs/servers/home-assistant')
-rw-r--r--pkgs/servers/home-assistant/component-packages.nix2
-rw-r--r--pkgs/servers/home-assistant/default.nix1
2 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/servers/home-assistant/component-packages.nix b/pkgs/servers/home-assistant/component-packages.nix
index 2d5fac4c25d..54962b758eb 100644
--- a/pkgs/servers/home-assistant/component-packages.nix
+++ b/pkgs/servers/home-assistant/component-packages.nix
@@ -572,7 +572,7 @@
     "nextbus" = ps: with ps; [ ]; # missing inputs: py_nextbusnext
     "nextcloud" = ps: with ps; [ nextcloudmonitor ];
     "nfandroidtv" = ps: with ps; [ ]; # missing inputs: notifications-android-tv
-    "nightscout" = ps: with ps; [ ]; # missing inputs: py-nightscout
+    "nightscout" = ps: with ps; [ py-nightscout ];
     "niko_home_control" = ps: with ps; [ niko-home-control ];
     "nilu" = ps: with ps; [ niluclient ];
     "nissan_leaf" = ps: with ps; [ pycarwings2 ];
diff --git a/pkgs/servers/home-assistant/default.nix b/pkgs/servers/home-assistant/default.nix
index 1a549b0a7de..fd9557abb80 100644
--- a/pkgs/servers/home-assistant/default.nix
+++ b/pkgs/servers/home-assistant/default.nix
@@ -538,6 +538,7 @@ in with py.pkgs; buildPythonApplication rec {
     "neato"
     "netatmo"
     "nexia"
+    "nightscout"
     "no_ip"
     "notify"
     "notion"