Bump adguardhome to 0.4.0 (#30483)
This commit is contained in:
parent
3b14d9f375
commit
bf9418e51a
5 changed files with 10 additions and 17 deletions
|
@ -61,7 +61,6 @@ async def async_setup_entry(hass: HomeAssistantType, entry: ConfigEntry) -> bool
|
|||
password=entry.data[CONF_PASSWORD],
|
||||
tls=entry.data[CONF_SSL],
|
||||
verify_ssl=entry.data[CONF_VERIFY_SSL],
|
||||
loop=hass.loop,
|
||||
session=session,
|
||||
)
|
||||
|
||||
|
|
|
@ -79,7 +79,6 @@ class AdGuardHomeFlowHandler(ConfigFlow):
|
|||
password=user_input.get(CONF_PASSWORD),
|
||||
tls=user_input[CONF_SSL],
|
||||
verify_ssl=user_input[CONF_VERIFY_SSL],
|
||||
loop=self.hass.loop,
|
||||
session=session,
|
||||
)
|
||||
|
||||
|
@ -161,7 +160,6 @@ class AdGuardHomeFlowHandler(ConfigFlow):
|
|||
self._hassio_discovery[CONF_HOST],
|
||||
port=self._hassio_discovery[CONF_PORT],
|
||||
tls=False,
|
||||
loop=self.hass.loop,
|
||||
session=session,
|
||||
)
|
||||
|
||||
|
|
|
@ -1,13 +1,9 @@
|
|||
{
|
||||
"domain": "adguard",
|
||||
"name": "AdGuard Home",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/adguard",
|
||||
"requirements": [
|
||||
"adguardhome==0.3.0"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": [
|
||||
"@frenck"
|
||||
]
|
||||
}
|
||||
"domain": "adguard",
|
||||
"name": "AdGuard Home",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/adguard",
|
||||
"requirements": ["adguardhome==0.4.0"],
|
||||
"dependencies": [],
|
||||
"codeowners": ["@frenck"]
|
||||
}
|
||||
|
|
|
@ -117,7 +117,7 @@ adafruit-circuitpython-mcp230xx==1.1.2
|
|||
adb-shell==0.1.0
|
||||
|
||||
# homeassistant.components.adguard
|
||||
adguardhome==0.3.0
|
||||
adguardhome==0.4.0
|
||||
|
||||
# homeassistant.components.frontier_silicon
|
||||
afsapi==0.0.4
|
||||
|
|
|
@ -32,7 +32,7 @@ abodepy==0.16.7
|
|||
adb-shell==0.1.0
|
||||
|
||||
# homeassistant.components.adguard
|
||||
adguardhome==0.3.0
|
||||
adguardhome==0.4.0
|
||||
|
||||
# homeassistant.components.geonetnz_quakes
|
||||
aio_geojson_geonetnz_quakes==0.11
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue