diff --git a/custom_components/nws_alerts/__init__.py b/custom_components/nws_alerts/__init__.py index 9825c0f..dc3e1d9 100644 --- a/custom_components/nws_alerts/__init__.py +++ b/custom_components/nws_alerts/__init__.py @@ -144,7 +144,7 @@ async def _async_update_data(self): """Fetch data""" coords = None if CONF_TRACKER in self.config: - coords = await self._get_tracker_gps + coords = await self._get_tracker_gps() async with timeout(self.timeout): try: data = await update_alerts(self.config, coords)