From d97cdc4178716bbd9b6a41ab1148f1ab47703778 Mon Sep 17 00:00:00 2001 From: Shay Levy Date: Tue, 24 Jan 2023 00:11:07 +0000 Subject: [PATCH] Bump aioshelly to 5.3.0 --- homeassistant/components/shelly/__init__.py | 2 ++ homeassistant/components/shelly/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/shelly/__init__.py b/homeassistant/components/shelly/__init__.py index f75f220d435d49..5adb769f4f4e8d 100644 --- a/homeassistant/components/shelly/__init__.py +++ b/homeassistant/components/shelly/__init__.py @@ -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) diff --git a/homeassistant/components/shelly/manifest.json b/homeassistant/components/shelly/manifest.json index b28218c3cfa776..ea981b58ff2810 100644 --- a/homeassistant/components/shelly/manifest.json +++ b/homeassistant/components/shelly/manifest.json @@ -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": [ { diff --git a/requirements_all.txt b/requirements_all.txt index 1687cf5e72f292..b55350b60ae2a4 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index d5caa3fdf94e96..83e3325fa31715 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -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