From fb21d8a2fefc18169691377467807888862a2f2e Mon Sep 17 00:00:00 2001 From: Ian Wells Date: Sun, 6 Jan 2019 09:58:17 -0800 Subject: [PATCH] Mismatch in example and text (#109) The example uses Dehumidifier the text said relay --- esphomeyaml/guides/getting_started_hassio.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphomeyaml/guides/getting_started_hassio.rst b/esphomeyaml/guides/getting_started_hassio.rst index 7bdaf608e..bf74e6c0d 100644 --- a/esphomeyaml/guides/getting_started_hassio.rst +++ b/esphomeyaml/guides/getting_started_hassio.rst @@ -107,7 +107,7 @@ to the configuration like this: name: "Living Room Dehumidifier" pin: 5 -In above example, we're simply adding a switch that's called "Living Room Relay" (could control +In above example, we're simply adding a switch that's called "Living Room Dehumidifier" (could control anything really, for example lights) and is connected to the pin ``GPIO5``. Now if you have `MQTT