diff --git a/changelog/v1.14.0.rst b/changelog/v1.14.0.rst index 73fb50419..fb598e690 100644 --- a/changelog/v1.14.0.rst +++ b/changelog/v1.14.0.rst @@ -90,7 +90,7 @@ sensors (thanks :ghuser:`TheEggi`, :ghuser:`valordk`!). In list of supported power measuring chips has grown a lot with the 3-channel :doc:`ATM90E32 `, various PZEM-004Ts and the power monitoring chip in the :doc:`Shelly 2.5 ` -(thanks :ghuser:`thompsa`` :ghuser:`tsunglung`!). +(thanks :ghuser:`thompsa` :ghuser:`tsunglung`!). Of course there's a lot more features in this release that didn't fit here anymore. Just to name a few: new Xiaomi BLE devices are supported, the @@ -122,6 +122,12 @@ Breaking Changes - As part of the addition of the captive portal component, the default ``reboot_timeout`` for ``wifi`` has been increased to 15 minutes from the previous 5 minutes (:esphomepr:`624`). +- The ESP32 LEDC ``bit_depth`` option has been removed. The best bit depth is now dynamically + calculated (:esphomepr:`754`, :doc:`docs `). + +- For :doc:`pcf8574 `, the ``INPUT_PULLUP`` option has been removed and replaced + with ``INPUT`` (:esphomepr:`828`, :doc:`docs `). + Notable Changes & New Features ------------------------------ @@ -132,6 +138,8 @@ Notable Changes & New Features - All :doc:`native API ` communication stubs are now automatically generated using automated scripts. This is a big step towards making the API more flexible, for example cross-device communication (:esphomepr:`633`). +- New class :apiclass:`CustomAPIDevice` to declare user-defined services straight from custom components. + See the updated :doc:`custom component guide `. - :ref:`Sensors ` have a new ``force_update`` option (:esphomepr:`783`). - Add GPIO Switch :ref:`interlock_wait_time ` (:esphomepr:`777`). - Add a configurable priority for WiFi network selection (:esphomepr:`658`, :doc:`docs `). @@ -160,6 +168,7 @@ Notable Changes & New Features (:esphomepr:`769`, :doc:`docs `). - Add configurable ignore bits to rc_switch_raw codes (:esphomepr:`650` by :ghuser:`mtl010957`, :doc:`docs `). +- New ``restore`` option has been added to :doc:`servos ` (:esphomepr:`829`). - Add IR receiver support for coolix climate devices (:esphomepr:`645` by :ghuser:`glmnet`, :doc:`docs `). - Add :ref:`calibrate_polynomial ` sensor filter (:esphomepr:`642`). - Allow setting the initial mode of HLW8012 sensors (:esphomepr:`611` by :ghuser:`brandond`, :doc:`docs `).