From 57905efcd34a8fcaab4d2883ae55b21431845f47 Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Tue, 1 Oct 2024 12:26:59 +0200 Subject: [PATCH] Adjust type hints in ezviz config_flow (#127186) --- homeassistant/components/ezviz/config_flow.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/ezviz/config_flow.py b/homeassistant/components/ezviz/config_flow.py index 28ea9a14fa5..f9d184f39b0 100644 --- a/homeassistant/components/ezviz/config_flow.py +++ b/homeassistant/components/ezviz/config_flow.py @@ -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."""