A garage door is not a binary sensor (#419)
This commit is contained in:
parent
07918a94de
commit
2cea0e718f
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ To use your MQTT binary sensor in your installation, add the following to your `
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yml entry
|
# Example configuration.yml entry
|
||||||
binary_sensor:
|
garage_door:
|
||||||
platform: mqtt
|
platform: mqtt
|
||||||
state_topic: "home-assistant/garage-door"
|
state_topic: "home-assistant/garage-door"
|
||||||
command_topic: "home-assistant/garage-door/set"
|
command_topic: "home-assistant/garage-door/set"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue