Skip to content

Commit

Permalink
fix: daft typo
Browse files Browse the repository at this point in the history
  • Loading branch information
agittins committed Nov 13, 2024
1 parent 435c62a commit 75b49ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/bermuda/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def __init__(

self._manager: HomeAssistantBluetoothManager = _get_manager(hass) # instance of the bluetooth manager
self._hascanners: set[BaseHaScanner] # Links to the backend scanners
self._hascanner_timestamps: dict[str, dict[str, float]] # scanner_address, device_address, stamp
self._hascanner_timestamps: dict[str, dict[str, float]] = {} # scanner_address, device_address, stamp

self._entity_registry = er.async_get(self.hass)
self._device_registry = dr.async_get(self.hass)
Expand Down

0 comments on commit 75b49ef

Please sign in to comment.