mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-28 22:42:05 +01:00
Merge branch 'next' into rc
This commit is contained in:
commit
d7ee9f6496
@ -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
|
||||
--------------
|
||||
|
||||
|
@ -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
|
||||
-----------------------------
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user