Skip to content

Commit ed83a62

Browse files
authored
Merge pull request #4824 from esphome/bump-2025.4.0b3
2025.4.0b3
2 parents 20fef5b + a267180 commit ed83a62

File tree

7 files changed

+18
-6
lines changed

7 files changed

+18
-6
lines changed

Doxygen

+1-1
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.4.0b2
41+
PROJECT_NUMBER = 2025.4.0b3
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ESPHOME_PATH = ../esphome
2-
ESPHOME_REF = 2025.4.0b2
2+
ESPHOME_REF = 2025.4.0b3
33
PAGEFIND_VERSION=1.1.1
44
PAGEFIND=pagefind
55
NET_PAGEFIND=../pagefindbin/pagefind

_static/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025.4.0b2
1+
2025.4.0b3

changelog/2025.4.0.rst

+10
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ Beta Changes
4343
- Bump aioesphomeapi from 29.9.0 to 29.10.0 :esphomepr:`8562` by :ghuser:`dependabot[bot]`
4444
- Bump zeroconf from 0.146.3 to 0.146.4 :esphomepr:`8563` by :ghuser:`dependabot[bot]`
4545
- Bump esphome-dashboard to 20250415.0 :esphomepr:`8565` by :ghuser:`swoboda1337`
46+
- Fix '--device MQTT' for devices with static IP :esphomepr:`8535` by :ghuser:`dwmw2`
47+
- [am2315c] Use warning not fail during update :esphomepr:`8499` by :ghuser:`swoboda1337`
48+
- Bump zeroconf from 0.146.4 to 0.146.5 :esphomepr:`8569` by :ghuser:`dependabot[bot]`
49+
- Fix vscode validation not showing error squiggles :esphomepr:`8500` by :ghuser:`glmnet`
50+
- SML runtime optimizations :esphomepr:`8571` by :ghuser:`mariusgreuel`
4651

4752
All changes
4853
^^^^^^^^^^^
@@ -114,6 +119,11 @@ All changes
114119
- Bump aioesphomeapi from 29.9.0 to 29.10.0 :esphomepr:`8562` by :ghuser:`dependabot[bot]`
115120
- Bump zeroconf from 0.146.3 to 0.146.4 :esphomepr:`8563` by :ghuser:`dependabot[bot]`
116121
- Bump esphome-dashboard to 20250415.0 :esphomepr:`8565` by :ghuser:`swoboda1337`
122+
- Fix '--device MQTT' for devices with static IP :esphomepr:`8535` by :ghuser:`dwmw2`
123+
- [am2315c] Use warning not fail during update :esphomepr:`8499` by :ghuser:`swoboda1337`
124+
- Bump zeroconf from 0.146.4 to 0.146.5 :esphomepr:`8569` by :ghuser:`dependabot[bot]`
125+
- Fix vscode validation not showing error squiggles :esphomepr:`8500` by :ghuser:`glmnet`
126+
- SML runtime optimizations :esphomepr:`8571` by :ghuser:`mariusgreuel`
117127

118128
Past Changelogs
119129
---------------

components/sensor/smt100.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Configuration variables:
6767
- **uart_id** (*Optional*, :ref:`config-id`): Manually specify the ID of the :ref:`UART Component <uart>` if you want
6868
to use multiple UART buses.
6969

70-
- **update_interval** (*Optional*, :ref:`config-time`): The interval to pull the sensor. Defaults is 60s.
70+
- **update_interval** (*Optional*, :ref:`config-time`): The interval to poll the sensor. Defaults is 60s.
7171

7272
See Also
7373
--------

conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
# The short X.Y version.
7575
version = "2025.4"
7676
# The full version, including alpha/beta/rc tags.
77-
release = "2025.4.0b2"
77+
release = "2025.4.0b3"
7878

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

guides/supporters.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ Contributors
182182
- `Nicholas Peters (@Azimath) <https://github.com/Azimath>`__
183183
- `Daniel (@azrael783) <https://github.com/azrael783>`__
184184
- `azrdev (@azrdev) <https://github.com/azrdev>`__
185+
- `b068931cc450442b63f5b3d276ea4297 (@b068931cc450442b63f5b3d276ea4297) <https://github.com/b068931cc450442b63f5b3d276ea4297>`__
185186
- `B48D81EFCC (@B48D81EFCC) <https://github.com/B48D81EFCC>`__
186187
- `Florian Mösch (@badbadc0ffee) <https://github.com/badbadc0ffee>`__
187188
- `Baden (@baden03) <https://github.com/baden03>`__
@@ -304,6 +305,7 @@ Contributors
304305
- `Cal Howard (@calhoward) <https://github.com/calhoward>`__
305306
- `callacomp (@callacomp) <https://github.com/callacomp>`__
306307
- `Callum Gare (@callumgare) <https://github.com/callumgare>`__
308+
- `Calum McConnell (@calumapplepie) <https://github.com/calumapplepie>`__
307309
- `Cameron Waldron (@CamW) <https://github.com/CamW>`__
308310
- `Carlos Gustavo Sarmiento (@carlos-sarmiento) <https://github.com/carlos-sarmiento>`__
309311
- `Carlos Garcia Saura (@CarlosGS) <https://github.com/CarlosGS>`__
@@ -2111,4 +2113,4 @@ Contributors
21112113
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
21122114
- `Zynth-dev (@Zynth-dev) <https://github.com/Zynth-dev>`__
21132115

2114-
*This page was last updated April 15, 2025.*
2116+
*This page was last updated April 16, 2025.*

0 commit comments

Comments
 (0)