1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

home-assistant: support senseme component

This commit is contained in:
Robert Schütz 2022-02-10 02:41:28 +00:00
parent 88cf48cc21
commit 4dda99f73f

View file

@ -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"