spelling: components/airvisual (#64265)

Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
pull/63824/head
Josh Soref 2022-01-17 09:27:28 -05:00 committed by GitHub
parent b72c393dc7
commit 54128b5765
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -246,7 +246,7 @@ async def test_options_flow(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_API_KEY: "abcde12345",
CONF_LATITUDE: 51.528308,
@ -276,7 +276,7 @@ async def test_step_geography_by_coords(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_API_KEY: "abcde12345",
CONF_CITY: "Beijing",