diff --git a/homeassistant/components/israel_rail/manifest.json b/homeassistant/components/israel_rail/manifest.json index 33e4219bbacf7d..45d259c6ea2593 100644 --- a/homeassistant/components/israel_rail/manifest.json +++ b/homeassistant/components/israel_rail/manifest.json @@ -6,5 +6,5 @@ "documentation": "https://www.home-assistant.io/integrations/israel_rail", "iot_class": "cloud_polling", "loggers": ["israelrailapi"], - "requirements": ["israel-rail-api==0.1.3"] + "requirements": ["israel-rail-api==0.1.4"] } diff --git a/homeassistant/components/mqtt/__init__.py b/homeassistant/components/mqtt/__init__.py index 3cf10063751de0..8cafc9bb104ba3 100644 --- a/homeassistant/components/mqtt/__init__.py +++ b/homeassistant/components/mqtt/__init__.py @@ -248,7 +248,7 @@ async def _async_config_entry_updated(hass: HomeAssistant, entry: ConfigEntry) - Causes for this is config entry options changing. """ - await hass.config_entries.async_reload(entry.entry_id) + hass.config_entries.async_schedule_reload(entry.entry_id) @callback diff --git a/homeassistant/components/mqtt/config_flow.py b/homeassistant/components/mqtt/config_flow.py index eb5c6d65c0e65e..586e9c65828028 100644 --- a/homeassistant/components/mqtt/config_flow.py +++ b/homeassistant/components/mqtt/config_flow.py @@ -3815,9 +3815,7 @@ async def async_step_reauth_confirm( try_connection, new_entry_data, ): - return self.async_update_reload_and_abort( - reauth_entry, data=new_entry_data - ) + return self.async_update_and_abort(reauth_entry, data=new_entry_data) errors["base"] = "invalid_auth" @@ -3863,7 +3861,7 @@ async def async_step_broker( if can_connect: if is_reconfigure: - return self.async_update_reload_and_abort( + return self.async_update_and_abort( reconfigure_entry, data=validated_user_input, ) diff --git a/homeassistant/components/shelly/manifest.json b/homeassistant/components/shelly/manifest.json index 9dba2a32e82caa..4262245a5bc3ee 100644 --- a/homeassistant/components/shelly/manifest.json +++ b/homeassistant/components/shelly/manifest.json @@ -9,7 +9,7 @@ "iot_class": "local_push", "loggers": ["aioshelly"], "quality_scale": "silver", - "requirements": ["aioshelly==13.14.0"], + "requirements": ["aioshelly==13.15.0"], "zeroconf": [ { "type": "_http._tcp.local.", diff --git a/requirements_all.txt b/requirements_all.txt index 44e738f98611f2..cb4fbf292cccc9 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -390,7 +390,7 @@ aioruuvigateway==0.1.0 aiosenz==1.0.0 # homeassistant.components.shelly -aioshelly==13.14.0 +aioshelly==13.15.0 # homeassistant.components.skybell aioskybell==22.7.0 @@ -1300,7 +1300,7 @@ isal==1.8.0 ismartgate==5.0.2 # homeassistant.components.israel_rail -israel-rail-api==0.1.3 +israel-rail-api==0.1.4 # homeassistant.components.abode jaraco.abode==6.2.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 6aba115cc5c5f1..31a5ea641388d7 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -372,7 +372,7 @@ aioruuvigateway==0.1.0 aiosenz==1.0.0 # homeassistant.components.shelly -aioshelly==13.14.0 +aioshelly==13.15.0 # homeassistant.components.skybell aioskybell==22.7.0 @@ -1134,7 +1134,7 @@ isal==1.8.0 ismartgate==5.0.2 # homeassistant.components.israel_rail -israel-rail-api==0.1.3 +israel-rail-api==0.1.4 # homeassistant.components.abode jaraco.abode==6.2.1