mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-12 20:06:52 +00:00
Add filter and service to Sensibo (#23138)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
parent
8c429e2967
commit
0e331be25c
@ -3,6 +3,7 @@ title: Sensibo
|
|||||||
description: Instructions on how to integrate Sensibo A/C controller into Home Assistant.
|
description: Instructions on how to integrate Sensibo A/C controller into Home Assistant.
|
||||||
ha_category:
|
ha_category:
|
||||||
- Binary Sensor
|
- Binary Sensor
|
||||||
|
- Button
|
||||||
- Climate
|
- Climate
|
||||||
- Fan
|
- Fan
|
||||||
- Number
|
- Number
|
||||||
@ -19,6 +20,7 @@ ha_codeowners:
|
|||||||
ha_domain: sensibo
|
ha_domain: sensibo
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- binary_sensor
|
- binary_sensor
|
||||||
|
- button
|
||||||
- climate
|
- climate
|
||||||
- diagnostics
|
- diagnostics
|
||||||
- number
|
- number
|
||||||
@ -63,6 +65,16 @@ For Pure devices, these sensors are available:
|
|||||||
- Pure Boost linked with Presence
|
- Pure Boost linked with Presence
|
||||||
- Pure Boost linked with Outdoor Air Quality
|
- Pure Boost linked with Outdoor Air Quality
|
||||||
|
|
||||||
|
For climate devices, these sensors are available:
|
||||||
|
|
||||||
|
- Filter Clean Required
|
||||||
|
|
||||||
|
## Button
|
||||||
|
|
||||||
|
You can reset your filter check by using the button available on climate devices.
|
||||||
|
|
||||||
|
By pressing the button, you tell your device that you have cleaned or replaced the filter.
|
||||||
|
|
||||||
## Select Entities
|
## Select Entities
|
||||||
|
|
||||||
For supported devices, this integration provides support to set the following modes by the select entity:
|
For supported devices, this integration provides support to set the following modes by the select entity:
|
||||||
@ -87,6 +99,10 @@ For Pure devices, these sensors are available:
|
|||||||
- PM2.5
|
- PM2.5
|
||||||
- Pure Boost Sensitivity
|
- Pure Boost Sensitivity
|
||||||
|
|
||||||
|
For climate devices, these sensors are available:
|
||||||
|
|
||||||
|
- Filter last reset
|
||||||
|
|
||||||
## Switch Entities
|
## Switch Entities
|
||||||
|
|
||||||
For supported devices, this integration provides support to enable/disable a timer to delay a start or stop (depending on the current state) of your device.
|
For supported devices, this integration provides support to enable/disable a timer to delay a start or stop (depending on the current state) of your device.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user