Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

1.1 KiB

title, description, logo, ha_category, ha_release, ha_iot_class, redirect_from
title description logo ha_category ha_release ha_iot_class redirect_from
SleepIQ Instructions for how to integrate SleepIQ beds within Home Assistant. sleepiq.png
Health
Sensor
Binary Sensor
0.29 Local Polling
/components/binary_sensor.sleepiq/
/components/sensor.sleepiq/

The SleepIQ implementation lets you view sensor data from SleepIQ by SleepNumber. 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 to use this component.

Configuration

To set it up, add the following information to your configuration.yaml file:

# 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 %}