mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Bump plugwise to v1.5.0 (#129668)
* Bump plugwise to v1.5.0 * And adapt
This commit is contained in:
parent
38afcbb21f
commit
49f0bb6990
@ -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()
|
||||
|
@ -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()
|
||||
|
@ -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."]
|
||||
}
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user