From 486e22cd153d7a8ed43cd2656f8627246ffa0549 Mon Sep 17 00:00:00 2001 From: Mike Fugate Date: Wed, 16 Feb 2022 10:07:16 -0500 Subject: [PATCH] Update SleepIQ with config flow instructions (#21314) --- source/_integrations/sleepiq.markdown | 28 +++------------------------ 1 file changed, 3 insertions(+), 25 deletions(-) diff --git a/source/_integrations/sleepiq.markdown b/source/_integrations/sleepiq.markdown index a07baa8e3e0..4160b463386 100644 --- a/source/_integrations/sleepiq.markdown +++ b/source/_integrations/sleepiq.markdown @@ -13,30 +13,8 @@ ha_platforms: - sensor --- -The SleepIQ implementation 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 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. -## Setup +You will need an account on [SleepIQ](https://sleepiq.sleepnumber.com/) to use this integration. -You will need an account on [SleepIQ](https://sleepiq.sleepnumber.com/) to use this component. - -## Configuration - -To set it up, add the following information to your `configuration.yaml` file: - -```yaml -# Example configuration.yaml entry -sleepiq: - username: YOUR_USERNAME - password: YOUR_PASSWORD -``` - -{% configuration %} -username: - description: Your SleepIQ username (usually an e-mail address). - required: true - type: string -password: - description: Your SleepIQ password. - required: true - type: string -{% endconfiguration %} +{% include integrations/config_flow.md %}