-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Handling retired or changed scanners (#360)
- Refactor _refresh_scanners to be more efficient, and to handle the case where a scanner still exists but is no longer a scanner. - Refactor coordinator.init() to move callbacks out into class methods. - Tamed down lots of debug logging - Altered self.last_config_entry_update to use MONOTONIC_TIME(), and changed cooldown to a const of 10 seconds, and included check for parallel save tasks. - Removed assert that excluded scanners from area-by-mindist
- Loading branch information
Showing
3 changed files
with
219 additions
and
205 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.