mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 10:29:27 +00:00
Rework bluetooth to support scans from multiple sources (#76900)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user