mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Hotfix device_tracker yaml config (#4611)
This commit is contained in:
parent
3b9d5cdf73
commit
b4841a17a6
@ -291,7 +291,7 @@ class DeviceTracker(object):
|
|||||||
This method is a coroutine.
|
This method is a coroutine.
|
||||||
"""
|
"""
|
||||||
with (yield from self._is_updating):
|
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),
|
None, update_config, self.hass.config.path(YAML_DEVICES),
|
||||||
dev_id, device)
|
dev_id, device)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user