diff --git a/source/_components/binary_sensor.sleepiq.markdown b/source/_components/binary_sensor.sleepiq.markdown new file mode 100644 index 00000000000..4ace517c003 --- /dev/null +++ b/source/_components/binary_sensor.sleepiq.markdown @@ -0,0 +1,14 @@ +--- +layout: page +title: "SleepIQ Binary Sensor" +description: "Instructions for how to integrate SleepIQ sensors within Home Assistant." +date: 2016-08-28 8:56 +sidebar: true +comments: false +sharing: true +footer: true +logo: sleepiq +ha_category: Binary Sensor +--- + +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 new file mode 100644 index 00000000000..943154b0efd --- /dev/null +++ b/source/_components/sensor.sleepiq.markdown @@ -0,0 +1,14 @@ +--- +layout: page +title: "SleepIQ Sensor" +description: "Instructions for how to integrate SleepIQ sensors within Home Assistant." +date: 2016-08-28 8:56 +sidebar: true +comments: false +sharing: true +footer: true +logo: sleepiq +ha_category: Sensor +--- + +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 new file mode 100644 index 00000000000..886ce824237 --- /dev/null +++ b/source/_components/sleepiq.markdown @@ -0,0 +1,31 @@ +--- +layout: page +title: "SleepIQ" +description: "Instructions for how to integrate SleepIQ sensors within Home Assistant." +date: 2016-08-28 8:56 +sidebar: true +comments: false +sharing: true +footer: true +logo: sleepiq +ha_category: Hub +featured: true +--- + +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 +sleepiq: + username: you@example.com + password: omgsecure +``` + +Configuration variables: + +- **username** (*Required*): Your SleepIQ username (usually an email address) +- **password** (*Required*): Your SleepIQ password diff --git a/source/images/supported_brands/sleepiq.png b/source/images/supported_brands/sleepiq.png new file mode 100644 index 00000000000..4c822ab5eca Binary files /dev/null and b/source/images/supported_brands/sleepiq.png differ