Fix BroadlinkSwitch._attr_assumed_state (#55505)

This commit is contained in:
Felipe Martins Diel 2021-09-01 02:49:56 -03:00 committed by GitHub
parent 343054494c
commit 3bc58f9750
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -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):