home-assistant: support steam_online component

main
Robert Schütz 2 years ago
parent 633969f074
commit 369ca081d8
  1. 4
      pkgs/servers/home-assistant/component-packages.nix

@ -2540,7 +2540,8 @@
statsd statsd
]; ];
"steam_online" = ps: with ps; [ "steam_online" = ps: with ps; [
]; # missing inputs: steamodd steamodd
];
"steamist" = ps: with ps; [ "steamist" = ps: with ps; [
aiohttp-cors aiohttp-cors
aiosteamist aiosteamist
@ -3661,6 +3662,7 @@
"startca" "startca"
"statistics" "statistics"
"statsd" "statsd"
"steam_online"
"steamist" "steamist"
"stookalert" "stookalert"
"stream" "stream"

Loading…
Cancel
Save