diff --git a/esphomeyaml/guides.csv b/esphomeyaml/guides.csv index 3d422bc80..803787f38 100644 --- a/esphomeyaml/guides.csv +++ b/esphomeyaml/guides.csv @@ -7,3 +7,4 @@ Migrating from ESPEasy, guides/migrate_espeasy, espeasy.svg Automations, guides/automations, auto-fix.svg FAQ and Tips, guides/faq, question_answer.svg Contributing, guides/contributing, github-circle.svg +Changelog, guides/changelog, new-box.svg diff --git a/esphomeyaml/guides/changelog.rst b/esphomeyaml/guides/changelog.rst new file mode 100644 index 000000000..b2dc891fb --- /dev/null +++ b/esphomeyaml/guides/changelog.rst @@ -0,0 +1,15 @@ +Changelog +========= + +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. + +Breaking Changes +~~~~~~~~~~~~~~~~ + + + diff --git a/esphomeyaml/images/new-box.svg b/esphomeyaml/images/new-box.svg new file mode 100644 index 000000000..a5d679a67 --- /dev/null +++ b/esphomeyaml/images/new-box.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/esphomeyaml/index.rst b/esphomeyaml/index.rst index e648932e3..ab654085e 100644 --- a/esphomeyaml/index.rst +++ b/esphomeyaml/index.rst @@ -43,6 +43,10 @@ Guides |Automations|_ |FAQ and Tips|_ |Contributing|_ -------------------------------------------------- -------------------------------------------------- -------------------------------------------------- `Automations`_ `FAQ and Tips`_ `Contributing`_ +-------------------------------------------------- -------------------------------------------------- -------------------------------------------------- +|Changelog|_ +-------------------------------------------------- -------------------------------------------------- -------------------------------------------------- +`Changelog`_ ================================================== ================================================== ================================================== .. |Getting Started through Command Line| image:: /esphomeyaml/images/console.svg @@ -72,6 +76,9 @@ Guides .. |Contributing| image:: /esphomeyaml/images/github-circle.svg :class: component-image .. _Contributing: /esphomeyaml/guides/contributing.html +.. |Changelog| image:: /esphomeyaml/images/new-box.svg + :class: component-image +.. _Changelog: /esphomeyaml/guides/changelog.html .. _devices: