spelling: components/accuweather (#64264)

Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-01-17 09:19:24 -05:00 committed by GitHub
parent 83566a7722
commit ace5918208
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -665,7 +665,7 @@ async def test_availability(hass):
async def test_manual_update_entity(hass):
"""Test manual update entity via service homeasasistant/update_entity."""
"""Test manual update entity via service homeassistant/update_entity."""
await init_integration(hass, forecast=True)
await async_setup_component(hass, "homeassistant", {})

View File

@ -127,7 +127,7 @@ async def test_availability(hass):
async def test_manual_update_entity(hass):
"""Test manual update entity via service homeasasistant/update_entity."""
"""Test manual update entity via service homeassistant/update_entity."""
await init_integration(hass, forecast=True)
await async_setup_component(hass, "homeassistant", {})