This commit is contained in:
Joshua Boniface 2018-09-28 01:44:52 -04:00
parent 3aeee2326b
commit 40843ea7e0
1 changed files with 1 additions and 1 deletions

View File

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