mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Restructure device tracker (#23862)
* Restructure device tracker * Docstyle * Fix typing * Lint * Lint * Fix tests
This commit is contained in:
@@ -38,7 +38,7 @@ async def gpslogger_client(loop, hass, aiohttp_client):
|
||||
|
||||
await hass.async_block_till_done()
|
||||
|
||||
with patch('homeassistant.components.device_tracker.update_config'):
|
||||
with patch('homeassistant.components.device_tracker.legacy.update_config'):
|
||||
return await aiohttp_client(hass.http.app)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user