Bump volkszahler to 0.3.2 (#67958)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
f134219c74
commit
4988c4683c
3 changed files with 3 additions and 5 deletions
|
@ -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"]
|
||||
|
|
|
@ -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()
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue