From 69117f9bc49e1905d6f7ff883234ce5540a719ac Mon Sep 17 00:00:00 2001 From: Robbie Trencheny Date: Fri, 17 Mar 2017 13:11:04 -0700 Subject: [PATCH] Forgot linkable_title --- source/_components/light.mqtt.markdown | 4 ++-- source/_components/light.mqtt_json.markdown | 3 +-- source/_components/light.mqtt_template.markdown | 3 +-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/source/_components/light.mqtt.markdown b/source/_components/light.mqtt.markdown index 3cbe86892b3..2d34dcbadff 100644 --- a/source/_components/light.mqtt.markdown +++ b/source/_components/light.mqtt.markdown @@ -11,7 +11,7 @@ logo: mqtt.png ha_category: Light --- -The `mqtt` light platform let you control your MQTT enabled light. It supports setting brightness, color temperature, effects, flashing, on/off, RGB colors, transitions, XY colors and white values. +The `mqtt` light platform lets you control your MQTT enabled light. It supports setting brightness, color temperature, effects, flashing, on/off, RGB colors, transitions, XY colors and white values. In an ideal scenario, the MQTT device will have a state topic to publish state changes. If these messages are published with RETAIN flag, the MQTT switch will receive an instant state update after subscription and will start with correct state. Otherwise, the initial state of the switch will be false/off. @@ -65,7 +65,7 @@ Configuration variables: XY and RGB can not be used at the same time. If both are provided, XY overrides RGB.

-## {% Comparison of light MQTT platforms %} +## {% linkable_title Comparison of light MQTT platforms %} | Function | [`mqtt`](https://home-assistant.io/components/light.mqtt/) | [`mqtt_json`](https://home-assistant.io/components/light.mqtt_json/) | [`mqtt_template`](https://home-assistant.io/components/light.mqtt_template/) | |-------------------|------------------------------------------------------------|----------------------------------------------------------------------|------------------------------------------------------------------------------| diff --git a/source/_components/light.mqtt_json.markdown b/source/_components/light.mqtt_json.markdown index 5e9715890a1..e096b012230 100644 --- a/source/_components/light.mqtt_json.markdown +++ b/source/_components/light.mqtt_json.markdown @@ -13,7 +13,6 @@ ha_iot_class: "Local Push" ha_release: 0.26 --- - The `mqtt_json` light platform lets you control a MQTT-enabled light that can receive [JSON](https://en.wikipedia.org/wiki/JSON) messages. This platform supports on/off, brightness, RGB colors, XY colors, color temperature, transitions, short/long flashing and white values. The messages sent to/from the lights look similar to this, omitting fields when they aren't needed: @@ -75,7 +74,7 @@ Configuration variables: XY and RGB can not be used at the same time. If both are provided, XY overrides RGB.

-## {% Comparison of light MQTT platforms %} +## {% linkable_title Comparison of light MQTT platforms %} | Function | [`mqtt`](https://home-assistant.io/components/light.mqtt/) | [`mqtt_json`](https://home-assistant.io/components/light.mqtt_json/) | [`mqtt_template`](https://home-assistant.io/components/light.mqtt_template/) | |-------------------|------------------------------------------------------------|----------------------------------------------------------------------|------------------------------------------------------------------------------| diff --git a/source/_components/light.mqtt_template.markdown b/source/_components/light.mqtt_template.markdown index 0a6e93f9d96..0a96468b396 100644 --- a/source/_components/light.mqtt_template.markdown +++ b/source/_components/light.mqtt_template.markdown @@ -13,7 +13,6 @@ ha_iot_class: "Local Push" ha_release: 0.33 --- - The `mqtt_template` light platform lets you control a MQTT-enabled light that receive commands on a command topic and optionally sends status update on a state topic. It is format-agnostic so you can use any data format you want (i.e. string, JSON), just configure it with templating. @@ -57,7 +56,7 @@ Configuration variables: Make sure that your topics match exact. `some-topic/` and `some-topic` are different topics.

-## {% Comparison of light MQTT platforms %} +## {% linkable_title Comparison of light MQTT platforms %} | Function | [`mqtt`](https://home-assistant.io/components/light.mqtt/) | [`mqtt_json`](https://home-assistant.io/components/light.mqtt_json/) | [`mqtt_template`](https://home-assistant.io/components/light.mqtt_template/) | |-------------------|------------------------------------------------------------|----------------------------------------------------------------------|------------------------------------------------------------------------------|