Small typo (#5397)

This commit is contained in:
Daniel Shokouhi 2018-05-19 02:44:43 -07:00 committed by Fabian Affolter
parent 8bf9318186
commit a353c26131

View File

@ -79,7 +79,7 @@ Update the state.
$ mosquitto_pub -h 127.0.0.1 -p 1883 -t "homeassistant/binary_sensor/garden/state" -m ON
```
Setting up a switch is similar but requires a `command_topic` as mentionend in the [MQTT switch documentation](/components/switch.mqtt/).
Setting up a switch is similar but requires a `command_topic` as mentioned in the [MQTT switch documentation](/components/switch.mqtt/).
- Configuration topic: `homeassistant/switch/irrigation/config`
- State topic: `homeassistant/switch/irrigation/state`