Hotfix device_tracker yaml config (#4611)
This commit is contained in:
parent
3b9d5cdf73
commit
b4841a17a6
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue