-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
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
Fix demo #23087
Fix demo #23087
Conversation
Hey there @home-assistant/core, mind taking a look at this pull request as its been labeled with a integration ( |
Codecov Report
@@ Coverage Diff @@
## dev #23087 +/- ##
===========================================
- Coverage 93.95% 61.77% -32.18%
===========================================
Files 452 452
Lines 36798 36789 -9
===========================================
- Hits 34572 22725 -11847
- Misses 2226 14064 +11838
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## dev #23087 +/- ##
==========================================
+ Coverage 93.95% 94.09% +0.14%
==========================================
Files 452 452
Lines 36798 36789 -9
==========================================
+ Hits 34572 34617 +45
+ Misses 2226 2172 -54
Continue to review full report at Codecov.
|
Description:
async_setup_component
during our own async_setup, but use platform discovery instead.Related issue (if applicable): fixes #23003
Pull request in home-assistant.io with documentation (if applicable): home-assistant/home-assistant.io#<home-assistant.io PR number goes here>
Example entry for
configuration.yaml
(if applicable):Checklist:
tox
. Your PR cannot be merged unless tests passIf user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
requirements
in the manifest (example).requirements_all.txt
by runningscript/gen_requirements_all.py
..coveragerc
.If the code does not interact with devices: