mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-27 19:26:50 +00:00
Add binary_sensor to Sensibo (#22007)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
parent
d56d2d3f16
commit
e2a4e0fe78
@ -2,8 +2,11 @@
|
|||||||
title: Sensibo
|
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
|
||||||
- Climate
|
- Climate
|
||||||
|
- Fan
|
||||||
- Number
|
- Number
|
||||||
|
- Select
|
||||||
- Sensor
|
- Sensor
|
||||||
ha_release: 0.44
|
ha_release: 0.44
|
||||||
ha_iot_class: Cloud Polling
|
ha_iot_class: Cloud Polling
|
||||||
@ -13,6 +16,7 @@ ha_codeowners:
|
|||||||
- '@gjohansson-ST'
|
- '@gjohansson-ST'
|
||||||
ha_domain: sensibo
|
ha_domain: sensibo
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
|
- binary_sensor
|
||||||
- diagnostics
|
- diagnostics
|
||||||
- climate
|
- climate
|
||||||
- number
|
- number
|
||||||
@ -34,6 +38,19 @@ done in the app and actions done by Home Assistant.
|
|||||||
|
|
||||||
{% include integrations/config_flow.md %}
|
{% include integrations/config_flow.md %}
|
||||||
|
|
||||||
|
## Binary sensors
|
||||||
|
|
||||||
|
For motion sensors (supported by Sensibo Air devices), this integration provides the following sensors:
|
||||||
|
|
||||||
|
- Motion
|
||||||
|
- Alive
|
||||||
|
- Main sensor
|
||||||
|
|
||||||
|
For climate devices, these sensors are available:
|
||||||
|
|
||||||
|
- Room presence
|
||||||
|
- Update available
|
||||||
|
|
||||||
## 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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user