Add 'ha_iot_class'

This commit is contained in:
Fabian Affolter 2017-06-13 18:07:33 +02:00
parent 068887f720
commit b705dbaf4f
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336
8 changed files with 13 additions and 1 deletions

View File

@ -10,6 +10,7 @@ footer: true
logo: z-wave.png logo: z-wave.png
ha_category: Climate ha_category: Climate
ha_release: 0.17 ha_release: 0.17
ha_iot_class: "Local Push"
--- ---
@ -25,7 +26,7 @@ To enable the climate component for your Z-Wave network, add the following to yo
```yaml ```yaml
climate: climate:
platform: zwave - platform: zwave
``` ```
Once enabled, any Z-Wave climate devices will be available to Home Assistant. Multiple entities may be created. The following entities are created for a Remotec ZXT-120. Once enabled, any Z-Wave climate devices will be available to Home Assistant. Multiple entities may be created. The following entities are created for a Remotec ZXT-120.

View File

@ -10,6 +10,7 @@ footer: true
logo: z-wave.png logo: z-wave.png
ha_category: Cover ha_category: Cover
ha_release: 0.23 ha_release: 0.23
ha_iot_class: "Local Push"
--- ---
Z-Wave garage doors, blinds, and roller shutters are supported as cover in Home Assistant. Z-Wave garage doors, blinds, and roller shutters are supported as cover in Home Assistant.

View File

@ -8,7 +8,9 @@ comments: false
sharing: true sharing: true
footer: true footer: true
logo: z-wave.png logo: z-wave.png
ha_release: 0.38
ha_category: Fan ha_category: Fan
ha_iot_class: "Local Push"
--- ---
To get your Z-Wave fans working with Home Assistant, follow the instructions for the general [Z-Wave component](/components/zwave/). To get your Z-Wave fans working with Home Assistant, follow the instructions for the general [Z-Wave component](/components/zwave/).

View File

@ -9,6 +9,8 @@ sharing: true
footer: true footer: true
logo: z-wave.png logo: z-wave.png
ha_category: Light ha_category: Light
ha_release: pre 0.7
ha_iot_class: "Local Push"
--- ---
To get your Z-Wave lights working with Home Assistant, follow the instructions for the general [Z-Wave component](/components/zwave/). To get your Z-Wave lights working with Home Assistant, follow the instructions for the general [Z-Wave component](/components/zwave/).

View File

@ -10,6 +10,7 @@ footer: true
logo: z-wave.png logo: z-wave.png
ha_category: Lock ha_category: Lock
ha_release: 0.19 ha_release: 0.19
ha_iot_class: "Local Push"
--- ---
To get your Z-Wave locks working with Home Assistant, follow the instructions for the general [Z-Wave component](/components/zwave/). To get your Z-Wave locks working with Home Assistant, follow the instructions for the general [Z-Wave component](/components/zwave/).

View File

@ -9,6 +9,8 @@ sharing: true
footer: true footer: true
logo: z-wave.png logo: z-wave.png
ha_category: Sensor ha_category: Sensor
ha_release: pre 0.7
ha_iot_class: "Local Push"
--- ---
To get your Z-Wave sensors working with Home Assistant, follow the instructions for the general [Z-Wave component](/components/zwave/). To get your Z-Wave sensors working with Home Assistant, follow the instructions for the general [Z-Wave component](/components/zwave/).

View File

@ -9,6 +9,8 @@ sharing: true
footer: true footer: true
logo: z-wave.png logo: z-wave.png
ha_category: Switch ha_category: Switch
ha_release: pre 0.7
ha_iot_class: "Local Push"
--- ---
To get your Z-Wave switches working with Home Assistant, follow the instructions for the general [Z-Wave component](/components/zwave/). To get your Z-Wave switches working with Home Assistant, follow the instructions for the general [Z-Wave component](/components/zwave/).

View File

@ -10,6 +10,7 @@ footer: true
logo: z-wave.png logo: z-wave.png
ha_category: Hub ha_category: Hub
featured: true featured: true
ha_iot_class: "Local Push"
--- ---
The [Z-Wave](http://www.z-wave.com/) integration for Home Assistant allows you to observe and control connected Z-Wave devices. Please see the [Z-Wave getting started section](/docs/z-wave/) for in-depth documentation on how to use and setup the Z-Wave component. The [Z-Wave](http://www.z-wave.com/) integration for Home Assistant allows you to observe and control connected Z-Wave devices. Please see the [Z-Wave getting started section](/docs/z-wave/) for in-depth documentation on how to use and setup the Z-Wave component.