Add filters and service to Sensibo (#73687)
This commit is contained in:
parent
3851c7b4b4
commit
0007178d63
7 changed files with 202 additions and 1 deletions
|
@ -106,6 +106,8 @@ class SensiboDeviceBaseEntity(SensiboBaseEntity):
|
|||
self._device_id,
|
||||
params,
|
||||
)
|
||||
if command == "reset_filter":
|
||||
result = await self._client.async_reset_filter(self._device_id)
|
||||
return result
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue