diff --git a/source/_components/binary_sensor.sleepiq.markdown b/source/_components/binary_sensor.sleepiq.markdown index 4ace517c003..c0319004e65 100644 --- a/source/_components/binary_sensor.sleepiq.markdown +++ b/source/_components/binary_sensor.sleepiq.markdown @@ -9,6 +9,8 @@ sharing: true footer: true logo: sleepiq ha_category: Binary Sensor +ha_release: 0.29 +ha_iot_class: "Local Polling" --- To get your SleepIQ binary sensors working with Home Assistant, follow the instructions for the general [SleepIQ component](/components/sleepiq/). diff --git a/source/_components/sensor.sleepiq.markdown b/source/_components/sensor.sleepiq.markdown index 943154b0efd..f7efe29b44d 100644 --- a/source/_components/sensor.sleepiq.markdown +++ b/source/_components/sensor.sleepiq.markdown @@ -9,6 +9,8 @@ sharing: true footer: true logo: sleepiq ha_category: Sensor +ha_release: 0.29 +ha_iot_class: "Local Polling" --- To get your SleepIQ sensors working with Home Assistant, follow the instructions for the general [SleepIQ component](/components/sleepiq/). diff --git a/source/_components/sleepiq.markdown b/source/_components/sleepiq.markdown index 886ce824237..63659d3e5fa 100644 --- a/source/_components/sleepiq.markdown +++ b/source/_components/sleepiq.markdown @@ -9,17 +9,18 @@ sharing: true footer: true logo: sleepiq ha_category: Hub -featured: true +ha_release: 0.29 +ha_iot_class: "Local Polling" --- -The SleepIQ platfor lets you view sensor data from [SleepIQ by SleepNumber](http://www.sleepnumber.com/sn/en/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 platfor lets you view sensor data from [SleepIQ by SleepNumber](http://www.sleepnumber.com/sn/en/sleepiq-sleep-tracker). In particular, it lets you see the occupancy and current SleepNumber (ie current firmness) of each side of a SleepNumber bed. You will need an account on [SleepIQ](https://sleepiq.sleepnumber.com/) to use this component. To set it up, add the following information to your `configuration.yaml` file: ```yaml +# Example configuration.yaml entry sleepiq: username: you@example.com password: omgsecure @@ -27,5 +28,5 @@ sleepiq: Configuration variables: -- **username** (*Required*): Your SleepIQ username (usually an email address) -- **password** (*Required*): Your SleepIQ password +- **username** (*Required*): Your SleepIQ username (usually an email address). +- **password** (*Required*): Your SleepIQ password.