From 8d216e8a7bda87fc34d29d195a10b9d9e0969aa2 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 30 Dec 2018 22:35:12 +0100 Subject: [PATCH] Make titles linkable --- source/_components/mqtt_statestream.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_components/mqtt_statestream.markdown b/source/_components/mqtt_statestream.markdown index ddf00e0806e..d1bcb8c642f 100644 --- a/source/_components/mqtt_statestream.markdown +++ b/source/_components/mqtt_statestream.markdown @@ -70,7 +70,7 @@ include: type: list {% endconfiguration %} -## Operation +## {% linkable_title Operation %} When any Home Assistant entity changes, this component will publish that change to MQTT. @@ -83,9 +83,9 @@ If that entity also has an attribute called `brightness`, the component will als All states and attributes are passed through JSON serialization before publishing. **Please note** that this causes strings to be quoted (e.g., the string 'on' will be published as '"on"'). You can access the JSON deserialized values (as well as unquoted strings) at many places by using `value_json` instead of `value`. -The last_updated and last_changed values for the entity will be published to `homeassistant/light/master_bedroom_dimmer/last_updated` and `homeassistant/light/master_bedroom_dimmer/last_changed`, respectively. The timestamps are in ISO 8601 format - for example, `2017-10-01T23:20:30.920969+00:00`. +The last_updated and last_changed values for the entity will be published to `homeassistant/light/master_bedroom_dimmer/last_updated` and `homeassistant/light/master_bedroom_dimmer/last_changed`, respectively. The timestamps are in ISO 8601 format - for example, `2017-10-01T23:20:30.920969+00:00`. -## Include/exclude +## {% linkable_title Include/exclude %} The **exclude** and **include** configuration variables can be used to filter the items that are published to MQTT.