From a3f5582010e909806f219390f7a9ff073f8945ed Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 31 Jan 2022 16:31:02 +0100 Subject: [PATCH] Update adguard to 0.5.1 (#65305) --- homeassistant/components/adguard/config_flow.py | 4 ++-- homeassistant/components/adguard/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/homeassistant/components/adguard/config_flow.py b/homeassistant/components/adguard/config_flow.py index aadbed49980..9afdc4e02b8 100644 --- a/homeassistant/components/adguard/config_flow.py +++ b/homeassistant/components/adguard/config_flow.py @@ -80,8 +80,8 @@ class AdGuardHomeFlowHandler(ConfigFlow, domain=DOMAIN): adguard = AdGuardHome( user_input[CONF_HOST], port=user_input[CONF_PORT], - username=username, # type:ignore[arg-type] - password=password, # type:ignore[arg-type] + username=username, + password=password, tls=user_input[CONF_SSL], verify_ssl=user_input[CONF_VERIFY_SSL], session=session, diff --git a/homeassistant/components/adguard/manifest.json b/homeassistant/components/adguard/manifest.json index 506ddfcfce0..cf1210b0884 100644 --- a/homeassistant/components/adguard/manifest.json +++ b/homeassistant/components/adguard/manifest.json @@ -3,7 +3,7 @@ "name": "AdGuard Home", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/adguard", - "requirements": ["adguardhome==0.5.0"], + "requirements": ["adguardhome==0.5.1"], "codeowners": ["@frenck"], "iot_class": "local_polling", "loggers": ["adguardhome"] diff --git a/requirements_all.txt b/requirements_all.txt index 1d28e4d7025..ef2142f9e66 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -111,7 +111,7 @@ adb-shell[async]==0.4.0 adext==0.4.2 # homeassistant.components.adguard -adguardhome==0.5.0 +adguardhome==0.5.1 # homeassistant.components.advantage_air advantage_air==0.2.5 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 4242cc595b5..8c6e6951817 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -67,7 +67,7 @@ adb-shell[async]==0.4.0 adext==0.4.2 # homeassistant.components.adguard -adguardhome==0.5.0 +adguardhome==0.5.1 # homeassistant.components.advantage_air advantage_air==0.2.5