Skip to content

Commit

Permalink
Remove sync API use in Nice G.O. (#124546)
Browse files Browse the repository at this point in the history
  • Loading branch information
IceBotYT authored Aug 25, 2024
1 parent 156e39e commit 9b3718e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/nice_go/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ async def on_barrier_obstructed(self, data: dict[str, Any]) -> None:
if data["deviceId"] == self.data.id:
_LOGGER.debug("Barrier obstructed event for %s, triggering", self.data.name)
self._trigger_event(EVENT_BARRIER_OBSTRUCTED)
self.schedule_update_ha_state()
self.async_write_ha_state()

0 comments on commit 9b3718e

Please sign in to comment.