From 9a9bbedd9bd898de799d085428c92d320d4387b8 Mon Sep 17 00:00:00 2001 From: Andy Castille Date: Sun, 21 May 2017 13:42:46 -0500 Subject: [PATCH] Fix yml typo (#2682) --- source/_components/binary_sensor.mqtt.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/binary_sensor.mqtt.markdown b/source/_components/binary_sensor.mqtt.markdown index f3b22d8bc9e..aae612230db 100644 --- a/source/_components/binary_sensor.mqtt.markdown +++ b/source/_components/binary_sensor.mqtt.markdown @@ -19,7 +19,7 @@ The `mqtt` binary sensor platform uses the MQTT message payload as the sensor va To use your MQTT binary sensor in your installation, add the following to your `configuration.yaml` file: ```yaml -# Example configuration.yml entry +# Example configuration.yaml entry binary_sensor: - platform: mqtt state_topic: "home-assistant/window/contact" @@ -44,7 +44,7 @@ $ mosquitto_pub -h 127.0.0.1 -t home-assistant/window/contact -m "OFF" An extended configuration for the same sensor could look like this if you want/need to be more specific. ```yaml -# Example configuration.yml entry +# Example configuration.yaml entry binary_sensor: - platform: mqtt state_topic: "home-assistant/window/contact"