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

Use whoami for location lookup (#50934)

This commit is contained in:
Joakim Sørensen
2021-05-23 05:34:48 +02:00
committed by GitHub
parent 0cbcb9e0d6
commit 7ff14b47a8
11 changed files with 121 additions and 152 deletions

View File

@@ -144,7 +144,6 @@ async def test_detect_config_fail(hass, client):
return_value=location.LocationInfo(
ip=None,
country_code=None,
country_name=None,
region_code=None,
region_name=None,
city=None,