Bump aioshelly to 5.3.0 (#86493)

pull/86484/head
Shay Levy 2023-01-24 03:35:05 +02:00 committed by GitHub
parent 66e21d7701
commit 6d811d3fdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 3 deletions

View File

@ -125,6 +125,7 @@ async def _async_setup_block_entry(hass: HomeAssistant, entry: ConfigEntry) -> b
entry.data[CONF_HOST],
entry.data.get(CONF_USERNAME),
entry.data.get(CONF_PASSWORD),
device_mac=entry.unique_id,
)
coap_context = await get_coap_context(hass)
@ -209,6 +210,7 @@ async def _async_setup_rpc_entry(hass: HomeAssistant, entry: ConfigEntry) -> boo
entry.data[CONF_HOST],
entry.data.get(CONF_USERNAME),
entry.data.get(CONF_PASSWORD),
device_mac=entry.unique_id,
)
ws_context = await get_ws_context(hass)

View File

@ -3,7 +3,7 @@
"name": "Shelly",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/shelly",
"requirements": ["aioshelly==5.2.1"],
"requirements": ["aioshelly==5.3.0"],
"dependencies": ["bluetooth", "http"],
"zeroconf": [
{

View File

@ -270,7 +270,7 @@ aiosenseme==0.6.1
aiosenz==1.0.0
# homeassistant.components.shelly
aioshelly==5.2.1
aioshelly==5.3.0
# homeassistant.components.skybell
aioskybell==22.7.0

View File

@ -248,7 +248,7 @@ aiosenseme==0.6.1
aiosenz==1.0.0
# homeassistant.components.shelly
aioshelly==5.2.1
aioshelly==5.3.0
# homeassistant.components.skybell
aioskybell==22.7.0