From 84c3b120a421cf9a3b6eb45cda3957193c4b80f8 Mon Sep 17 00:00:00 2001 From: Keilin Bickar Date: Fri, 25 Feb 2022 03:25:02 -0500 Subject: [PATCH] SleepIQ doc updates (#21791) --- source/_integrations/sleepiq.markdown | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/source/_integrations/sleepiq.markdown b/source/_integrations/sleepiq.markdown index ad942ad3711..69de7594c0c 100644 --- a/source/_integrations/sleepiq.markdown +++ b/source/_integrations/sleepiq.markdown @@ -8,19 +8,27 @@ ha_category: ha_release: 0.29 ha_iot_class: Cloud Polling ha_domain: sleepiq +ha_config_flow: true +ha_dhcp: true +ha_codeowners: + - '@kbickar' + - '@mfugate1' ha_platforms: - binary_sensor - button - sensor - switch -ha_codeowners: - - '@mfugate1' - - '@kbickar' -ha_config_flow: true -ha_dhcp: true --- -The SleepIQ integration lets you view sensor data from [SleepIQ by SleepNumber](https://www.sleepnumber.com/sleepiq-sleep-tracker). In particular, it lets you see the occupancy and current SleepNumber (ie current firmness) of each side of a SleepNumber bed. +The SleepIQ integration lets you integrate your SleepNumber Bed via [SleepIQ by SleepNumber](https://www.sleepnumber.com/sleepiq-sleep-tracker). + +There is currently support for the following platforms within Home Assistant: + +- Binary Sensor - View occupancy of each side +- Sensor - View Current SleepNumber (ie current firmness) of each side +- Switch - Toggle Privacy mode +- Button - Calibrate the bed +- Button - Stop the pump You will need an account on [SleepIQ](https://sleepiq.sleepnumber.com/) to use this integration.