Various text improvement Sensibo (#24452)

Co-authored-by: Shay Levy <levyshay1@gmail.com>
This commit is contained in:
G Johansson 2022-10-09 17:12:28 +02:00 committed by GitHub
parent 2dd4b9c2f4
commit 1191bef372
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ ha_integration_type: integration
ha_quality_scale: platinum 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 ## Prerequisites
@ -57,7 +57,7 @@ For motion sensors (supported by Sensibo Air devices), this integration provides
For climate devices, these sensors are available: 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: 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 Presence
- Pure Boost linked with Outdoor Air Quality - Pure Boost linked with Outdoor Air Quality
For climate devices, these sensors are available: For all devices, these sensors are available:
- Filter Clean Required - 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. 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 ## 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:
@ -85,13 +91,18 @@ For supported devices, this integration provides support to set the following mo
## Sensor Entities ## 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: For motion sensors (supported by Sensibo Air devices), this integration provides the following sensors:
- Temperature - Temperature
- Feels Like
- Humidity - 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 - Voltage
- Rssi - Rssi
@ -106,10 +117,6 @@ For AirQ device, these sensors are available:
- TVOC - TVOC
- CO2 - CO2
For climate devices, these sensors are available:
- Filter last reset
## Switch Entities ## 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. 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 ## 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 ### Pure Boost
You can configure your Pure Boost settings using the services `sensibo.enable_pure_boost`. You can configure your Pure Boost settings using the services `sensibo.enable_pure_boost`.