A garage door is not a binary sensor (#419)

This commit is contained in:
Christoph Wagner 2016-04-23 20:29:20 +02:00 committed by Fabian Affolter
parent 07918a94de
commit 2cea0e718f

View File

@ -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"