mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 18:39:30 +00:00
Add currency to location data (#53575)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user