Add type hints to integration tests (part 14) (#88005)

This commit is contained in:
epenet 2023-02-15 10:31:43 +01:00 committed by GitHub
parent a0e0feb444
commit 6c430e03bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
51 changed files with 630 additions and 331 deletions

View file

@ -1,11 +1,11 @@
"""Test Met Éireann weather entity."""
from homeassistant.components.met_eireann.const import DOMAIN
from homeassistant.core import HomeAssistant
from tests.common import MockConfigEntry
async def test_weather(hass, mock_weather):
async def test_weather(hass: HomeAssistant, mock_weather) -> None:
"""Test weather entity."""
# Create a mock configuration for testing
mock_data = MockConfigEntry(