mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 01:37:23 +00:00
Add ha_release
This commit is contained in:
parent
7554199a12
commit
030a4fdc61
@ -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/).
|
||||
|
@ -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/).
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user