From 2cea0e718fec1781575d62c1b8e321935d028a0f Mon Sep 17 00:00:00 2001 From: Christoph Wagner Date: Sat, 23 Apr 2016 20:29:20 +0200 Subject: [PATCH] A garage door is not a binary sensor (#419) --- source/_components/garage_door.mqtt.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/garage_door.mqtt.markdown b/source/_components/garage_door.mqtt.markdown index 9ea3bf710ea..6a4f78936f9 100644 --- a/source/_components/garage_door.mqtt.markdown +++ b/source/_components/garage_door.mqtt.markdown @@ -24,7 +24,7 @@ To use your MQTT binary sensor in your installation, add the following to your ` ```yaml # Example configuration.yml entry -binary_sensor: +garage_door: platform: mqtt state_topic: "home-assistant/garage-door" command_topic: "home-assistant/garage-door/set"