Skip to content

Commit

Permalink
Bump aioshelly to 5.3.0 (#86493)
Browse files Browse the repository at this point in the history
  • Loading branch information
thecode committed Jan 24, 2023
1 parent 66e21d7 commit 6d811d3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions homeassistant/components/shelly/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/shelly/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d811d3

Please sign in to comment.