Add class

This commit is contained in:
Fabian Affolter 2016-06-26 12:09:45 +02:00
parent 53e61b91cb
commit 3a5ae0cce3
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336
6 changed files with 7 additions and 1 deletions

View File

@ -10,12 +10,13 @@ footer: true
logo: enocean.png logo: enocean.png
ha_category: Binary Sensor ha_category: Binary Sensor
ha_release: 0.21 ha_release: 0.21
ha_iot_class: "Local Push"
--- ---
This can typically be one of those batteryless wall switches. Currently only one type has been tested: Eltako FT55. Other devices will most likely not work without changing the Home-Asisstant code. This can typically be one of those batteryless wall switches. Currently only one type has been tested: Eltako FT55. Other devices will most likely not work without changing the Home-Asisstant code.
To use your EnOcean device, you first have to set up your [EnOcean hub](../enocean) and then add the following to your `configuration.yaml` file: To use your EnOcean device, you first have to set up your [EnOcean hub](/components/enocean/) and then add the following to your `configuration.yaml` file:
```yaml ```yaml
# Example configuration.yaml entry # Example configuration.yaml entry

View File

@ -10,6 +10,7 @@ footer: true
logo: mqtt.png logo: mqtt.png
ha_category: Garage Door ha_category: Garage Door
ha_release: 0.18 ha_release: 0.18
ha_iot_class: depends
--- ---

View File

@ -10,6 +10,7 @@ footer: true
logo: mqtt.png logo: mqtt.png
ha_category: Lock ha_category: Lock
ha_release: 0.15 ha_release: 0.15
ha_iot_class: depends
--- ---
The `mqtt` lock platform let you control your MQTT enabled locks. The `mqtt` lock platform let you control your MQTT enabled locks.

View File

@ -10,6 +10,7 @@ footer: true
logo: mqtt.png logo: mqtt.png
ha_category: Rollershutter ha_category: Rollershutter
ha_release: 0.9 ha_release: 0.9
ha_iot_class: depends
--- ---

View File

@ -10,6 +10,7 @@ footer: true
logo: mqtt.png logo: mqtt.png
ha_category: Sensor ha_category: Sensor
ha_release: 0.7 ha_release: 0.7
ha_iot_class: depends
--- ---

View File

@ -10,6 +10,7 @@ footer: true
logo: mqtt.png logo: mqtt.png
ha_category: Switch ha_category: Switch
ha_release: 0.7 ha_release: 0.7
ha_iot_class: depends
--- ---
The `mqtt` switch platform let you control your MQTT enabled light. The `mqtt` switch platform let you control your MQTT enabled light.