-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
improve reload #1242
improve reload #1242
Conversation
Hi @lbbrhzn, Try changing: with this: |
…13.144' into lbbrhzn-patch-4
setup config entries through hass
remove unused import
use config_entries.async_remove
I think I should use config_entries.async_remove as well. |
reintroduce async_reload_entry
724ba05
into
dependabot/pip/pytest-homeassistant-custom-component-0.13.144
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dependabot/pip/pytest-homeassistant-custom-component-0.13.144 #1242 +/- ##
================================================================================================
Coverage ? 91.06%
================================================================================================
Files ? 9
Lines ? 1377
Branches ? 221
================================================================================================
Hits ? 1254
Misses ? 66
Partials ? 57 ☔ View full report in Codecov by Sentry. |
… to 0.13.144 (#1236) * build(deps): bump pytest-homeassistant-custom-component Bumps [pytest-homeassistant-custom-component](https://github.com/MatthewFlamm/pytest-homeassistant-custom-component) from 0.13.136 to 0.13.144. - [Release notes](https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/releases) - [Changelog](https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/blob/master/CHANGELOG.md) - [Commits](MatthewFlamm/pytest-homeassistant-custom-component@0.13.136...0.13.144) --- updated-dependencies: - dependency-name: pytest-homeassistant-custom-component dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * improve reload (#1242) * improve reload * Update test_charge_point.py setup config entries through hass * Update test_charge_point.py remove unused import * Update test_charge_point.py use config_entries.async_remove * Update __init__.py reintroduce async_reload_entry * Update test_charge_point.py * Update __init__.py * Update test_charge_point.py * Update test_charge_point.py * Update test_charge_point.py * Update test_charge_point.py * Update test_charge_point.py * Update test_init.py * Update test_init.py * Update test_init.py * Update test_init.py * Update test_init.py * Update test_init.py * Update test_init.py * Update test_init.py * Update test_init.py * Update test_charge_point.py * Update test_init.py --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: lbbrhzn <8673442+lbbrhzn@users.noreply.github.com>
No description provided.