Add type hints to integration tests (part 22) (#88234)
This commit is contained in:
parent
567c7f4f99
commit
88cfbf6a34
50 changed files with 1269 additions and 559 deletions
|
@ -59,7 +59,7 @@ async def test_missing_required_keys(hass: HomeAssistant) -> None:
|
|||
assert hass.states.async_all("button") == []
|
||||
|
||||
|
||||
async def test_all_optional_config(hass, calls):
|
||||
async def test_all_optional_config(hass: HomeAssistant, calls) -> None:
|
||||
"""Test: including all optional templates is ok."""
|
||||
with assert_setup_component(1, "template"):
|
||||
assert await setup.async_setup_component(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue