mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +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)
|
super().__init__(coordinator)
|
||||||
self._attr_unique_id = coordinator.device.serial_number
|
self._attr_unique_id = coordinator.device.serial_number
|
||||||
|
|
||||||
async def async_update(self) -> None:
|
|
||||||
"""Refresh unit state."""
|
|
||||||
await self.device.update()
|
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def hvac_action(self) -> HVACAction | None:
|
def hvac_action(self) -> HVACAction | None:
|
||||||
"""Return current HVAC action."""
|
"""Return current HVAC action."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user