diff --git a/source/_components/alarm_control_panel.mqtt.markdown b/source/_components/alarm_control_panel.mqtt.markdown index 6172772f33..20ad19ea29 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 f129a96c69..722ec49949 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 c7f9e224f3..5e7c8ce07d 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 b8c4518e04..2b1bd0d519 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 ae94c186f0..d7a515588c 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 5e4acb3f27..308e9282a6 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 7e8d6c85db..54732fe5bf 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 43147aff60..3eed0fa344 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 4c092f3dda..e440c9ec5e 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 3241f35843..34b4b8c0d7 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.