diff --git a/custom_components/bermuda/coordinator.py b/custom_components/bermuda/coordinator.py index f98fd8d..1a774ab 100644 --- a/custom_components/bermuda/coordinator.py +++ b/custom_components/bermuda/coordinator.py @@ -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)