Add missing argument type hints to component tests (#119671)
This commit is contained in:
parent
83b97d3218
commit
3e9d25f81d
47 changed files with 135 additions and 67 deletions
|
@ -18,6 +18,7 @@ from homeassistant.components.onvif.models import (
|
|||
WebHookManagerState,
|
||||
)
|
||||
from homeassistant.const import HTTP_DIGEST_AUTHENTICATION
|
||||
from homeassistant.core import HomeAssistant
|
||||
|
||||
from tests.common import MockConfigEntry
|
||||
|
||||
|
@ -158,7 +159,7 @@ def setup_mock_device(mock_device, capabilities=None):
|
|||
|
||||
|
||||
async def setup_onvif_integration(
|
||||
hass,
|
||||
hass: HomeAssistant,
|
||||
config=None,
|
||||
options=None,
|
||||
unique_id=MAC,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue