From 9149184fc0b70cad4de15c939e49efe194940c54 Mon Sep 17 00:00:00 2001 From: Joe Flateau Date: Sun, 16 Feb 2025 21:35:19 -0500 Subject: [PATCH 1/6] Add link to 'the existing code' for MPU6050 (#4674) --- components/sensor/mpu6050.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/sensor/mpu6050.rst b/components/sensor/mpu6050.rst index a15ea330e..2fddf5d64 100644 --- a/components/sensor/mpu6050.rst +++ b/components/sensor/mpu6050.rst @@ -12,7 +12,7 @@ sensor to work. This component only does some basic filtering and no calibration. Due to the complexity of this sensor and the amount of possible configuration options, you should probably create an :doc:`external component` -by copying and modifying the existing code if you want a specific new feature. Supporting all possible use cases would +by copying and modifying `the existing code `_ if you want a specific new feature. Supporting all possible use cases would be quite hard. .. figure:: images/mpu6050-full.jpg From 056d3a9e8ee4df22a625df2c53230135fb6f8396 Mon Sep 17 00:00:00 2001 From: matthias-m Date: Mon, 17 Feb 2025 21:52:53 +0100 Subject: [PATCH 2/6] DateTime fix typo in lambda example (#4678) fixed copy&paste typo --- components/datetime/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/datetime/index.rst b/components/datetime/index.rst index b704072fb..855a403b8 100644 --- a/components/datetime/index.rst +++ b/components/datetime/index.rst @@ -288,7 +288,7 @@ For more complex use cases, several methods are available for use on datetimes f // Within lambda, set the datetime to 2024-12-31 12:34:56 auto call = id(my_datetime).make_call(); - call.set_date("2024-12-31 12:34:56"); + call.set_datetime("2024-12-31 12:34:56"); call.perform(); Check the API reference for information on the methods that are available for From 70397324964be56a998a90a495c890e987b7d31f Mon Sep 17 00:00:00 2001 From: optimusprimespace <62800678+optimusprimespace@users.noreply.github.com> Date: Mon, 17 Feb 2025 22:03:26 +0100 Subject: [PATCH 3/6] Update SCD40/41 datasheet to the latest available one (#4680) --- components/sensor/scd4x.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/sensor/scd4x.rst b/components/sensor/scd4x.rst index 086121d5f..fd077cd5e 100644 --- a/components/sensor/scd4x.rst +++ b/components/sensor/scd4x.rst @@ -6,7 +6,7 @@ SCD4X CO₂, Temperature and Relative Humidity Sensor :image: scd4x.jpg The ``scd4x`` sensor platform allows you to use your Sensirion SCD4X CO₂ -(`datasheet `__) sensors with ESPHome. +(`datasheet `__) sensors with ESPHome. The :ref:`I²C Bus ` is required to be set up in your configuration for this sensor to work. .. figure:: images/scd4x.jpg From 6c2379f0c73f8b5b35031fd271e46e2bd5c12eb1 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Tue, 18 Feb 2025 13:39:43 +1300 Subject: [PATCH 4/6] Bump version to 2025.2.0b5 --- Doxygen | 2 +- Makefile | 2 +- _static/version | 2 +- conf.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Doxygen b/Doxygen index b415423a0..73629ad8e 100644 --- a/Doxygen +++ b/Doxygen @@ -38,7 +38,7 @@ PROJECT_NAME = "ESPHome" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 2025.2.0b4 +PROJECT_NUMBER = 2025.2.0b5 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/Makefile b/Makefile index 99a013239..46bf37b8d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ESPHOME_PATH = ../esphome -ESPHOME_REF = 2025.2.0b4 +ESPHOME_REF = 2025.2.0b5 PAGEFIND_VERSION=1.1.1 PAGEFIND=pagefind NET_PAGEFIND=../pagefindbin/pagefind diff --git a/_static/version b/_static/version index c72d93c2c..0261ddda4 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -2025.2.0b4 \ No newline at end of file +2025.2.0b5 \ No newline at end of file diff --git a/conf.py b/conf.py index 2bcd41507..95ed7f8ce 100644 --- a/conf.py +++ b/conf.py @@ -74,7 +74,7 @@ author = "ESPHome" # The short X.Y version. version = "2025.2" # The full version, including alpha/beta/rc tags. -release = "2025.2.0b4" +release = "2025.2.0b5" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. From f6b44375aa9bad80f5bd3476568f549087c3e2f1 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Tue, 18 Feb 2025 13:40:21 +1300 Subject: [PATCH 5/6] Update changelog for 2025.2.0b5 --- changelog/2025.2.0.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog/2025.2.0.rst b/changelog/2025.2.0.rst index 1cdd13abe..4b703f52d 100644 --- a/changelog/2025.2.0.rst +++ b/changelog/2025.2.0.rst @@ -153,6 +153,8 @@ Beta Changes - [scd30] Increase minimal CONF_UPDATE_INTERVAL from 1 to 2 seconds :esphomepr:`8256` by :ghuser:`DjordjeMandic` (breaking-change) - Bump zeroconf to 0.144.3 :esphomepr:`8253` by :ghuser:`bdraco` - DHT platform now supports modules with inbuilt external resistor :esphomepr:`8257` by :ghuser:`deCodeIt` +- Replace glyphsets with esphome_glyphsets :esphomepr:`8261` by :ghuser:`bdraco` +- Bump aioesphomeapi to 29.1.0 :esphomepr:`8105` by :ghuser:`bdraco` All changes ^^^^^^^^^^^ @@ -347,6 +349,8 @@ All changes - [scd30] Increase minimal CONF_UPDATE_INTERVAL from 1 to 2 seconds :esphomepr:`8256` by :ghuser:`DjordjeMandic` (breaking-change) - Bump zeroconf to 0.144.3 :esphomepr:`8253` by :ghuser:`bdraco` - DHT platform now supports modules with inbuilt external resistor :esphomepr:`8257` by :ghuser:`deCodeIt` +- Replace glyphsets with esphome_glyphsets :esphomepr:`8261` by :ghuser:`bdraco` +- Bump aioesphomeapi to 29.1.0 :esphomepr:`8105` by :ghuser:`bdraco` Past Changelogs --------------- From 147a0c40edb6143c6e0021ee173eaef362f5333a Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Tue, 18 Feb 2025 13:41:03 +1300 Subject: [PATCH 6/6] Update supporters for 2025.2.0b5 --- guides/supporters.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guides/supporters.rst b/guides/supporters.rst index 052fd43fb..a8a31e847 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -1537,6 +1537,7 @@ Contributors - `Dave (@pow4all) `__ - `pplucky (@pplucky) `__ - `Peter Provost (@PProvost) `__ +- `pre-commit-ci[bot] (@pre-commit-ci[bot]) `__ - `Q. Marchi (@preeefix) `__ - `PricelessToolkit (@PricelessToolkit) `__ - `Francesco Ciocchetti (@primeroz) `__ @@ -2080,4 +2081,4 @@ Contributors - `Christian Zufferey (@zuzu59) `__ - `Zynth-dev (@Zynth-dev) `__ -*This page was last updated February 17, 2025.* +*This page was last updated February 18, 2025.*