Add currency to location data (#53575)

This commit is contained in:
Joakim Sørensen
2021-07-28 06:05:16 +02:00
committed by GitHub
parent 127c9fc877
commit 85c1614204
7 changed files with 32 additions and 3 deletions

View File

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