summary refs log tree commit diff
path: root/pkgs/servers/home-assistant/component-packages.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-05-18 01:03:27 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-05-18 07:42:44 +0200
commit266cdceff7798e73271e1b8a89e9f0fbd1ec5006 (patch)
treedf37933e1ecc69997ccbb79ff08a3a3aa18c3688 /pkgs/servers/home-assistant/component-packages.nix
parentfc2e0709f03fe1d364a43ebc280ee509c3340217 (diff)
downloadnixpkgs-266cdceff7798e73271e1b8a89e9f0fbd1ec5006.tar
nixpkgs-266cdceff7798e73271e1b8a89e9f0fbd1ec5006.tar.gz
nixpkgs-266cdceff7798e73271e1b8a89e9f0fbd1ec5006.tar.bz2
nixpkgs-266cdceff7798e73271e1b8a89e9f0fbd1ec5006.tar.lz
nixpkgs-266cdceff7798e73271e1b8a89e9f0fbd1ec5006.tar.xz
nixpkgs-266cdceff7798e73271e1b8a89e9f0fbd1ec5006.tar.zst
nixpkgs-266cdceff7798e73271e1b8a89e9f0fbd1ec5006.zip
home-assistant: update component packages with pygatt
Diffstat (limited to 'pkgs/servers/home-assistant/component-packages.nix')
-rw-r--r--pkgs/servers/home-assistant/component-packages.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/home-assistant/component-packages.nix b/pkgs/servers/home-assistant/component-packages.nix
index a4598122777..854b476bbc7 100644
--- a/pkgs/servers/home-assistant/component-packages.nix
+++ b/pkgs/servers/home-assistant/component-packages.nix
@@ -89,7 +89,7 @@
     "bloomsky" = ps: with ps; [ ];
     "blueprint" = ps: with ps; [ ];
     "bluesound" = ps: with ps; [ xmltodict ];
-    "bluetooth_le_tracker" = ps: with ps; [ ]; # missing inputs: pygatt[GATTTOOL]
+    "bluetooth_le_tracker" = ps: with ps; [ pygatt ];
     "bluetooth_tracker" = ps: with ps; [ bt_proximity pybluez ];
     "bme280" = ps: with ps; [ smbus-cffi ]; # missing inputs: i2csense
     "bme680" = ps: with ps; [ bme680 smbus-cffi ];
@@ -755,7 +755,7 @@
     "sinch" = ps: with ps; [ ]; # missing inputs: clx-sdk-xms
     "sisyphus" = ps: with ps; [ ]; # missing inputs: sisyphus-control
     "sky_hub" = ps: with ps; [ ]; # missing inputs: pyskyqhub
-    "skybeacon" = ps: with ps; [ ]; # missing inputs: pygatt[GATTTOOL]
+    "skybeacon" = ps: with ps; [ pygatt ];
     "skybell" = ps: with ps; [ skybellpy ];
     "slack" = ps: with ps; [ slackclient ];
     "sleepiq" = ps: with ps; [ sleepyq ];