1
0
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:
Paulus Schoutsen
2019-05-15 23:43:45 +02:00
committed by GitHub
parent 7a4238095d
commit 70ed58a78d
20 changed files with 978 additions and 757 deletions

View File

@@ -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)