Add ha_release

This commit is contained in:
Fabian Affolter 2016-09-19 15:49:48 +02:00
parent 7554199a12
commit 030a4fdc61
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336
3 changed files with 10 additions and 5 deletions

View File

@ -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/).

View File

@ -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/).

View File

@ -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.