mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-23 16:58:11 +01:00
Add Changelog
This commit is contained in:
parent
666a1d51a5
commit
95a94f7452
@ -2,7 +2,7 @@ Changelog
|
||||
=========
|
||||
|
||||
.. redirect::
|
||||
:url: /changelog/v1.11.0.html
|
||||
:url: /changelog/v1.12.0.html
|
||||
|
||||
.. toctree::
|
||||
:glob:
|
||||
|
45
changelog/v1.12.0.rst
Normal file
45
changelog/v1.12.0.rst
Normal file
@ -0,0 +1,45 @@
|
||||
Changelog - Version 1.12.0
|
||||
==========================
|
||||
|
||||
.. seo::
|
||||
:description: Changelog for ESPHome version 1.12.0.
|
||||
:image: /_static/changelog-1.12.0.png
|
||||
:author: Otto Winter
|
||||
:author_twitter: @OttoWinter_
|
||||
|
||||
.. imgtable::
|
||||
|
||||
User-Defined Services, components/api.html#user-defined-services, home-assistant.svg
|
||||
MPR121, components/binary_sensor/mpr121, mpr121.jpg
|
||||
SDS011, components/sensor/sds011, sds011.jpg
|
||||
ESP32 Camera, components/esp32_camera, camera.svg
|
||||
Servo, components/servo, servo.svg
|
||||
|
||||
TODO
|
||||
|
||||
|
||||
Breaking Changes
|
||||
----------------
|
||||
|
||||
TODO - No major ones though (+ all handled through validation error messages)
|
||||
|
||||
Other notable changes:
|
||||
----------------------
|
||||
|
||||
- Added ``calibrate_linear`` sensor filter for easier calibration of sensors
|
||||
(:ref:`sensor-filter-calibrate_linear`)
|
||||
- Added ``for`` parameter :ref:`binary_sensor.is_on <binary_sensor-is_on_condition>` condition.
|
||||
|
||||
Past Changelogs
|
||||
---------------
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
v1.11.0
|
||||
v1.10.0
|
||||
v1.9.0
|
||||
v1.8.0
|
||||
v1.7.0
|
||||
|
||||
.. disqus::
|
@ -135,6 +135,8 @@ for platforms with multiple sensors)
|
||||
Offset adds a constant value to each sensor value. Multiply multiplies each value
|
||||
by a constant value.
|
||||
|
||||
.. _sensor-filter-calibrate_linear:
|
||||
|
||||
``calibrate_linear``
|
||||
********************
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user