mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-04-27 23:07:34 +00:00
1.2 KiB
1.2 KiB
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | ha_iot_class | redirect_from | |||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
page | SleepIQ | Instructions for how to integrate SleepIQ beds within Home Assistant. | 2016-08-28 8:56 | true | false | true | true | sleepiq.png |
|
0.29 | Local Polling |
|
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.
{% linkable_title Setup %}
You will need an account on SleepIQ to use this component.
{% linkable_title 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 %}