Skip to content

Commit

Permalink
Merge branch 'next' into rc
Browse files Browse the repository at this point in the history
  • Loading branch information
OttoWinter committed Nov 15, 2018
2 parents 96eb52f + f524ad9 commit d7ee9f6
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
22 changes: 22 additions & 0 deletions esphomeyaml/changelog/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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 </esphomeyaml/components/ota>` 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 <faq-beta>` 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 <faq-bug_report>`!

New Components
--------------

Expand Down
2 changes: 2 additions & 0 deletions esphomeyaml/guides/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/OttoWinter/esphomelib/issues>`__.
I will take a look at it as soon as I can. Thanks!

.. _faq-bug_report:

How to submit an issue report
-----------------------------

Expand Down
3 changes: 1 addition & 2 deletions esphomeyaml/guides/getting_started_hassio.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
<https://github.com/OttoWinter/esphomeflasher/releases>`__.
``COMPILE`` button and flash the firmware using :ref:`esphomeflasher <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.
Expand Down

0 comments on commit d7ee9f6

Please sign in to comment.