about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-07-08 13:49:36 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2021-07-08 13:49:36 +0200
commit406b6a53e2f83c8c8484d3888a92c5493a577fb8 (patch)
tree2e249e4547b123680e5e28499a45593afc78ff46 /pkgs/servers
parent524321e0377635f9dd4dce7e3a467d1fd895d95f (diff)
home-assistant: update component-packages
Diffstat (limited to 'pkgs/servers')
-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 dbe9c938c6785..123984e66a49f 100644
--- a/pkgs/servers/home-assistant/component-packages.nix
+++ b/pkgs/servers/home-assistant/component-packages.nix
@@ -287,7 +287,7 @@
     "fritzbox" = ps: with ps; [ pyfritzhome ];
     "fritzbox_callmonitor" = ps: with ps; [ fritzconnection ];
     "fritzbox_netmonitor" = ps: with ps; [ fritzconnection ];
-    "fronius" = ps: with ps; [ ]; # missing inputs: pyfronius
+    "fronius" = ps: with ps; [ pyfronius ];
     "frontend" = ps: with ps; [ aiohttp-cors home-assistant-frontend pillow ];
     "frontier_silicon" = ps: with ps; [ ]; # missing inputs: afsapi
     "futurenow" = ps: with ps; [ pyfnip ];