summaryrefslogtreecommitdiffstats
path: root/pkgs/servers
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-03-24 23:49:01 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2021-03-24 23:49:01 +0100
commitfc6900503cdbcdf94d4570af87cc9d69c39c81ce (patch)
treee60528232ba65118e1820982cdbda17ad1d491dd /pkgs/servers
parent7a09d09030c18e7febcac89b09fddbb5620c3918 (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 c699830ba666..fec99afdc4f5 100644
--- a/pkgs/servers/home-assistant/component-packages.nix
+++ b/pkgs/servers/home-assistant/component-packages.nix
@@ -766,7 +766,7 @@
"snmp" = ps: with ps; [ pysnmp ];
"sochain" = ps: with ps; [ ]; # missing inputs: python-sochain-api
"socialblade" = ps: with ps; [ ]; # missing inputs: socialbladeclient
- "solaredge" = ps: with ps; [ stringcase ]; # missing inputs: solaredge
+ "solaredge" = ps: with ps; [ solaredge stringcase ];
"solaredge_local" = ps: with ps; [ ]; # missing inputs: solaredge-local
"solarlog" = ps: with ps; [ ]; # missing inputs: sunwatcher
"solax" = ps: with ps; [ solax ];