Remove unused code in the climate entity of the flexit_bacnet integration (#138840)

Removes unused code in the climate entity

This was unintentionally left in the code when adding a coordinator
This commit is contained in:
Jonas Fors Lellky 2025-02-19 10:26:16 +01:00 committed by GitHub
parent 8d39f298c0
commit 36c7546e26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,10 +80,6 @@ class FlexitClimateEntity(FlexitEntity, ClimateEntity):
super().__init__(coordinator)
self._attr_unique_id = coordinator.device.serial_number
async def async_update(self) -> None:
"""Refresh unit state."""
await self.device.update()
@property
def hvac_action(self) -> HVACAction | None:
"""Return current HVAC action."""