From 068887f720e36fd3a8dcac46bc10dcb743b2fa26 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 13 Jun 2017 18:04:56 +0200 Subject: [PATCH] Add 'ha_iot_class' --- source/_components/alarm_control_panel.mqtt.markdown | 1 + source/_components/binary_sensor.mqtt.markdown | 2 +- source/_components/camera.mqtt.markdown | 1 + source/_components/device_tracker.mqtt.markdown | 1 + source/_components/device_tracker.mqtt_json.markdown | 1 + source/_components/light.mqtt.markdown | 1 + source/_components/light.mqtt_json.markdown | 2 +- source/_components/light.mqtt_template.markdown | 2 +- source/_components/mqtt_eventstream.markdown | 1 + source/_components/notify.mqtt.markdown | 1 + 10 files changed, 10 insertions(+), 3 deletions(-) diff --git a/source/_components/alarm_control_panel.mqtt.markdown b/source/_components/alarm_control_panel.mqtt.markdown index 6172772f338..20ad19ea290 100644 --- a/source/_components/alarm_control_panel.mqtt.markdown +++ b/source/_components/alarm_control_panel.mqtt.markdown @@ -10,6 +10,7 @@ footer: true logo: mqtt.png ha_category: Alarm ha_release: 0.7.4 +ha_iot_class: depends --- The `mqtt` alarm panel platform enables the possibility to control MQTT capable alarm panels. The Alarm icon will change state after receiving a new state from `state_topic`. If these messages are published with *RETAIN* flag, the MQTT alarm panel will receive an instant state update after subscription and will start with the correct state. Otherwise, the initial state will be `unknown`. diff --git a/source/_components/binary_sensor.mqtt.markdown b/source/_components/binary_sensor.mqtt.markdown index f129a96c697..722ec499495 100644 --- a/source/_components/binary_sensor.mqtt.markdown +++ b/source/_components/binary_sensor.mqtt.markdown @@ -10,7 +10,7 @@ footer: true logo: mqtt.png ha_category: Binary Sensor ha_release: 0.9 -ha_iot_class: "Depends" +ha_iot_class: "depends" --- diff --git a/source/_components/camera.mqtt.markdown b/source/_components/camera.mqtt.markdown index c7f9e224f33..5e7c8ce07dd 100644 --- a/source/_components/camera.mqtt.markdown +++ b/source/_components/camera.mqtt.markdown @@ -10,6 +10,7 @@ footer: true logo: mqtt.png ha_category: Camera ha_release: 0.43 +ha_iot_class: depends --- The `mqtt` camera platform allows you to integrate the content of an image file sent through MQTT into Home Assistant as a camera. Everytime a message under the `topic` in the configuration is received, the image displayed in Home Assistant will also be updated. diff --git a/source/_components/device_tracker.mqtt.markdown b/source/_components/device_tracker.mqtt.markdown index b8c4518e04a..2b1bd0d519a 100644 --- a/source/_components/device_tracker.mqtt.markdown +++ b/source/_components/device_tracker.mqtt.markdown @@ -9,6 +9,7 @@ sharing: true footer: true logo: mqtt.png ha_category: Presence Detection +ha_iot_class: depends --- diff --git a/source/_components/device_tracker.mqtt_json.markdown b/source/_components/device_tracker.mqtt_json.markdown index ae94c186f0a..d7a515588c9 100644 --- a/source/_components/device_tracker.mqtt_json.markdown +++ b/source/_components/device_tracker.mqtt_json.markdown @@ -10,6 +10,7 @@ footer: true logo: mqtt.png ha_category: Presence Detection ha_version: 0.44 +ha_iot_class: depends --- diff --git a/source/_components/light.mqtt.markdown b/source/_components/light.mqtt.markdown index 5e4acb3f27e..308e9282a64 100644 --- a/source/_components/light.mqtt.markdown +++ b/source/_components/light.mqtt.markdown @@ -9,6 +9,7 @@ sharing: true footer: true logo: mqtt.png ha_category: Light +ha_iot_class: depends --- The `mqtt` light platform lets you control your MQTT enabled lights. It supports setting brightness, color temperature, effects, flashing, on/off, RGB colors, transitions, XY colors and white values. diff --git a/source/_components/light.mqtt_json.markdown b/source/_components/light.mqtt_json.markdown index 7e8d6c85dbf..54732fe5bff 100644 --- a/source/_components/light.mqtt_json.markdown +++ b/source/_components/light.mqtt_json.markdown @@ -9,7 +9,7 @@ sharing: true footer: true logo: mqtt.png ha_category: Light -ha_iot_class: "Local Push" +ha_iot_class: depends ha_release: 0.26 --- diff --git a/source/_components/light.mqtt_template.markdown b/source/_components/light.mqtt_template.markdown index 43147aff60b..3eed0fa3445 100644 --- a/source/_components/light.mqtt_template.markdown +++ b/source/_components/light.mqtt_template.markdown @@ -9,7 +9,7 @@ sharing: true footer: true logo: mqtt.png ha_category: Light -ha_iot_class: "Local Push" +ha_iot_class: depends ha_release: 0.33 --- diff --git a/source/_components/mqtt_eventstream.markdown b/source/_components/mqtt_eventstream.markdown index 4c092f3dda9..e440c9ec5ec 100644 --- a/source/_components/mqtt_eventstream.markdown +++ b/source/_components/mqtt_eventstream.markdown @@ -10,6 +10,7 @@ footer: true logo: mqtt.png ha_category: Other ha_release: 0.11 +ha_iot_class: depends --- The `mqtt_eventstream` component connects two Home Assistant instances via MQTT. diff --git a/source/_components/notify.mqtt.markdown b/source/_components/notify.mqtt.markdown index 3241f35843b..34b4b8c0d7b 100644 --- a/source/_components/notify.mqtt.markdown +++ b/source/_components/notify.mqtt.markdown @@ -9,6 +9,7 @@ sharing: true footer: true logo: mqtt.png ha_category: Notifications +ha_iot_class: depends --- The MQTT notification support is different than the other [notification](/components/notify/) platforms. It is a service. This means that you don't have to create a configuration entry but you need to provide more details while calling the service.