Rework bluetooth to support scans from multiple sources (#76900)

This commit is contained in:
J. Nick Koston
2022-08-17 10:51:56 -10:00
committed by GitHub
parent ff7ef7e526
commit 3bcc274dfa
12 changed files with 805 additions and 685 deletions

View File

@@ -74,10 +74,6 @@ class IntegrationMatcher:
MAX_REMEMBER_ADDRESSES
)
def async_clear_history(self) -> None:
"""Clear the history."""
self._matched = {}
def async_clear_address(self, address: str) -> None:
"""Clear the history matches for a set of domains."""
self._matched.pop(address, None)