From ba8493e8fa84d867ec50781b310dd2e487b53291 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Wed, 14 Nov 2018 22:27:46 +0100 Subject: [PATCH 1/2] Fix link --- esphomeyaml/guides/getting_started_hassio.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/esphomeyaml/guides/getting_started_hassio.rst b/esphomeyaml/guides/getting_started_hassio.rst index 677e91b77..1fbbc5503 100644 --- a/esphomeyaml/guides/getting_started_hassio.rst +++ b/esphomeyaml/guides/getting_started_hassio.rst @@ -67,8 +67,7 @@ there are three basic actions you can perform: .. note:: If you're having problems with flashing over USB, you can always download the firmware using the - ``COMPILE`` button and flash the firmware using `esphomeflasher - `__. + ``COMPILE`` button and flash the firmware using :ref:`esphomeflasher `. - **SHOW LOGS**: With this command you can view all the logs the node is outputting. If a USB device is connected, it will attempt to use the serial connection. Otherwise it will use the built-in MQTT logs. From f524ad97da98b5da021e22fc5a8bdcf767b5faaf Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Thu, 15 Nov 2018 11:43:36 +0100 Subject: [PATCH 2/2] Update changelog --- esphomeyaml/changelog/index.rst | 22 ++++++++++++++++++++++ esphomeyaml/guides/faq.rst | 2 ++ 2 files changed, 24 insertions(+) diff --git a/esphomeyaml/changelog/index.rst b/esphomeyaml/changelog/index.rst index d8ad38466..675745e5d 100644 --- a/esphomeyaml/changelog/index.rst +++ b/esphomeyaml/changelog/index.rst @@ -22,6 +22,28 @@ Changelog - Version 1.9.0 MY9231/MY9291 LED driver, components/my9231, my9231.svg +It's time for another release of esphomelib: 1.9.0. This release is quite different from the last one, +it doesn't focus that much on new integrations with a "modest" amount of 7 new integrations. No, most of the +development has been focused on improving the core architecture and making the esphomelib ecosystem easier to use. +Because that's my main goal of this project: Providing a great user-experience so that you can focus on building +awesome things with DIY hardware! + +The features I'm particularly excited about are: + +* :ref:`esphomeflasher ` - Experiencing problems flashing esphomelib firmwares using esphomeyaml? + No problem, esphomeflasher is a tool designed to make that super easy. Just let esphomeyaml generate the binary and flash + from your PC. +* :doc:`Over-the-Air Updates ` have been completely re-written to make them a lot more + stable. +* A lot of work has been put in to provide more context in YAML validation errors. Sometimes, esphomeyaml will even + try to give you suggestions for how to fix a validation error! +* A new release cycle: esphomeyaml now also has a :ref:`beta release channel ` kind of like Home Assistant. This helps to + iron out the most important bugs before each stable release +* And of course, lots of stability improvements and bug fixes :) + +Thank you very much to everybody who contributed to this release with new code or by +:ref:`reporting bugs `! + New Components -------------- diff --git a/esphomeyaml/guides/faq.rst b/esphomeyaml/guides/faq.rst index 8b40963ee..0642915cf 100644 --- a/esphomeyaml/guides/faq.rst +++ b/esphomeyaml/guides/faq.rst @@ -109,6 +109,8 @@ That's no good. Here are some steps that resolve some problems: - **Still an error?** Please file a bug report over in the `esphomelib issue tracker `__. I will take a look at it as soon as I can. Thanks! +.. _faq-bug_report: + How to submit an issue report -----------------------------