Adjust type hints in ezviz config_flow (#127186)
This commit is contained in:
parent
3052eca564
commit
57905efcd3
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ class EzvizConfigFlow(ConfigFlow, domain=DOMAIN):
|
|||
ip_address: str
|
||||
username: str | None
|
||||
password: str | None
|
||||
unique_id: str
|
||||
|
||||
async def _validate_and_create_camera_rtsp(self, data: dict) -> ConfigFlowResult:
|
||||
"""Try DESCRIBE on RTSP camera with credentials."""
|
||||
|
|
Loading…
Add table
Reference in a new issue