Update adguard to 0.5.1 (#65305)

This commit is contained in:
Franck Nijhof 2022-01-31 16:31:02 +01:00 committed by Paulus Schoutsen
parent 4f8e19ed4a
commit 0519b29501
4 changed files with 5 additions and 5 deletions

View File

@ -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,

View File

@ -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"
}

View File

@ -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

View File

@ -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