From 40843ea7e039a36e8f1e431fda5daa3542832c7e Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Fri, 28 Sep 2018 01:44:52 -0400 Subject: [PATCH] a word --- content/post/automating-your-hose.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/post/automating-your-hose.md b/content/post/automating-your-hose.md index 7636da2..e022e47 100644 --- a/content/post/automating-your-hose.md +++ b/content/post/automating-your-hose.md @@ -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` ```