We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f44434 commit a8c74e9Copy full SHA for a8c74e9
pkgs/servers/home-assistant/component-packages.nix
@@ -1095,7 +1095,8 @@
1095
sqlalchemy
1096
];
1097
"energenie_power_sockets" = ps: with ps; [
1098
- ]; # missing inputs: pyegps
+ pyegps
1099
+ ];
1100
"energie_vanons" = ps: with ps; [
1101
1102
"energy" = ps: with ps; [
@@ -5419,6 +5420,7 @@
5419
5420
"emulated_hue"
5421
"emulated_kasa"
5422
"emulated_roku"
5423
+ "energenie_power_sockets"
5424
"energy"
5425
"energyzero"
5426
"enigma2"
0 commit comments