diff --git a/homeassistant/components/device_tracker/__init__.py b/homeassistant/components/device_tracker/__init__.py index 6c6ae3adea6..082602b09f8 100644 --- a/homeassistant/components/device_tracker/__init__.py +++ b/homeassistant/components/device_tracker/__init__.py @@ -242,7 +242,7 @@ class DeviceTracker(object): if device.track: device.update_ha_state() - self.hass.bus.async_fire(EVENT_NEW_DEVICE, device) + self.hass.bus.fire(EVENT_NEW_DEVICE, device) # During init, we ignore the group if self.group is not None: