Add changelog note

This commit is contained in:
Otto Winter 2018-06-07 17:08:25 +02:00
parent 3dd9ed9ba9
commit de8e891b3f
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E

View File

@ -7,6 +7,9 @@ Version 1.7.0
- The :doc:`/esphomeyaml/components/deep_sleep` now has a ``wakeup_pin_mode`` option for the ESP32. This option
can be used to tell esphomelib what to do if the wakeup pin is already in the wakeup level when attempting
to enter deep sleep.
- There are two new triggers available now: :ref:`esphomeyaml.on_boot <esphomeyaml-on_boot>` and
:ref:`esphomeyaml.on_shutdown <esphomeyaml-on_shutdown>` with which you can do some advanced cleanup/setup
on boot and shutdown of the node.
Breaking Changes
~~~~~~~~~~~~~~~~