mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 23:27:37 +00:00
Adjust type hints in ezviz config_flow (#127186)
This commit is contained in:
parent
3052eca564
commit
57905efcd3
@ -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…
x
Reference in New Issue
Block a user