diff --git a/homeassistant/components/volkszaehler/manifest.json b/homeassistant/components/volkszaehler/manifest.json index 286e18b0b17..5212593da45 100644 --- a/homeassistant/components/volkszaehler/manifest.json +++ b/homeassistant/components/volkszaehler/manifest.json @@ -2,7 +2,7 @@ "domain": "volkszaehler", "name": "Volkszaehler", "documentation": "https://www.home-assistant.io/integrations/volkszaehler", - "requirements": ["volkszaehler==0.2.1"], + "requirements": ["volkszaehler==0.3.2"], "codeowners": ["@fabaff"], "iot_class": "local_polling", "loggers": ["volkszaehler"] diff --git a/homeassistant/components/volkszaehler/sensor.py b/homeassistant/components/volkszaehler/sensor.py index 02a136cc430..8694d8186fe 100644 --- a/homeassistant/components/volkszaehler/sensor.py +++ b/homeassistant/components/volkszaehler/sensor.py @@ -96,9 +96,7 @@ async def async_setup_platform( conditions = config[CONF_MONITORED_CONDITIONS] session = async_get_clientsession(hass) - vz_api = VolkszaehlerData( - Volkszaehler(hass.loop, session, uuid, host=host, port=port) - ) + vz_api = VolkszaehlerData(Volkszaehler(session, uuid, host=host, port=port)) await vz_api.async_update() diff --git a/requirements_all.txt b/requirements_all.txt index e40750fd1a3..fc930536b83 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2365,7 +2365,7 @@ venstarcolortouch==0.15 vilfo-api-client==0.3.2 # homeassistant.components.volkszaehler -volkszaehler==0.2.1 +volkszaehler==0.3.2 # homeassistant.components.volvooncall volvooncall==0.10.0