diff options
author | Fabian Affolter <mail@fabian-affolter.ch> | 2021-04-24 22:50:51 +0200 |
---|---|---|
committer | Jonathan Ringer <jonringer@users.noreply.github.com> | 2021-04-24 15:28:56 -0700 |
commit | 55c3640e8980777087ad9da5c905b4148d14ff84 (patch) | |
tree | f3438685f1e4238e6a812796e0e86ebfc737bbe7 /pkgs | |
parent | a0755baff358228799076e9f97f76ea9c9eb58d5 (diff) |
home-assistant: update component-packages
Diffstat (limited to 'pkgs')
-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 b586eaaf69b6f..d3270846a538b 100644 --- a/pkgs/servers/home-assistant/component-packages.nix +++ b/pkgs/servers/home-assistant/component-packages.nix @@ -757,7 +757,7 @@ "smappee" = ps: with ps; [ aiohttp-cors pysmappee ]; "smart_meter_texas" = ps: with ps; [ ]; # missing inputs: smart-meter-texas "smarthab" = ps: with ps; [ ]; # missing inputs: smarthab - "smartthings" = ps: with ps; [ aiohttp-cors hass-nabucasa ]; # missing inputs: pysmartapp pysmartthings + "smartthings" = ps: with ps; [ aiohttp-cors hass-nabucasa pysmartapp pysmartthings ]; "smarttub" = ps: with ps; [ python-smarttub ]; "smarty" = ps: with ps; [ ]; # missing inputs: pysmarty "smhi" = ps: with ps; [ smhi-pkg ]; |