From 566fa82cec2dd01a1ee11e938c703bcdbef49162 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 22 Jan 2016 11:49:01 +0100 Subject: [PATCH] Minior update --- source/_components/binary_sensor.mqtt.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/binary_sensor.mqtt.markdown b/source/_components/binary_sensor.mqtt.markdown index 15a180fecd3..b80fda168ad 100644 --- a/source/_components/binary_sensor.mqtt.markdown +++ b/source/_components/binary_sensor.mqtt.markdown @@ -12,7 +12,7 @@ ha_category: Binary Sensor --- -This `mqtt` binary sensor implementation uses the MQTT message payload as the sensor value. If messages in this state_topic are published with *RETAIN* flag, the sensor will receive an instant update with the last known value. Otherwise, the initial state will be off. +The `mqtt` binary sensor platform uses the MQTT message payload as the sensor value. If messages in this `state_topic` are published with *RETAIN* flag, the sensor will receive an instant update with the last known value. Otherwise, the initial state will be off. To use your MQTT binary sensor in your installation, add the following to your `configuration.yaml` file: