Move to Health category (#6167)

This commit is contained in:
Fabian Affolter 2018-09-02 21:25:34 +02:00 committed by GitHub
parent 024ea83d2e
commit c99c8c3c38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 29 additions and 46 deletions

View File

@ -8,7 +8,7 @@ comments: false
sharing: true sharing: true
footer: true footer: true
logo: eight_sleep.png logo: eight_sleep.png
ha_category: Binary Sensor ha_category: Health
ha_release: "0.44" ha_release: "0.44"
ha_iot_class: "Cloud Polling" 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. 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.

View File

@ -8,16 +8,12 @@ comments: false
sharing: true sharing: true
footer: true footer: true
logo: openuv.jpg logo: openuv.jpg
ha_category: Binary Sensor ha_category: Health
ha_release: 0.76 ha_release: 0.76
ha_iot_class: "Cloud Polling" ha_iot_class: "Cloud Polling"
--- ---
The `openuv` binary sensor platform allows you to view binary sensor data from The `openuv` binary sensor platform allows you to view binary sensor data from [OpenUV](http://openuv.io).
[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>

View File

@ -8,7 +8,7 @@ comments: false
sharing: true sharing: true
footer: true footer: true
logo: sleepiq.png logo: sleepiq.png
ha_category: Binary Sensor ha_category: Health
ha_release: 0.29 ha_release: 0.29
ha_iot_class: "Local Polling" ha_iot_class: "Local Polling"
--- ---

View File

@ -8,7 +8,7 @@ comments: false
sharing: true sharing: true
footer: true footer: true
logo: eight_sleep.png logo: eight_sleep.png
ha_category: Hub ha_category: Health
ha_release: "0.44" ha_release: "0.44"
ha_iot_class: "Cloud Polling" 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 %} ## {% 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. You must have at least two sleep sessions recorded in the Eight Sleep app prior to setting up the Home Assistant component.

View File

@ -8,23 +8,19 @@ comments: false
sharing: true sharing: true
footer: true footer: true
logo: openuv.jpg logo: openuv.jpg
ha_category: Hub ha_category: Health
ha_release: 0.76 ha_release: 0.76
ha_iot_class: "Cloud Polling" ha_iot_class: "Cloud Polling"
--- ---
The `openuv` component displays UV and Ozone data from The `openuv` component displays UV and Ozone data from [openuv.io](http://openuv.io).
[openuv.io](http://openuv.io).
## {% linkable_title Generating an API Key %} ## {% linkable_title Generating an API Key %}
To generate an API key, [simply log in to the OpenUV website](https://www.openuv.io/auth/google). To generate an API key, [simply log in to the OpenUV website](https://www.openuv.io/auth/google).
<p class='note warning'> <p class='note warning'>
The "Limited" plan (which is what new users are given by default) is limited to 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
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). you to upgrade to a paid plan (and may disable your access in the meantime).
</p> </p>
@ -38,9 +34,7 @@ openuv:
api_key: YOUR_OPENUV_API_KEY api_key: YOUR_OPENUV_API_KEY
``` ```
To configure additional functionality, add configuration options beneath To configure additional functionality, add configuration options beneath a `binary_sensor` and/or `sensor` key within the `openuv` section of `configuration.yaml` as below:
a `binary_sensor` and/or `sensor` key within the `openuv` section of
`configuration.yaml` as below:
```yaml ```yaml
openuv: openuv:
@ -87,8 +81,7 @@ sensors:
### {% linkable_title `uv_protection_window` %} ### {% linkable_title `uv_protection_window` %}
This sensor displays `true` if UV protection (sunscreen, etc.) is recommended This sensor displays `true` if UV protection (sunscreen, etc.) is recommended at the current date and time; displays `false` otherwise.
at the current date and time; displays `false` otherwise.
## {% linkable_title Sensor Types %} ## {% linkable_title Sensor Types %}
@ -102,19 +95,15 @@ This sensor displays the current UV index.
### {% linkable_title `current_uv_level` %} ### {% linkable_title `current_uv_level` %}
This sensor displays the level of current UV index, which is calculated based 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).
on [UV Index Levels & Colors](https://www.openuv.io/kb/uv-index-levels-colors).
### {% linkable_title `max_uv_index` %} ### {% linkable_title `max_uv_index` %}
This sensor displays the maximum UV index that will be encountered that day (at This sensor displays the maximum UV index that will be encountered that day (at solar noon).
solar noon).
### {% linkable_title `safe_exposure_time_type_X` %} ### {% linkable_title `safe_exposure_time_type_X` %}
These sensors display the approximate number of minutes a particular skin type 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
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): [Fitzpatrick scale](https://en.wikipedia.org/wiki/Fitzpatrick_scale):
* Skin Type I * Skin Type I
@ -125,7 +114,5 @@ a skin type based on the
* Skin Type VI * Skin Type VI
<p class='note warning'> <p class='note warning'>
The above guidelines constitude estimates and are intended to help informed 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.
decision making. They should not replace analysis, advice, or diagnosis from a
trained medical professional.
</p> </p>

View File

@ -8,7 +8,7 @@ comments: false
sharing: true sharing: true
footer: true footer: true
logo: eight_sleep.png logo: eight_sleep.png
ha_category: Sensor ha_category: Health
ha_release: "0.44" ha_release: "0.44"
ha_iot_class: "Cloud Polling" ha_iot_class: "Cloud Polling"
--- ---

View File

@ -8,16 +8,12 @@ comments: false
sharing: true sharing: true
footer: true footer: true
logo: openuv.jpg logo: openuv.jpg
ha_category: Sensor ha_category: Health
ha_release: 0.76 ha_release: 0.76
ha_iot_class: "Cloud Polling" ha_iot_class: "Cloud Polling"
--- ---
The `openuv` sensor platform allows you to view sensor data from The `openuv` sensor platform allows you to view sensor data from [OpenUV](http://openuv.io).
[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>

View File

@ -8,7 +8,7 @@ comments: false
sharing: true sharing: true
footer: true footer: true
logo: sleepiq.png logo: sleepiq.png
ha_category: Sensor ha_category: Health
ha_release: 0.29 ha_release: 0.29
ha_iot_class: "Local Polling" ha_iot_class: "Local Polling"
--- ---

View File

@ -8,15 +8,19 @@ comments: false
sharing: true sharing: true
footer: true footer: true
logo: sleepiq.png logo: sleepiq.png
ha_category: Hub ha_category: Health
ha_release: 0.29 ha_release: 0.29
ha_iot_class: "Local Polling" 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. 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. 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: To set it up, add the following information to your `configuration.yaml` file:
```yaml ```yaml