diff --git a/homeassistant/helpers/entity.py b/homeassistant/helpers/entity.py index cf21882eec8..a91b4c32d21 100644 --- a/homeassistant/helpers/entity.py +++ b/homeassistant/helpers/entity.py @@ -972,8 +972,6 @@ class Entity( """Verify the entity is in a writable state.""" if self.hass is None: raise RuntimeError(f"Attribute hass is None for {self}") - if self.hass.config.debug: - self.hass.verify_event_loop_thread("async_write_ha_state") # The check for self.platform guards against integrations not using an # EntityComponent and can be removed in HA Core 2024.1