-
-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[audio_adc] Add new audio_adc
component
#8094
Conversation
Hey there @kahrendt, mind taking a look at this pull request as it has been labeled with an integration ( |
Hey there @kbx81, CODEOWNERS = ["@kbx81"] And run (message by NeedsCodeownersLabel) |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #8094 +/- ##
==========================================
+ Coverage 53.70% 53.86% +0.15%
==========================================
Files 50 50
Lines 9408 9838 +430
Branches 1654 1358 -296
==========================================
+ Hits 5053 5299 +246
- Misses 4056 4212 +156
- Partials 299 327 +28 ☔ View full report in Codecov by Sentry. |
bbbfd7c
to
6286027
Compare
6b683b0
to
37885c3
Compare
What does this implement/fix?
SSIA -- as we seem to be accumulating more audio components, this will make it easier to interface with them.
Note: the ES8311 component will also need to be updated, but I think that's best done in a separate PR so as to keep this one from becoming any bigger.
Types of changes
Related issue or feature (if applicable):
Pull request in esphome-docs with documentation (if applicable):
Test Environment
Example entry for
config.yaml
:Checklist:
tests/
folder).If user exposed functionality or configuration variables are added/changed: