Additional SenseME cleanups (#63748)

* Additional SenseME cleanups

* drop the super as its no longer needed

* one more
This commit is contained in:
J. Nick Koston 2022-01-09 08:48:54 -10:00 committed by GitHub
parent 8915b73f72
commit 0efdc7fa65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 13 deletions

View file

@ -82,7 +82,6 @@ class HASensemeFan(SensemeEntity, FanEntity):
return {
"auto_comfort": self._device.fan_autocomfort.capitalize(),
"smartmode": self._device.fan_smartmode.capitalize(),
**super().extra_state_attributes,
}
async def async_set_percentage(self, percentage: int) -> None: