mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 02:37:08 +00:00
Update adguard to 0.5.1 (#65305)
This commit is contained in:
parent
4f8e19ed4a
commit
0519b29501
@ -80,8 +80,8 @@ class AdGuardHomeFlowHandler(ConfigFlow, domain=DOMAIN):
|
|||||||
adguard = AdGuardHome(
|
adguard = AdGuardHome(
|
||||||
user_input[CONF_HOST],
|
user_input[CONF_HOST],
|
||||||
port=user_input[CONF_PORT],
|
port=user_input[CONF_PORT],
|
||||||
username=username, # type:ignore[arg-type]
|
username=username,
|
||||||
password=password, # type:ignore[arg-type]
|
password=password,
|
||||||
tls=user_input[CONF_SSL],
|
tls=user_input[CONF_SSL],
|
||||||
verify_ssl=user_input[CONF_VERIFY_SSL],
|
verify_ssl=user_input[CONF_VERIFY_SSL],
|
||||||
session=session,
|
session=session,
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "AdGuard Home",
|
"name": "AdGuard Home",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/adguard",
|
"documentation": "https://www.home-assistant.io/integrations/adguard",
|
||||||
"requirements": ["adguardhome==0.5.0"],
|
"requirements": ["adguardhome==0.5.1"],
|
||||||
"codeowners": ["@frenck"],
|
"codeowners": ["@frenck"],
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling"
|
||||||
}
|
}
|
||||||
|
@ -111,7 +111,7 @@ adb-shell[async]==0.4.0
|
|||||||
adext==0.4.2
|
adext==0.4.2
|
||||||
|
|
||||||
# homeassistant.components.adguard
|
# homeassistant.components.adguard
|
||||||
adguardhome==0.5.0
|
adguardhome==0.5.1
|
||||||
|
|
||||||
# homeassistant.components.advantage_air
|
# homeassistant.components.advantage_air
|
||||||
advantage_air==0.2.5
|
advantage_air==0.2.5
|
||||||
|
@ -67,7 +67,7 @@ adb-shell[async]==0.4.0
|
|||||||
adext==0.4.2
|
adext==0.4.2
|
||||||
|
|
||||||
# homeassistant.components.adguard
|
# homeassistant.components.adguard
|
||||||
adguardhome==0.5.0
|
adguardhome==0.5.1
|
||||||
|
|
||||||
# homeassistant.components.advantage_air
|
# homeassistant.components.advantage_air
|
||||||
advantage_air==0.2.5
|
advantage_air==0.2.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user