Bump wallbox to 0.4.12 (#81852)

Version Bump for WALLBOX
This commit is contained in:
Hessel 2022-11-09 15:22:54 +01:00 committed by GitHub
parent 0cd9fe3288
commit 4b4bf54994
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 4 deletions

View file

@ -194,7 +194,11 @@ class WallboxCoordinator(DataUpdateCoordinator[dict[str, Any]]):
async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool: async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
"""Set up Wallbox from a config entry.""" """Set up Wallbox from a config entry."""
wallbox = Wallbox(entry.data[CONF_USERNAME], entry.data[CONF_PASSWORD]) wallbox = Wallbox(
entry.data[CONF_USERNAME],
entry.data[CONF_PASSWORD],
jwtTokenDrift=UPDATE_INTERVAL,
)
wallbox_coordinator = WallboxCoordinator( wallbox_coordinator = WallboxCoordinator(
entry.data[CONF_STATION], entry.data[CONF_STATION],
wallbox, wallbox,

View file

@ -3,7 +3,7 @@
"name": "Wallbox", "name": "Wallbox",
"config_flow": true, "config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/wallbox", "documentation": "https://www.home-assistant.io/integrations/wallbox",
"requirements": ["wallbox==0.4.10"], "requirements": ["wallbox==0.4.12"],
"codeowners": ["@hesselonline"], "codeowners": ["@hesselonline"],
"iot_class": "cloud_polling", "iot_class": "cloud_polling",
"loggers": ["wallbox"] "loggers": ["wallbox"]

View file

@ -2529,7 +2529,7 @@ vultr==0.1.2
wakeonlan==2.1.0 wakeonlan==2.1.0
# homeassistant.components.wallbox # homeassistant.components.wallbox
wallbox==0.4.10 wallbox==0.4.12
# homeassistant.components.waqi # homeassistant.components.waqi
waqiasync==1.0.0 waqiasync==1.0.0

View file

@ -1757,7 +1757,7 @@ vultr==0.1.2
wakeonlan==2.1.0 wakeonlan==2.1.0
# homeassistant.components.wallbox # homeassistant.components.wallbox
wallbox==0.4.10 wallbox==0.4.12
# homeassistant.components.folder_watcher # homeassistant.components.folder_watcher
watchdog==2.1.9 watchdog==2.1.9