mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
spelling: components/airvisual (#64265)
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
b72c393dc7
commit
54128b5765
@ -246,7 +246,7 @@ async def test_options_flow(hass):
|
|||||||
|
|
||||||
|
|
||||||
async def test_step_geography_by_coords(hass):
|
async def test_step_geography_by_coords(hass):
|
||||||
"""Test setting up a geopgraphy entry by latitude/longitude."""
|
"""Test setting up a geography entry by latitude/longitude."""
|
||||||
conf = {
|
conf = {
|
||||||
CONF_API_KEY: "abcde12345",
|
CONF_API_KEY: "abcde12345",
|
||||||
CONF_LATITUDE: 51.528308,
|
CONF_LATITUDE: 51.528308,
|
||||||
@ -276,7 +276,7 @@ async def test_step_geography_by_coords(hass):
|
|||||||
|
|
||||||
|
|
||||||
async def test_step_geography_by_name(hass):
|
async def test_step_geography_by_name(hass):
|
||||||
"""Test setting up a geopgraphy entry by city/state/country."""
|
"""Test setting up a geography entry by city/state/country."""
|
||||||
conf = {
|
conf = {
|
||||||
CONF_API_KEY: "abcde12345",
|
CONF_API_KEY: "abcde12345",
|
||||||
CONF_CITY: "Beijing",
|
CONF_CITY: "Beijing",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user