diff --git a/homeassistant/components/device_tracker/__init__.py b/homeassistant/components/device_tracker/__init__.py index b00a1044ad6..f985e21ec22 100644 --- a/homeassistant/components/device_tracker/__init__.py +++ b/homeassistant/components/device_tracker/__init__.py @@ -291,7 +291,7 @@ class DeviceTracker(object): This method is a coroutine. """ with (yield from self._is_updating): - self.hass.loop.run_in_executor( + yield from self.hass.loop.run_in_executor( None, update_config, self.hass.config.path(YAML_DEVICES), dev_id, device)