mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-12 20:10:50 +01:00
Add changelog
This commit is contained in:
parent
bd7ae4fc2e
commit
95da4f4aa9
@ -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
|
||||
|
|
15
esphomeyaml/guides/changelog.rst
Normal file
15
esphomeyaml/guides/changelog.rst
Normal file
@ -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
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
|
1
esphomeyaml/images/new-box.svg
Normal file
1
esphomeyaml/images/new-box.svg
Normal file
@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M20,4C21.11,4 22,4.89 22,6V18C22,19.11 21.11,20 20,20H4C2.89,20 2,19.11 2,18V6C2,4.89 2.89,4 4,4H20M8.5,15V9H7.25V12.5L4.75,9H3.5V15H4.75V11.5L7.3,15H8.5M13.5,10.26V9H9.5V15H13.5V13.75H11V12.64H13.5V11.38H11V10.26H13.5M20.5,14V9H19.25V13.5H18.13V10H16.88V13.5H15.75V9H14.5V14A1,1 0 0,0 15.5,15H19.5A1,1 0 0,0 20.5,14Z" /></svg>
|
After Width: | Height: | Size: 612 B |
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user