From 0519b2950107dbf9bc0b95ee882646256b8dfa3e 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 bd311dd3d35..9dc72ad76d9 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" } diff --git a/requirements_all.txt b/requirements_all.txt index 48788881cb3..c6412d40154 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 21966b1721e..fcd3336e1c1 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