mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +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],
|
password=data[CONF_PASSWORD],
|
||||||
port=data[CONF_PORT],
|
port=data[CONF_PORT],
|
||||||
username=data[CONF_USERNAME],
|
username=data[CONF_USERNAME],
|
||||||
timeout=30,
|
|
||||||
websession=websession,
|
websession=websession,
|
||||||
)
|
)
|
||||||
await api.connect()
|
await api.connect()
|
||||||
|
@ -54,7 +54,6 @@ class PlugwiseDataUpdateCoordinator(DataUpdateCoordinator[PlugwiseData]):
|
|||||||
username=self.config_entry.data.get(CONF_USERNAME, DEFAULT_USERNAME),
|
username=self.config_entry.data.get(CONF_USERNAME, DEFAULT_USERNAME),
|
||||||
password=self.config_entry.data[CONF_PASSWORD],
|
password=self.config_entry.data[CONF_PASSWORD],
|
||||||
port=self.config_entry.data.get(CONF_PORT, DEFAULT_PORT),
|
port=self.config_entry.data.get(CONF_PORT, DEFAULT_PORT),
|
||||||
timeout=30,
|
|
||||||
websession=async_get_clientsession(hass, verify_ssl=False),
|
websession=async_get_clientsession(hass, verify_ssl=False),
|
||||||
)
|
)
|
||||||
self._current_devices: set[str] = set()
|
self._current_devices: set[str] = set()
|
||||||
|
@ -7,6 +7,6 @@
|
|||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["plugwise"],
|
"loggers": ["plugwise"],
|
||||||
"requirements": ["plugwise==1.4.4"],
|
"requirements": ["plugwise==1.5.0"],
|
||||||
"zeroconf": ["_plugwise._tcp.local."]
|
"zeroconf": ["_plugwise._tcp.local."]
|
||||||
}
|
}
|
||||||
|
@ -1619,7 +1619,7 @@ plexauth==0.0.6
|
|||||||
plexwebsocket==0.0.14
|
plexwebsocket==0.0.14
|
||||||
|
|
||||||
# homeassistant.components.plugwise
|
# homeassistant.components.plugwise
|
||||||
plugwise==1.4.4
|
plugwise==1.5.0
|
||||||
|
|
||||||
# homeassistant.components.plum_lightpad
|
# homeassistant.components.plum_lightpad
|
||||||
plumlightpad==0.0.11
|
plumlightpad==0.0.11
|
||||||
|
@ -1326,7 +1326,7 @@ plexauth==0.0.6
|
|||||||
plexwebsocket==0.0.14
|
plexwebsocket==0.0.14
|
||||||
|
|
||||||
# homeassistant.components.plugwise
|
# homeassistant.components.plugwise
|
||||||
plugwise==1.4.4
|
plugwise==1.5.0
|
||||||
|
|
||||||
# homeassistant.components.plum_lightpad
|
# homeassistant.components.plum_lightpad
|
||||||
plumlightpad==0.0.11
|
plumlightpad==0.0.11
|
||||||
|
Loading…
x
Reference in New Issue
Block a user