home-assistant: support senseme component

main
Robert Schütz 2 years ago
parent 88cf48cc21
commit 4dda99f73f
  1. 3
      pkgs/servers/home-assistant/component-packages.nix

@ -761,7 +761,7 @@
"sendgrid" = ps: with ps; [ sendgrid ];
"sense" = ps: with ps; [ sense-energy ];
"sensehat" = ps: with ps; [ ]; # missing inputs: sense-hat
"senseme" = ps: with ps; [ ]; # missing inputs: aiosenseme
"senseme" = ps: with ps; [ aiosenseme ];
"sensibo" = ps: with ps; [ ]; # missing inputs: pysensibo
"sensor" = ps: with ps; [ sqlalchemy ];
"sentry" = ps: with ps; [ sentry-sdk ];
@ -1460,6 +1460,7 @@
"season"
"select"
"sense"
"senseme"
"sensor"
"sentry"
"seventeentrack"

Loading…
Cancel
Save