mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 05:16:49 +00:00
Move to Health category (#6167)
This commit is contained in:
parent
024ea83d2e
commit
c99c8c3c38
@ -8,7 +8,7 @@ comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: eight_sleep.png
|
||||
ha_category: Binary Sensor
|
||||
ha_category: Health
|
||||
ha_release: "0.44"
|
||||
ha_iot_class: "Cloud Polling"
|
||||
---
|
||||
@ -16,4 +16,4 @@ ha_iot_class: "Cloud Polling"
|
||||
|
||||
The `eight_sleep` binary sensor platform lets you observe the presence state of a [Eight Sleep](https://eightsleep.com/) cover/mattress through Home Assistant.
|
||||
|
||||
Devices will be configured automatically. Please refer to the [component](/components/eight_sleep/) configuration on how to setup.
|
||||
Devices will be configured automatically. Please refer to the [`eight_sleep` component](/components/eight_sleep/) configuration on how to setup.
|
||||
|
@ -8,16 +8,12 @@ comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: openuv.jpg
|
||||
ha_category: Binary Sensor
|
||||
ha_category: Health
|
||||
ha_release: 0.76
|
||||
ha_iot_class: "Cloud Polling"
|
||||
---
|
||||
|
||||
The `openuv` binary sensor platform allows you to view binary sensor data from
|
||||
[OpenUV](http://openuv.io).
|
||||
The `openuv` binary sensor platform allows you to view binary sensor data from [OpenUV](http://openuv.io).
|
||||
|
||||
You must have the [`openuv` component](/components/openuv/) configured to use this platform. After configuring that component, binary sensors will automatically appear.
|
||||
|
||||
<p class='note'>
|
||||
You must have the [OpenUV component](/components/openuv/) configured to use
|
||||
this platform. After configuring that component, binary sensors will
|
||||
automatically appear.
|
||||
</p>
|
||||
|
@ -8,7 +8,7 @@ comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: sleepiq.png
|
||||
ha_category: Binary Sensor
|
||||
ha_category: Health
|
||||
ha_release: 0.29
|
||||
ha_iot_class: "Local Polling"
|
||||
---
|
||||
|
@ -8,7 +8,7 @@ comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: eight_sleep.png
|
||||
ha_category: Hub
|
||||
ha_category: Health
|
||||
ha_release: "0.44"
|
||||
ha_iot_class: "Cloud Polling"
|
||||
---
|
||||
@ -17,7 +17,7 @@ The `eight_sleep` component allows Home Assistant to fetch data from your [Eight
|
||||
|
||||
## {% linkable_title Configuration %}
|
||||
|
||||
It's setup utilizing 'Sensor' components to convey the current state of your bed and results of your sleep sessions and a 'Binary Sensor' component to indicate your presence in the bed. A service is also provided to set the heating level and duration of the bed.
|
||||
It's setup utilizing 'Sensor' platform to convey the current state of your bed and results of your sleep sessions and a 'Binary Sensor' platform to indicate your presence in the bed. A service is also provided to set the heating level and duration of the bed.
|
||||
|
||||
You must have at least two sleep sessions recorded in the Eight Sleep app prior to setting up the Home Assistant component.
|
||||
|
||||
|
@ -8,23 +8,19 @@ comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: openuv.jpg
|
||||
ha_category: Hub
|
||||
ha_category: Health
|
||||
ha_release: 0.76
|
||||
ha_iot_class: "Cloud Polling"
|
||||
---
|
||||
|
||||
The `openuv` component displays UV and Ozone data from
|
||||
[openuv.io](http://openuv.io).
|
||||
The `openuv` component displays UV and Ozone data from [openuv.io](http://openuv.io).
|
||||
|
||||
## {% linkable_title Generating an API Key %}
|
||||
|
||||
To generate an API key, [simply log in to the OpenUV website](https://www.openuv.io/auth/google).
|
||||
|
||||
<p class='note warning'>
|
||||
The "Limited" plan (which is what new users are given by default) is limited to
|
||||
500 API requests per day. In order to leave a buffer, the `openuv` component
|
||||
queries the API every 30 minutes by default. This value can be modifed (via the
|
||||
`scan_interval` key), but please note that over-running the API will require
|
||||
The "Limited" plan (which is what new users are given by default) is limited to 500 API requests per day. In order to leave a buffer, the `openuv` component queries the API every 30 minutes by default. This value can be modifed (via the `scan_interval` key), but please note that over-running the API will require
|
||||
you to upgrade to a paid plan (and may disable your access in the meantime).
|
||||
</p>
|
||||
|
||||
@ -38,9 +34,7 @@ openuv:
|
||||
api_key: YOUR_OPENUV_API_KEY
|
||||
```
|
||||
|
||||
To configure additional functionality, add configuration options beneath
|
||||
a `binary_sensor` and/or `sensor` key within the `openuv` section of
|
||||
`configuration.yaml` as below:
|
||||
To configure additional functionality, add configuration options beneath a `binary_sensor` and/or `sensor` key within the `openuv` section of `configuration.yaml` as below:
|
||||
|
||||
```yaml
|
||||
openuv:
|
||||
@ -87,8 +81,7 @@ sensors:
|
||||
|
||||
### {% linkable_title `uv_protection_window` %}
|
||||
|
||||
This sensor displays `true` if UV protection (sunscreen, etc.) is recommended
|
||||
at the current date and time; displays `false` otherwise.
|
||||
This sensor displays `true` if UV protection (sunscreen, etc.) is recommended at the current date and time; displays `false` otherwise.
|
||||
|
||||
## {% linkable_title Sensor Types %}
|
||||
|
||||
@ -102,19 +95,15 @@ This sensor displays the current UV index.
|
||||
|
||||
### {% linkable_title `current_uv_level` %}
|
||||
|
||||
This sensor displays the level of current UV index, which is calculated based
|
||||
on [UV Index Levels & Colors](https://www.openuv.io/kb/uv-index-levels-colors).
|
||||
This sensor displays the level of current UV index, which is calculated based on [UV Index Levels & Colors](https://www.openuv.io/kb/uv-index-levels-colors).
|
||||
|
||||
### {% linkable_title `max_uv_index` %}
|
||||
|
||||
This sensor displays the maximum UV index that will be encountered that day (at
|
||||
solar noon).
|
||||
This sensor displays the maximum UV index that will be encountered that day (at solar noon).
|
||||
|
||||
### {% linkable_title `safe_exposure_time_type_X` %}
|
||||
|
||||
These sensors display the approximate number of minutes a particular skin type
|
||||
can be exposed to the sun before burning/tanning starts. Each sensor depicts
|
||||
a skin type based on the
|
||||
These sensors display the approximate number of minutes a particular skin type can be exposed to the sun before burning/tanning starts. Each sensor depicts a skin type based on the
|
||||
[Fitzpatrick scale](https://en.wikipedia.org/wiki/Fitzpatrick_scale):
|
||||
|
||||
* Skin Type I
|
||||
@ -125,7 +114,5 @@ a skin type based on the
|
||||
* Skin Type VI
|
||||
|
||||
<p class='note warning'>
|
||||
The above guidelines constitude estimates and are intended to help informed
|
||||
decision making. They should not replace analysis, advice, or diagnosis from a
|
||||
trained medical professional.
|
||||
The above guidelines constitude estimates and are intended to help informed decision making. They should not replace analysis, advice, or diagnosis from a trained medical professional.
|
||||
</p>
|
||||
|
@ -8,7 +8,7 @@ comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: eight_sleep.png
|
||||
ha_category: Sensor
|
||||
ha_category: Health
|
||||
ha_release: "0.44"
|
||||
ha_iot_class: "Cloud Polling"
|
||||
---
|
||||
|
@ -8,16 +8,12 @@ comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: openuv.jpg
|
||||
ha_category: Sensor
|
||||
ha_category: Health
|
||||
ha_release: 0.76
|
||||
ha_iot_class: "Cloud Polling"
|
||||
---
|
||||
|
||||
The `openuv` sensor platform allows you to view sensor data from
|
||||
[OpenUV](http://openuv.io).
|
||||
The `openuv` sensor platform allows you to view sensor data from [OpenUV](http://openuv.io).
|
||||
|
||||
You must have the [`openuv` component](/components/openuv/) configured to use this platform. After configuring that component, sensors will automatically appear.
|
||||
|
||||
<p class='note'>
|
||||
You must have the [OpenUV component](/components/openuv/) configured to use
|
||||
this platform. After configuring that component, sensors will automatically
|
||||
appear.
|
||||
</p>
|
||||
|
@ -8,7 +8,7 @@ comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: sleepiq.png
|
||||
ha_category: Sensor
|
||||
ha_category: Health
|
||||
ha_release: 0.29
|
||||
ha_iot_class: "Local Polling"
|
||||
---
|
||||
|
@ -8,15 +8,19 @@ comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: sleepiq.png
|
||||
ha_category: Hub
|
||||
ha_category: Health
|
||||
ha_release: 0.29
|
||||
ha_iot_class: "Local Polling"
|
||||
---
|
||||
|
||||
The SleepIQ implementation 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.
|
||||
|
||||
## {% linkable_title Setup %}
|
||||
|
||||
You will need an account on [SleepIQ](https://sleepiq.sleepnumber.com/) to use this component.
|
||||
|
||||
## {% linkable_title Configuration %}
|
||||
|
||||
To set it up, add the following information to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
|
Loading…
x
Reference in New Issue
Block a user