From 3a5ae0cce3c58e8ee1052555c3933515d8b1b03e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 26 Jun 2016 12:09:45 +0200 Subject: [PATCH] Add class --- source/_components/binary_sensor.enocean.markdown | 3 ++- source/_components/garage_door.mqtt.markdown | 1 + source/_components/lock.mqtt.markdown | 1 + source/_components/rollershutter.mqtt.markdown | 1 + source/_components/sensor.mqtt.markdown | 1 + source/_components/switch.mqtt.markdown | 1 + 6 files changed, 7 insertions(+), 1 deletion(-) diff --git a/source/_components/binary_sensor.enocean.markdown b/source/_components/binary_sensor.enocean.markdown index 435b7bfbc9c..7b39364efeb 100644 --- a/source/_components/binary_sensor.enocean.markdown +++ b/source/_components/binary_sensor.enocean.markdown @@ -10,12 +10,13 @@ footer: true logo: enocean.png ha_category: Binary Sensor 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. -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 # Example configuration.yaml entry diff --git a/source/_components/garage_door.mqtt.markdown b/source/_components/garage_door.mqtt.markdown index b7e78a5c290..2503700f0f1 100644 --- a/source/_components/garage_door.mqtt.markdown +++ b/source/_components/garage_door.mqtt.markdown @@ -10,6 +10,7 @@ footer: true logo: mqtt.png ha_category: Garage Door ha_release: 0.18 +ha_iot_class: depends --- diff --git a/source/_components/lock.mqtt.markdown b/source/_components/lock.mqtt.markdown index 7394ddf7730..cfd1b535e44 100644 --- a/source/_components/lock.mqtt.markdown +++ b/source/_components/lock.mqtt.markdown @@ -10,6 +10,7 @@ footer: true logo: mqtt.png ha_category: Lock ha_release: 0.15 +ha_iot_class: depends --- The `mqtt` lock platform let you control your MQTT enabled locks. diff --git a/source/_components/rollershutter.mqtt.markdown b/source/_components/rollershutter.mqtt.markdown index a880f101a38..ade1638d2c3 100644 --- a/source/_components/rollershutter.mqtt.markdown +++ b/source/_components/rollershutter.mqtt.markdown @@ -10,6 +10,7 @@ footer: true logo: mqtt.png ha_category: Rollershutter ha_release: 0.9 +ha_iot_class: depends --- diff --git a/source/_components/sensor.mqtt.markdown b/source/_components/sensor.mqtt.markdown index f6c4c5e148e..b64ed6d1c48 100644 --- a/source/_components/sensor.mqtt.markdown +++ b/source/_components/sensor.mqtt.markdown @@ -10,6 +10,7 @@ footer: true logo: mqtt.png ha_category: Sensor ha_release: 0.7 +ha_iot_class: depends --- diff --git a/source/_components/switch.mqtt.markdown b/source/_components/switch.mqtt.markdown index a12213a51ff..2b5c4860985 100644 --- a/source/_components/switch.mqtt.markdown +++ b/source/_components/switch.mqtt.markdown @@ -10,6 +10,7 @@ footer: true logo: mqtt.png ha_category: Switch ha_release: 0.7 +ha_iot_class: depends --- The `mqtt` switch platform let you control your MQTT enabled light.