File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,28 @@ Changelog - Version 1.9.0
22
22
MY9231/MY9291 LED driver, components/my9231, my9231.svg
23
23
24
24
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
+
25
47
New Components
26
48
--------------
27
49
Original file line number Diff line number Diff line change @@ -109,6 +109,8 @@ That's no good. Here are some steps that resolve some problems:
109
109
- **Still an error? ** Please file a bug report over in the `esphomelib issue tracker <https://github.com/OttoWinter/esphomelib/issues >`__.
110
110
I will take a look at it as soon as I can. Thanks!
111
111
112
+ .. _faq-bug_report :
113
+
112
114
How to submit an issue report
113
115
-----------------------------
114
116
Original file line number Diff line number Diff line change @@ -67,8 +67,7 @@ there are three basic actions you can perform:
67
67
.. note ::
68
68
69
69
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 >`.
72
71
73
72
- **SHOW LOGS **: With this command you can view all the logs the node is outputting. If a USB device is
74
73
connected, it will attempt to use the serial connection. Otherwise it will use the built-in MQTT logs.
You can’t perform that action at this time.
0 commit comments