Skip to content

Commit 7523078

Browse files
authored
Merge pull request #4684 from esphome/bump-2025.2.0b6
2025.2.0b6
2 parents 789e5e5 + b4ba491 commit 7523078

File tree

6 files changed

+12
-5
lines changed

6 files changed

+12
-5
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.0b5
41+
PROJECT_NUMBER = 2025.2.0b6
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.0b5
2+
ESPHOME_REF = 2025.2.0b6
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.0b5
1+
2025.2.0b6

changelog/2025.2.0.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,9 @@ Beta Changes
155155
- DHT platform now supports modules with inbuilt external resistor :esphomepr:`8257` by :ghuser:`deCodeIt`
156156
- Replace glyphsets with esphome_glyphsets :esphomepr:`8261` by :ghuser:`bdraco`
157157
- Bump aioesphomeapi to 29.1.0 :esphomepr:`8105` by :ghuser:`bdraco`
158+
- Bump openssh-client to 1:9.2p1-2+deb12u4 to fix docker builds :esphomepr:`8269` by :ghuser:`bdraco`
159+
- Increase default repeat delay for Toto remote transmitter protocol :esphomepr:`8265` by :ghuser:`G-Two`
160+
- Bump zeroconf to 0.145.1 :esphomepr:`8267` by :ghuser:`bdraco`
158161

159162
All changes
160163
^^^^^^^^^^^
@@ -351,6 +354,9 @@ All changes
351354
- DHT platform now supports modules with inbuilt external resistor :esphomepr:`8257` by :ghuser:`deCodeIt`
352355
- Replace glyphsets with esphome_glyphsets :esphomepr:`8261` by :ghuser:`bdraco`
353356
- Bump aioesphomeapi to 29.1.0 :esphomepr:`8105` by :ghuser:`bdraco`
357+
- Bump openssh-client to 1:9.2p1-2+deb12u4 to fix docker builds :esphomepr:`8269` by :ghuser:`bdraco`
358+
- Increase default repeat delay for Toto remote transmitter protocol :esphomepr:`8265` by :ghuser:`G-Two`
359+
- Bump zeroconf to 0.145.1 :esphomepr:`8267` by :ghuser:`bdraco`
354360

355361
Past Changelogs
356362
---------------

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.0b5"
77+
release = "2025.2.0b6"
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
@@ -693,6 +693,7 @@ Contributors
693693
- `Florian Trück (@ftrueck) <https://github.com/ftrueck>`__
694694
- `functionpointer (@functionpointer) <https://github.com/functionpointer>`__
695695
- `Gábor Kiss (@g-kiss) <https://github.com/g-kiss>`__
696+
- `G-Two (@G-Two) <https://github.com/G-Two>`__
696697
- `mr G1K (@G1K) <https://github.com/G1K>`__
697698
- `Aljaž Srebrnič (@g5pw) <https://github.com/g5pw>`__
698699
- `Alex Hermann (@gaaf) <https://github.com/gaaf>`__
@@ -2081,4 +2082,4 @@ Contributors
20812082
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
20822083
- `Zynth-dev (@Zynth-dev) <https://github.com/Zynth-dev>`__
20832084

2084-
*This page was last updated February 18, 2025.*
2085+
*This page was last updated February 19, 2025.*

0 commit comments

Comments
 (0)