mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
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:
parent
8d39f298c0
commit
36c7546e26
@ -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."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user