Skip to content

Commit d7ee9f6

Browse files
committed
Merge branch 'next' into rc
2 parents 96eb52f + f524ad9 commit d7ee9f6

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

esphomeyaml/changelog/index.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,28 @@ Changelog - Version 1.9.0
2222
MY9231/MY9291 LED driver, components/my9231, my9231.svg
2323

2424

25+
It's time for another release of esphomelib: 1.9.0. This release is quite different from the last one,
26+
it doesn't focus that much on new integrations with a "modest" amount of 7 new integrations. No, most of the
27+
development has been focused on improving the core architecture and making the esphomelib ecosystem easier to use.
28+
Because that's my main goal of this project: Providing a great user-experience so that you can focus on building
29+
awesome things with DIY hardware!
30+
31+
The features I'm particularly excited about are:
32+
33+
* :ref:`esphomeflasher <esphomeflasher>` - Experiencing problems flashing esphomelib firmwares using esphomeyaml?
34+
No problem, esphomeflasher is a tool designed to make that super easy. Just let esphomeyaml generate the binary and flash
35+
from your PC.
36+
* :doc:`Over-the-Air Updates </esphomeyaml/components/ota>` have been completely re-written to make them a lot more
37+
stable.
38+
* A lot of work has been put in to provide more context in YAML validation errors. Sometimes, esphomeyaml will even
39+
try to give you suggestions for how to fix a validation error!
40+
* A new release cycle: esphomeyaml now also has a :ref:`beta release channel <faq-beta>` kind of like Home Assistant. This helps to
41+
iron out the most important bugs before each stable release
42+
* And of course, lots of stability improvements and bug fixes :)
43+
44+
Thank you very much to everybody who contributed to this release with new code or by
45+
:ref:`reporting bugs <faq-bug_report>`!
46+
2547
New Components
2648
--------------
2749

esphomeyaml/guides/faq.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ That's no good. Here are some steps that resolve some problems:
109109
- **Still an error?** Please file a bug report over in the `esphomelib issue tracker <https://github.com/OttoWinter/esphomelib/issues>`__.
110110
I will take a look at it as soon as I can. Thanks!
111111

112+
.. _faq-bug_report:
113+
112114
How to submit an issue report
113115
-----------------------------
114116

esphomeyaml/guides/getting_started_hassio.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ there are three basic actions you can perform:
6767
.. note::
6868

6969
If you're having problems with flashing over USB, you can always download the firmware using the
70-
``COMPILE`` button and flash the firmware using `esphomeflasher
71-
<https://github.com/OttoWinter/esphomeflasher/releases>`__.
70+
``COMPILE`` button and flash the firmware using :ref:`esphomeflasher <esphomeflasher>`.
7271

7372
- **SHOW LOGS**: With this command you can view all the logs the node is outputting. If a USB device is
7473
connected, it will attempt to use the serial connection. Otherwise it will use the built-in MQTT logs.

0 commit comments

Comments
 (0)