mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 10:08:23 +00:00
Fix non-thread-safe state write in lutron event (#116829)
fixes #116746
This commit is contained in:
parent
ad5e0949b6
commit
c049888b00
@ -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