-
-
Notifications
You must be signed in to change notification settings - Fork 31.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add coordinator to evohome and prune async_update code (#119432)
* functional programming tweak * doctweak * typing hint * rename symbol * Switch to DataUpdateCoordinator * move from async_setup to EvoBroker * tweaks - add v1 back in * tidy up * tidy up docstring * lint * remove redundant logging * rename symbol * split back to inject authenticator clas * rename symbols * rename symbol * Update homeassistant/components/evohome/__init__.py Co-authored-by: Joakim Plate <[email protected]> * allow exception to pass through * allow re-authentication with diff credentials * lint * undo unrelated change * use async_refresh instead of async_config_entry_first_refresh * assign None instead of empty dict as Falsey value * use class attrs instead of type hints * speed up mypy hint * speed up mypy check * small tidy up * small tidy up --------- Co-authored-by: Joakim Plate <[email protected]> Co-authored-by: epenet <[email protected]>
- Loading branch information
1 parent
da6a7eb
commit 42b9c04
Showing
3 changed files
with
213 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.