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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user