mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 14:56:53 +00:00
A garage door is not a binary sensor (#419)
This commit is contained in:
parent
07918a94de
commit
2cea0e718f
@ -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…
x
Reference in New Issue
Block a user