Add filters and service to Sensibo (#73687)

This commit is contained in:
G Johansson 2022-06-21 05:33:47 +02:00 committed by GitHub
parent 3851c7b4b4
commit 0007178d63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 202 additions and 1 deletions

View file

@ -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