Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
nao-pon committed Jun 12, 2024
1 parent de5a190 commit cb706eb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions custom_components/tasmota_irhvac/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -853,13 +853,6 @@ async def async_will_remove_from_hass(self):
for unsubscribe in self._unsubscribes:
unsubscribe()

# @property
# def extra_state_attributes(self):
# """Return the state attributes of the device."""
# return {
# attr: getattr(self, "_" + prop) for attr, prop in ATTRIBUTES_IRHVAC.items()
# }

@property
def precision(self):
"""Return the precision of the system."""
Expand Down

0 comments on commit cb706eb

Please sign in to comment.