diff options
author | Fabian Affolter <mail@fabian-affolter.ch> | 2021-04-24 18:54:23 +0200 |
---|---|---|
committer | Fabian Affolter <mail@fabian-affolter.ch> | 2021-04-24 18:54:23 +0200 |
commit | cee055528dcef460c3d5e49eb147d9fd55675d4b (patch) | |
tree | 954127c6c561abc05d3d5e9144075e684d3818cd | |
parent | 019cf935eb7beb9fe7d1ebfe271a9b03c0d8740a (diff) |
home-assistant: update component-packages
-rw-r--r-- | pkgs/servers/home-assistant/component-packages.nix | 2 |
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 9fa085816dede..e972a7b5cd57c 100644 --- a/pkgs/servers/home-assistant/component-packages.nix +++ b/pkgs/servers/home-assistant/component-packages.nix @@ -760,7 +760,7 @@ "smartthings" = ps: with ps; [ aiohttp-cors hass-nabucasa ]; # missing inputs: pysmartapp pysmartthings "smarttub" = ps: with ps; [ python-smarttub ]; "smarty" = ps: with ps; [ ]; # missing inputs: pysmarty - "smhi" = ps: with ps; [ ]; # missing inputs: smhi-pkg + "smhi" = ps: with ps; [ smhi-pkg ]; "sms" = ps: with ps; [ python-gammu ]; "smtp" = ps: with ps; [ ]; "snapcast" = ps: with ps; [ snapcast ]; |