mirror of
https://github.com/home-assistant/core.git
synced 2025-06-24 06:57:08 +00:00
Fix non-thread-safe state write in lutron event (#116829)
fixes #116746
This commit is contained in:
parent
91f5e2c8d3
commit
cb9914becd
@ -106,4 +106,4 @@ class LutronEventEntity(LutronKeypad, EventEntity):
|
||||
}
|
||||
self.hass.bus.fire("lutron_event", data)
|
||||
self._trigger_event(action)
|
||||
self.async_write_ha_state()
|
||||
self.schedule_update_ha_state()
|
||||
|
Loading…
x
Reference in New Issue
Block a user