esphome-docs/esphomeyaml/guides/changelog.rst

17 lines
488 B
ReStructuredText
Raw Normal View History

2018-06-05 21:17:49 +02:00
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
~~~~~~~~~~~~~~~~
2018-06-07 14:26:06 +02:00
- Fixed the :doc:`SHT3x-D </esphomeyaml/component/sensor/sht3xd>` component and removed the ``accuracy``
parameter. The accuracy now defaults to ``HIGH``.
2018-06-05 21:17:49 +02:00