1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 14:08:21 +00:00

Add type hints to integration tests (part 5) (#87850)

This commit is contained in:
epenet
2023-02-12 19:39:48 +01:00
committed by GitHub
parent 00c356e1ce
commit 728f62b1ec
50 changed files with 563 additions and 332 deletions

View File

@@ -38,7 +38,7 @@ async def test_ventilator_min_on_away_attributes(hass: HomeAssistant) -> None:
assert state.attributes.get("unit_of_measurement") == UnitOfTime.MINUTES
async def test_set_min_time_home(hass: HomeAssistant):
async def test_set_min_time_home(hass: HomeAssistant) -> None:
"""Test the number can set min time home."""
target_value = 40
with patch(