a word
This commit is contained in:
parent
3aeee2326b
commit
40843ea7e0
|
@ -269,7 +269,7 @@ String getValue(String data, char separator, int index)
|
|||
|
||||
### Controlling the hose with HomeAssistant
|
||||
|
||||
With the outdoor box portion completed and running as expected in response to MQTT messages, the next step was configuring HomeAssistant to talk to it. I ended up wasting a bunch of time trying to get a useful UI set up before realizing that HomeAssistant has an awesome feature: the [MQTT switch](https://www.home-assistant.io/components/switch.mqtt/) component, which makes adding a switch UI element for the hose that actually easy! Here is the configuration:
|
||||
With the outdoor box portion completed and running as expected in response to MQTT messages, the next step was configuring HomeAssistant to talk to it. I ended up wasting a bunch of time trying to get a useful UI set up before realizing that HomeAssistant has an awesome feature: the [MQTT switch](https://www.home-assistant.io/components/switch.mqtt/) component, which makes adding a switch UI element for the hose that actually works easy! Here is the configuration:
|
||||
|
||||
`configuration.yaml`
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue