|
|
@@ -72,9 +72,7 @@ class GoldairDehumidifierLedDisplayLight(LightEntity):
|
|
|
)
|
|
|
|
|
|
if dps_hvac_mode != HVAC_MODE_TO_DPS_MODE[HVAC_MODE_OFF]:
|
|
|
- await (
|
|
|
- self.async_turn_on() if dps_display_off else self.async_turn_off()
|
|
|
- )
|
|
|
+ await (self.async_turn_on() if dps_display_off else self.async_turn_off())
|
|
|
|
|
|
async def async_update(self):
|
|
|
await self._device.async_refresh()
|