diff --git a/homeassistant/components/broadlink/switch.py b/homeassistant/components/broadlink/switch.py index 9fb7215e2a9..5ed1e424f53 100644 --- a/homeassistant/components/broadlink/switch.py +++ b/homeassistant/components/broadlink/switch.py @@ -142,9 +142,6 @@ class BroadlinkSwitch(BroadlinkEntity, SwitchEntity, RestoreEntity, ABC): super().__init__(device) self._command_on = command_on self._command_off = command_off - - self._attr_assumed_state = True - self._attr_device_class = DEVICE_CLASS_SWITCH self._attr_name = f"{device.name} Switch" async def async_added_to_hass(self):