mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +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
|
||||
description: Instructions on how to integrate Sensibo A/C controller into Home Assistant.
|
||||
ha_category:
|
||||
- Binary Sensor
|
||||
- Climate
|
||||
- Fan
|
||||
- Number
|
||||
- Select
|
||||
- Sensor
|
||||
ha_release: 0.44
|
||||
ha_iot_class: Cloud Polling
|
||||
@ -13,6 +16,7 @@ ha_codeowners:
|
||||
- '@gjohansson-ST'
|
||||
ha_domain: sensibo
|
||||
ha_platforms:
|
||||
- binary_sensor
|
||||
- diagnostics
|
||||
- climate
|
||||
- number
|
||||
@ -34,6 +38,19 @@ done in the app and actions done by Home Assistant.
|
||||
|
||||
{% 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
|
||||
|
||||
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