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:
parent
88cf48cc21
commit
4dda99f73f
|
@ -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…
Reference in a new issue