From bf9418e51a459eab863b1293c64f6f9941f2b589 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 4 Jan 2020 22:47:34 +0100 Subject: [PATCH] Bump adguardhome to 0.4.0 (#30483) --- homeassistant/components/adguard/__init__.py | 1 - .../components/adguard/config_flow.py | 2 -- .../components/adguard/manifest.json | 20 ++++++++----------- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 5 files changed, 10 insertions(+), 17 deletions(-) diff --git a/homeassistant/components/adguard/__init__.py b/homeassistant/components/adguard/__init__.py index bb53d00aab8..1f4d63d627b 100644 --- a/homeassistant/components/adguard/__init__.py +++ b/homeassistant/components/adguard/__init__.py @@ -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, ) diff --git a/homeassistant/components/adguard/config_flow.py b/homeassistant/components/adguard/config_flow.py index 9f5645edb8d..3657d4ee3ad 100644 --- a/homeassistant/components/adguard/config_flow.py +++ b/homeassistant/components/adguard/config_flow.py @@ -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, ) diff --git a/homeassistant/components/adguard/manifest.json b/homeassistant/components/adguard/manifest.json index 45fd21f4fc8..bdfec1f254b 100644 --- a/homeassistant/components/adguard/manifest.json +++ b/homeassistant/components/adguard/manifest.json @@ -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" - ] -} \ No newline at end of file + "domain": "adguard", + "name": "AdGuard Home", + "config_flow": true, + "documentation": "https://www.home-assistant.io/integrations/adguard", + "requirements": ["adguardhome==0.4.0"], + "dependencies": [], + "codeowners": ["@frenck"] +} diff --git a/requirements_all.txt b/requirements_all.txt index bd0d16bcae3..76b77eb7244 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index f7346a93911..e8e6de1ab54 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -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