mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 10:17:23 +00:00
Add ha_release
This commit is contained in:
parent
7554199a12
commit
030a4fdc61
@ -9,6 +9,8 @@ sharing: true
|
|||||||
footer: true
|
footer: true
|
||||||
logo: sleepiq
|
logo: sleepiq
|
||||||
ha_category: Binary Sensor
|
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/).
|
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
|
footer: true
|
||||||
logo: sleepiq
|
logo: sleepiq
|
||||||
ha_category: Sensor
|
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/).
|
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
|
footer: true
|
||||||
logo: sleepiq
|
logo: sleepiq
|
||||||
ha_category: Hub
|
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).
|
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.
|
||||||
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.
|
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:
|
To set it up, add the following information to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
# Example configuration.yaml entry
|
||||||
sleepiq:
|
sleepiq:
|
||||||
username: you@example.com
|
username: you@example.com
|
||||||
password: omgsecure
|
password: omgsecure
|
||||||
@ -27,5 +28,5 @@ sleepiq:
|
|||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
- **username** (*Required*): Your SleepIQ username (usually an email address)
|
- **username** (*Required*): Your SleepIQ username (usually an email address).
|
||||||
- **password** (*Required*): Your SleepIQ password
|
- **password** (*Required*): Your SleepIQ password.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user