1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Remove vendor lookup for mac addresses (#13788)

* Remove vendor lookup for mac addresses

* Fix tests
This commit is contained in:
Paulus Schoutsen
2018-04-09 21:21:26 -04:00
committed by GitHub
parent 7595401dcb
commit 5ac52b74e0
3 changed files with 6 additions and 187 deletions

View File

@@ -123,7 +123,5 @@ def mock_device_tracker_conf():
), patch(
'homeassistant.components.device_tracker.async_load_config',
side_effect=lambda *args: mock_coro(devices)
), patch('homeassistant.components.device_tracker'
'.Device.set_vendor_for_mac'):
):
yield devices