Additional SenseME cleanups (#63748)
* Additional SenseME cleanups * drop the super as its no longer needed * one more
This commit is contained in:
parent
8915b73f72
commit
0efdc7fa65
4 changed files with 5 additions and 13 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue