Bump plugwise to v1.5.0 (#129668)

* Bump plugwise to v1.5.0

* And adapt
This commit is contained in:
Bouwe Westerdijk 2024-11-04 05:30:21 +01:00 committed by GitHub
parent 38afcbb21f
commit 49f0bb6990
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 3 additions and 5 deletions

View File

@ -71,7 +71,6 @@ async def validate_input(hass: HomeAssistant, data: dict[str, Any]) -> Smile:
password=data[CONF_PASSWORD],
port=data[CONF_PORT],
username=data[CONF_USERNAME],
timeout=30,
websession=websession,
)
await api.connect()

View File

@ -54,7 +54,6 @@ class PlugwiseDataUpdateCoordinator(DataUpdateCoordinator[PlugwiseData]):
username=self.config_entry.data.get(CONF_USERNAME, DEFAULT_USERNAME),
password=self.config_entry.data[CONF_PASSWORD],
port=self.config_entry.data.get(CONF_PORT, DEFAULT_PORT),
timeout=30,
websession=async_get_clientsession(hass, verify_ssl=False),
)
self._current_devices: set[str] = set()

View File

@ -7,6 +7,6 @@
"integration_type": "hub",
"iot_class": "local_polling",
"loggers": ["plugwise"],
"requirements": ["plugwise==1.4.4"],
"requirements": ["plugwise==1.5.0"],
"zeroconf": ["_plugwise._tcp.local."]
}

View File

@ -1619,7 +1619,7 @@ plexauth==0.0.6
plexwebsocket==0.0.14
# homeassistant.components.plugwise
plugwise==1.4.4
plugwise==1.5.0
# homeassistant.components.plum_lightpad
plumlightpad==0.0.11

View File

@ -1326,7 +1326,7 @@ plexauth==0.0.6
plexwebsocket==0.0.14
# homeassistant.components.plugwise
plugwise==1.4.4
plugwise==1.5.0
# homeassistant.components.plum_lightpad
plumlightpad==0.0.11