Skip to content

Commit 789e5e5

Browse files
authored
Merge pull request #4682 from esphome/bump-2025.2.0b5
2025.2.0b5
2 parents b8c1edf + 147a0c4 commit 789e5e5

File tree

9 files changed

+13
-8
lines changed

9 files changed

+13
-8
lines changed

Doxygen

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "ESPHome"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 2025.2.0b4
41+
PROJECT_NUMBER = 2025.2.0b5
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ESPHOME_PATH = ../esphome
2-
ESPHOME_REF = 2025.2.0b4
2+
ESPHOME_REF = 2025.2.0b5
33
PAGEFIND_VERSION=1.1.1
44
PAGEFIND=pagefind
55
NET_PAGEFIND=../pagefindbin/pagefind

_static/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025.2.0b4
1+
2025.2.0b5

changelog/2025.2.0.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ Beta Changes
153153
- [scd30] Increase minimal CONF_UPDATE_INTERVAL from 1 to 2 seconds :esphomepr:`8256` by :ghuser:`DjordjeMandic` (breaking-change)
154154
- Bump zeroconf to 0.144.3 :esphomepr:`8253` by :ghuser:`bdraco`
155155
- DHT platform now supports modules with inbuilt external resistor :esphomepr:`8257` by :ghuser:`deCodeIt`
156+
- Replace glyphsets with esphome_glyphsets :esphomepr:`8261` by :ghuser:`bdraco`
157+
- Bump aioesphomeapi to 29.1.0 :esphomepr:`8105` by :ghuser:`bdraco`
156158

157159
All changes
158160
^^^^^^^^^^^
@@ -347,6 +349,8 @@ All changes
347349
- [scd30] Increase minimal CONF_UPDATE_INTERVAL from 1 to 2 seconds :esphomepr:`8256` by :ghuser:`DjordjeMandic` (breaking-change)
348350
- Bump zeroconf to 0.144.3 :esphomepr:`8253` by :ghuser:`bdraco`
349351
- DHT platform now supports modules with inbuilt external resistor :esphomepr:`8257` by :ghuser:`deCodeIt`
352+
- Replace glyphsets with esphome_glyphsets :esphomepr:`8261` by :ghuser:`bdraco`
353+
- Bump aioesphomeapi to 29.1.0 :esphomepr:`8105` by :ghuser:`bdraco`
350354

351355
Past Changelogs
352356
---------------

components/datetime/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ For more complex use cases, several methods are available for use on datetimes f
288288
289289
// Within lambda, set the datetime to 2024-12-31 12:34:56
290290
auto call = id(my_datetime).make_call();
291-
call.set_date("2024-12-31 12:34:56");
291+
call.set_datetime("2024-12-31 12:34:56");
292292
call.perform();
293293
294294
Check the API reference for information on the methods that are available for

components/sensor/mpu6050.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sensor to work.
1212

1313
This component only does some basic filtering and no calibration. Due to the complexity of this sensor and the amount
1414
of possible configuration options, you should probably create an :doc:`external component</components/external_components>`
15-
by copying and modifying the existing code if you want a specific new feature. Supporting all possible use cases would
15+
by copying and modifying `the existing code <https://github.com/esphome/esphome/tree/dev/esphome/components/mpu6050>`_ if you want a specific new feature. Supporting all possible use cases would
1616
be quite hard.
1717

1818
.. figure:: images/mpu6050-full.jpg

components/sensor/scd4x.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SCD4X CO₂, Temperature and Relative Humidity Sensor
66
:image: scd4x.jpg
77

88
The ``scd4x`` sensor platform allows you to use your Sensirion SCD4X CO₂
9-
(`datasheet <https://sensirion.com/media/documents/E0F04247/631EF271/CD_DS_SCD40_SCD41_Datasheet_D1.pdf>`__) sensors with ESPHome.
9+
(`datasheet <https://sensirion.com/media/documents/48C4B7FB/66E05452/CD_DS_SCD4x_Datasheet_D1.pdf>`__) sensors with ESPHome.
1010
The :ref:`I²C Bus <i2c>` is required to be set up in your configuration for this sensor to work.
1111

1212
.. figure:: images/scd4x.jpg

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
# The short X.Y version.
7575
version = "2025.2"
7676
# The full version, including alpha/beta/rc tags.
77-
release = "2025.2.0b4"
77+
release = "2025.2.0b5"
7878

7979
# The language for content autogenerated by Sphinx. Refer to documentation
8080
# for a list of supported languages.

guides/supporters.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1537,6 +1537,7 @@ Contributors
15371537
- `Dave (@pow4all) <https://github.com/pow4all>`__
15381538
- `pplucky (@pplucky) <https://github.com/pplucky>`__
15391539
- `Peter Provost (@PProvost) <https://github.com/PProvost>`__
1540+
- `pre-commit-ci[bot] (@pre-commit-ci[bot]) <https://github.com/pre-commit-ci[bot]>`__
15401541
- `Q. Marchi (@preeefix) <https://github.com/preeefix>`__
15411542
- `PricelessToolkit (@PricelessToolkit) <https://github.com/PricelessToolkit>`__
15421543
- `Francesco Ciocchetti (@primeroz) <https://github.com/primeroz>`__
@@ -2080,4 +2081,4 @@ Contributors
20802081
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
20812082
- `Zynth-dev (@Zynth-dev) <https://github.com/Zynth-dev>`__
20822083

2083-
*This page was last updated February 17, 2025.*
2084+
*This page was last updated February 18, 2025.*

0 commit comments

Comments
 (0)