mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 13:56:53 +00:00
Various text improvement Sensibo (#24452)
Co-authored-by: Shay Levy <levyshay1@gmail.com>
This commit is contained in:
parent
2dd4b9c2f4
commit
1191bef372
@ -34,7 +34,7 @@ ha_integration_type: integration
|
||||
ha_quality_scale: platinum
|
||||
---
|
||||
|
||||
Integrates [Sensibo](https://sensibo.com) Air Conditioning controller into Home Assistant.
|
||||
Integrates [Sensibo](https://sensibo.com) devices into Home Assistant.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
@ -57,7 +57,7 @@ For motion sensors (supported by Sensibo Air devices), this integration provides
|
||||
|
||||
For climate devices, these sensors are available:
|
||||
|
||||
- Room presence
|
||||
- Room presence (for Air devices with an attached motion sensor)
|
||||
|
||||
For Pure devices, these sensors are available:
|
||||
|
||||
@ -66,7 +66,7 @@ For Pure devices, these sensors are available:
|
||||
- Pure Boost linked with Presence
|
||||
- Pure Boost linked with Outdoor Air Quality
|
||||
|
||||
For climate devices, these sensors are available:
|
||||
For all devices, these sensors are available:
|
||||
|
||||
- Filter Clean Required
|
||||
|
||||
@ -76,6 +76,12 @@ 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.
|
||||
|
||||
## Number Entities
|
||||
|
||||
By using the number entities you can calibrate the temperature and hunmidity of your device.
|
||||
|
||||
These entities are disabled by default.
|
||||
|
||||
## Select Entities
|
||||
|
||||
For supported devices, this integration provides support to set the following modes by the select entity:
|
||||
@ -85,13 +91,18 @@ For supported devices, this integration provides support to set the following mo
|
||||
|
||||
## Sensor Entities
|
||||
|
||||
For all devices, these sensors are available:
|
||||
|
||||
- Filter last reset
|
||||
- Feels Like
|
||||
- Timer end time
|
||||
|
||||
For motion sensors (supported by Sensibo Air devices), this integration provides the following sensors:
|
||||
|
||||
- Temperature
|
||||
- Feels Like
|
||||
- Humidity
|
||||
|
||||
For diagnostics, not automatically displayed on dashboards, these sensors are available:
|
||||
For diagnostics, not automatically displayed on dashboards, these sensors are available for motion sensors:
|
||||
|
||||
- Voltage
|
||||
- Rssi
|
||||
@ -106,10 +117,6 @@ For AirQ device, these sensors are available:
|
||||
- TVOC
|
||||
- CO2
|
||||
|
||||
For climate devices, these sensors are available:
|
||||
|
||||
- Filter last reset
|
||||
|
||||
## Switch Entities
|
||||
|
||||
For climate devices, this integration provides support to enable/disable a timer to delay a start or stop (depending on the current state) of your device.
|
||||
@ -122,6 +129,12 @@ To customize the settings of Pure Boost, you can use the custom `sensibo.enable_
|
||||
|
||||
## Custom Services
|
||||
|
||||
### Assume state
|
||||
|
||||
For devices which are also controlled in other ways or often goes out of sync with Sensibo there is a `sensibo.assume_state` service.
|
||||
|
||||
With this service you can tell Sensibo if your device is currently running or not without sending a new command to you device.
|
||||
|
||||
### Pure Boost
|
||||
|
||||
You can configure your Pure Boost settings using the services `sensibo.enable_pure_boost`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user