Add typing to tests with single hass argument (#87631)
This commit is contained in:
parent
fe9f6823c3
commit
59ca7780fa
33 changed files with 104 additions and 75 deletions
|
@ -20,7 +20,7 @@ import homeassistant.util.dt as dt_util
|
|||
from tests.common import mock_restore_cache
|
||||
|
||||
|
||||
async def test_state(hass) -> None:
|
||||
async def test_state(hass: HomeAssistant) -> None:
|
||||
"""Test integration sensor state."""
|
||||
config = {
|
||||
"sensor": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue