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:52 +0100
committerGitHub <noreply@github.com>2021-11-22 09:44:52 +0100
commitebc27a10a0d42e1b20df0c7a2efb0ed7a7f3cef7 (patch)
tree98fff7f8a15585d384a23bb65a26d2f3c342264a /pkgs/servers/home-assistant
parentef40e38366e32e3315812a5dee602e8e457a72de (diff)
parent4aff9530e5bd708bca16b417f5350721b0bec212 (diff)
downloadnixpkgs-ebc27a10a0d42e1b20df0c7a2efb0ed7a7f3cef7.tar
nixpkgs-ebc27a10a0d42e1b20df0c7a2efb0ed7a7f3cef7.tar.gz
nixpkgs-ebc27a10a0d42e1b20df0c7a2efb0ed7a7f3cef7.tar.bz2
nixpkgs-ebc27a10a0d42e1b20df0c7a2efb0ed7a7f3cef7.tar.lz
nixpkgs-ebc27a10a0d42e1b20df0c7a2efb0ed7a7f3cef7.tar.xz
nixpkgs-ebc27a10a0d42e1b20df0c7a2efb0ed7a7f3cef7.tar.zst
nixpkgs-ebc27a10a0d42e1b20df0c7a2efb0ed7a7f3cef7.zip
Merge pull request #146886 from fabaff/py-zabbix
python3Packages.py-zabbix: init at 1.1.7
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 0e43d9acf33..934d8c22ae6 100644
--- a/pkgs/servers/home-assistant/component-packages.nix
+++ b/pkgs/servers/home-assistant/component-packages.nix
@@ -999,7 +999,7 @@
     "yeelightsunflower" = ps: with ps; [ ]; # missing inputs: yeelightsunflower
     "yi" = ps: with ps; [ aioftp ha-ffmpeg ];
     "youless" = ps: with ps; [ youless-api ];
-    "zabbix" = ps: with ps; [ ]; # missing inputs: py-zabbix
+    "zabbix" = ps: with ps; [ py-zabbix ];
     "zamg" = ps: with ps; [ ];
     "zengge" = ps: with ps; [ ]; # missing inputs: zengge
     "zeroconf" = ps: with ps; [ aiohttp-cors ifaddr zeroconf ];