From 18229eed42da14f056364f47828128a6389cd5b6 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 | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/source/_integrations/sleepiq.markdown b/source/_integrations/sleepiq.markdown index 4160b463386..69de7594c0c 100644 --- a/source/_integrations/sleepiq.markdown +++ b/source/_integrations/sleepiq.markdown @@ -8,12 +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 --- -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.