mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Fix bug preventing Notion entities from updating their bridge (#43122)
This commit is contained in:
parent
b84415344f
commit
3f09c9bc0e
@ -249,6 +249,7 @@ class NotionEntity(CoordinatorEntity):
|
|||||||
@callback
|
@callback
|
||||||
def _handle_coordinator_update(self):
|
def _handle_coordinator_update(self):
|
||||||
"""Respond to a DataUpdateCoordinator update."""
|
"""Respond to a DataUpdateCoordinator update."""
|
||||||
|
self.hass.async_create_task(self._async_update_bridge_id())
|
||||||
self._async_update_from_latest_data()
|
self._async_update_from_latest_data()
|
||||||
self.async_write_ha_state()
|
self.async_write_ha_state()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user