mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Add sensors to Sensibo (#21989)
This commit is contained in:
parent
ee75a5b9ad
commit
01810f48b8
@ -3,6 +3,8 @@ 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:
|
||||||
- Climate
|
- Climate
|
||||||
|
- Number
|
||||||
|
- Sensor
|
||||||
ha_release: 0.44
|
ha_release: 0.44
|
||||||
ha_iot_class: Cloud Polling
|
ha_iot_class: Cloud Polling
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
@ -14,6 +16,7 @@ ha_platforms:
|
|||||||
- diagnostics
|
- diagnostics
|
||||||
- climate
|
- climate
|
||||||
- number
|
- number
|
||||||
|
- sensor
|
||||||
ha_homekit: true
|
ha_homekit: true
|
||||||
ha_dhcp: true
|
ha_dhcp: true
|
||||||
---
|
---
|
||||||
@ -38,6 +41,18 @@ For supported devices, this integration provides support to set the following mo
|
|||||||
- Horizontal swing
|
- Horizontal swing
|
||||||
- Light
|
- Light
|
||||||
|
|
||||||
|
## Sensor Entities
|
||||||
|
|
||||||
|
For motion sensors (supported by Sensibo Air devices), this integration provides the following sensors:
|
||||||
|
|
||||||
|
- Temperature
|
||||||
|
- Humidity
|
||||||
|
|
||||||
|
For diagnostics, not automatically displayed on dashboards, these sensors are available:
|
||||||
|
|
||||||
|
- Voltage
|
||||||
|
- Rssi
|
||||||
|
|
||||||
## Adding a quick switch example
|
## Adding a quick switch example
|
||||||
|
|
||||||
If you want a "Quick Switch" to turn your AC On / Off, you can do that using the following `Switch Template`:
|
If you want a "Quick Switch" to turn your AC On / Off, you can do that using the following `Switch Template`:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user