Merge pull request #158867 from dotlambda/home-assistant-senseme

home-assistant: support senseme component
This commit is contained in:
Fabian Affolter 2022-02-10 14:46:17 +01:00 committed by GitHub
commit 65cac50c99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"