From e643141539d19b181286a3eecff538e8b2a508f6 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Wed, 28 Aug 2024 09:51:57 +0200 Subject: [PATCH] Move config flow and prereqs (#34471) * Move config flow and prereqs up * Fix terminology --- source/_integrations/sleepiq.markdown | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/source/_integrations/sleepiq.markdown b/source/_integrations/sleepiq.markdown index b99a1e32fc3..9438b2cd7dc 100644 --- a/source/_integrations/sleepiq.markdown +++ b/source/_integrations/sleepiq.markdown @@ -31,6 +31,14 @@ ha_integration_type: integration The SleepIQ integration lets you integrate your SleepNumber Bed via [SleepIQ by SleepNumber](https://www.sleepnumber.com/pages/sleepiq-sleep-tracker). +## Prerequisites + +You will need an account on [SleepIQ](https://sleepiq.sleepnumber.com/) to use this integration. + +{% include integrations/config_flow.md %} + +## Supported device types + There is currently support available for the following platforms within Home Assistant, depending on the bed's capabilities: - Binary sensor - View occupancy of each side @@ -44,11 +52,7 @@ There is currently support available for the following platforms within Home Ass - Sensor - View pressure of each side - Switch - Toggle Privacy mode -You will need an account on [SleepIQ](https://sleepiq.sleepnumber.com/) to use this integration. - -### Notes +## Notes - If you are using a DNS-based ad-blocker such as Pi-hole, you may need to disable it temporarily while configuring this item in Home Assistant. - The Sleep Number bed communicates with endpoints on **sleepnumber.com** as well as the AWS Firehose data collection service at **firehose.us-east-1.amazonaws.com**. - -{% include integrations/config_flow.md %}