mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-12 20:10:50 +01:00
Bump version to 1.7.0
This commit is contained in:
parent
58f5e8ea31
commit
7be0bc81c3
2
Doxygen
2
Doxygen
@ -38,7 +38,7 @@ PROJECT_NAME = "esphomelib"
|
||||
# could be handy for archiving the generated documentation or if some version
|
||||
# control system is used.
|
||||
|
||||
PROJECT_NUMBER = 1.6.2
|
||||
PROJECT_NUMBER = 1.7.0
|
||||
|
||||
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
||||
# for a project that appears at the top of each page and should give viewer a
|
||||
|
4
conf.py
4
conf.py
@ -72,9 +72,9 @@ author = 'Otto Winter'
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '1.6'
|
||||
version = '1.7'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '1.6.2'
|
||||
release = '1.7.0'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
@ -4,6 +4,17 @@ Changelog
|
||||
Version 1.7.0
|
||||
-------------
|
||||
|
||||
Wow, what a week! As you may know, I wrote a blog post on the `Home Assistant web site <https://www.home-assistant.io/blog/2018/06/05/esphomelib/>`__
|
||||
and since then, the amount of esphomelib users has grown sixfold according to the number of GitHub clones!
|
||||
|
||||
Version 1.7.0 of esphomelib brings with it (again) a lot of awesome features. One I'm particularly excited about is
|
||||
the new ESP32 BLE Beacon, with it I can finally track reliably whether my devices are home or not without wasting too much
|
||||
battery. But also the new remote receivers and remote transmitters have allowed me to add about ~15 433MHz lights into
|
||||
Home Assistant.
|
||||
|
||||
In the next couple of weeks I unfortunately won't be able to "innovate" as quickly as in the previous weeks, as I will
|
||||
be travelling a lot (and enjoying my vacation 😎), so don't expect too many awesome features 😸
|
||||
|
||||
================================================== ================================================== ==================================================
|
||||
|ESP32 BLE Beacon|_ |Status LED|_ |WiFi Signal Strength|_
|
||||
-------------------------------------------------- -------------------------------------------------- --------------------------------------------------
|
||||
@ -71,6 +82,10 @@ New Components
|
||||
New Features
|
||||
~~~~~~~~~~~~
|
||||
|
||||
- While all :ref:`automations <automation>` were previously already performed on the ESP itself, they only
|
||||
triggered when an active WiFi and MQTT connection existed. Large parts of the WiFi and MQTT clients has now
|
||||
been rewritten to allow for automations to be executed asynchronously, while the device is still connecting to WiFi.
|
||||
|
||||
- The HassIO add-on now has a new ``password`` option with which you can secure your installation. See
|
||||
:doc:`/esphomeyaml/guides/getting_started_hassio`. 🔒
|
||||
|
||||
@ -160,7 +175,6 @@ Other Contributions
|
||||
- Add missing module (`esphomedocs/#2`_) by `@fabaff`_
|
||||
- Fix unit name (`esphomedocs/#1`_) by `@fabaff`_
|
||||
|
||||
|
||||
.. _esphomeyaml/#36: https://github.com/OttoWinter/esphomeyaml/pull/36
|
||||
.. _esphomeyaml/#42: https://github.com/OttoWinter/esphomeyaml/pull/42
|
||||
.. _esphomeyaml/#41: https://github.com/OttoWinter/esphomeyaml/pull/41
|
||||
@ -192,3 +206,10 @@ Other Contributions
|
||||
.. _@brandond: https://github.com/brandond
|
||||
.. _@r-jordan: https://github.com/r-jordan
|
||||
.. _@Landradsh: https://github.com/Landradsh
|
||||
|
||||
And last but not least, check out this awesome video by `The Hook Up <https://www.youtube.com/channel/UC2gyzKcHbYfqoXA5xbyGXtQ>`__
|
||||
for using esphomeyaml to create a simple wireless doorbell:
|
||||
|
||||
.. raw:: html
|
||||
|
||||
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/xCQoOZNdaGY" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
|
||||
|
Loading…
Reference in New Issue
Block a user