diff --git a/homeassistant/components/lutron/switch.py b/homeassistant/components/lutron/switch.py index f8ca93beb2e..7d33a822087 100644 --- a/homeassistant/components/lutron/switch.py +++ b/homeassistant/components/lutron/switch.py @@ -107,8 +107,5 @@ class LutronLed(LutronDevice, SwitchEntity): def update(self) -> None: """Call when forcing a refresh of the device.""" - if self._lutron_device.last_state is not None: - return - # The following property getter actually triggers an update in Lutron self._lutron_device.state # pylint: disable=pointless-statement