mirror of
https://github.com/home-assistant/core.git
synced 2026-04-25 20:25:39 +00:00
Adjust type hints in ezviz config_flow (#127186)
This commit is contained in:
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user