Add description for SleepIQ actuator number entities (#21925)

This commit is contained in:
Mike Fugate 2022-03-24 11:29:16 -04:00 committed by GitHub
parent 74f75b4a20
commit 94a1700927
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,8 +3,9 @@ title: SleepIQ
description: Instructions for how to integrate SleepIQ beds within Home Assistant. description: Instructions for how to integrate SleepIQ beds within Home Assistant.
ha_category: ha_category:
- Health - Health
- Sensor
- Binary Sensor - Binary Sensor
- Number
- Sensor
ha_release: 0.29 ha_release: 0.29
ha_iot_class: Cloud Polling ha_iot_class: Cloud Polling
ha_domain: sleepiq ha_domain: sleepiq
@ -17,6 +18,7 @@ ha_platforms:
- binary_sensor - binary_sensor
- button - button
- light - light
- number
- sensor - sensor
- switch - switch
--- ---
@ -29,6 +31,7 @@ There is currently support for the following platforms within Home Assistant:
- Button - Calibrate the bed - Button - Calibrate the bed
- Button - Stop the pump - Button - Stop the pump
- Light - Control lights on supported models - Light - Control lights on supported models
- Number - View/Set the actuator positions of the foundation
- Number - View/Set firmness for each side - Number - View/Set firmness for each side
- Sensor - View pressure of each side - Sensor - View pressure of each side
- Switch - Toggle Privacy mode - Switch - Toggle Privacy mode