mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-02 17:18:58 +00:00
992 B
992 B
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|
page | SleepIQ | Instructions for how to integrate SleepIQ beds within Home Assistant. | 2016-08-28 8:56 | true | false | true | true | sleepiq.png | Hub | 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.
You will need an account on SleepIQ to use this component.
To set it up, add the following information to your configuration.yaml
file:
# Example configuration.yaml entry
sleepiq:
username: you@example.com
password: omgsecure
Configuration variables:
- username (Required): Your SleepIQ username (usually an email address).
- password (Required): Your SleepIQ password.