diff --git a/_deploy b/_deploy index 917e54f9d62..0dec4860da3 160000 --- a/_deploy +++ b/_deploy @@ -1 +1 @@ -Subproject commit 917e54f9d6257ae93a7976ed1daedc013a4af9f9 +Subproject commit 0dec4860da3859cc0c325bb3e16fcbf9c2d70500 diff --git a/source/_posts/2015-10-11-measure-temperature-with-esp8266-and-report-to-mqtt.markdown b/source/_posts/2015-10-11-measure-temperature-with-esp8266-and-report-to-mqtt.markdown index 1cbad7a32ac..bea4341a47c 100644 --- a/source/_posts/2015-10-11-measure-temperature-with-esp8266-and-report-to-mqtt.markdown +++ b/source/_posts/2015-10-11-measure-temperature-with-esp8266-and-report-to-mqtt.markdown @@ -16,6 +16,11 @@ that all your DIY projects can now be done for a fraction of the price. For this tutorial, I'll walk through how to get going with ESP8266, get the temperature and humidity and report it to MQTT where Home Asssistant can pick it up. +
+
+Picture of the final setup (+ 2 LED for decoration)
+
Home Assistant will keep track of historical values and allow you to integrate it into automation.
diff --git a/source/images/blog/2015-10-esp8266-temp/setup.png b/source/images/blog/2015-10-esp8266-temp/setup.png
new file mode 100644
index 00000000000..a0e95653249
Binary files /dev/null and b/source/images/blog/2015-10-esp8266-temp/setup.png differ