Forgot linkable_title

This commit is contained in:
Robbie Trencheny 2017-03-17 13:11:04 -07:00
parent 1827d2bcf2
commit 69117f9bc4
3 changed files with 4 additions and 6 deletions

View File

@ -11,7 +11,7 @@ logo: mqtt.png
ha_category: Light 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. 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. XY and RGB can not be used at the same time. If both are provided, XY overrides RGB.
</p> </p>
## {% 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/) | | 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/) |
|-------------------|------------------------------------------------------------|----------------------------------------------------------------------|------------------------------------------------------------------------------| |-------------------|------------------------------------------------------------|----------------------------------------------------------------------|------------------------------------------------------------------------------|

View File

@ -13,7 +13,6 @@ ha_iot_class: "Local Push"
ha_release: 0.26 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. 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: 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. XY and RGB can not be used at the same time. If both are provided, XY overrides RGB.
</p> </p>
## {% 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/) | | 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/) |
|-------------------|------------------------------------------------------------|----------------------------------------------------------------------|------------------------------------------------------------------------------| |-------------------|------------------------------------------------------------|----------------------------------------------------------------------|------------------------------------------------------------------------------|

View File

@ -13,7 +13,6 @@ ha_iot_class: "Local Push"
ha_release: 0.33 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. 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. 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. Make sure that your topics match exact. `some-topic/` and `some-topic` are different topics.
</p> </p>
## {% 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/) | | 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/) |
|-------------------|------------------------------------------------------------|----------------------------------------------------------------------|------------------------------------------------------------------------------| |-------------------|------------------------------------------------------------|----------------------------------------------------------------------|------------------------------------------------------------------------------|