mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 14:45:09 +02:00
Fix MQTT availability startup race (#37718)
This commit is contained in:
@@ -1107,7 +1107,7 @@ class MqttAvailability(Entity):
|
||||
@callback
|
||||
def async_mqtt_connect(self):
|
||||
"""Update state on connection/disconnection to MQTT broker."""
|
||||
if self.hass.is_running:
|
||||
if not self.hass.is_stopping:
|
||||
self.async_write_ha_state()
|
||||
|
||||
async def async_will_remove_from_hass(self):
|
||||
|
Reference in New Issue
Block a user