File tree Expand file tree Collapse file tree 6 files changed +12
-5
lines changed Expand file tree Collapse file tree 6 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = "ESPHome"
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = 2025.2.0b5
41
+ PROJECT_NUMBER = 2025.2.0b6
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change 1
1
ESPHOME_PATH = ../esphome
2
- ESPHOME_REF = 2025.2.0b5
2
+ ESPHOME_REF = 2025.2.0b6
3
3
PAGEFIND_VERSION =1.1.1
4
4
PAGEFIND =pagefind
5
5
NET_PAGEFIND =../pagefindbin/pagefind
Original file line number Diff line number Diff line change 1
- 2025.2.0b5
1
+ 2025.2.0b6
Original file line number Diff line number Diff line change @@ -155,6 +155,9 @@ Beta Changes
155
155
- DHT platform now supports modules with inbuilt external resistor :esphomepr: `8257 ` by :ghuser: `deCodeIt `
156
156
- Replace glyphsets with esphome_glyphsets :esphomepr: `8261 ` by :ghuser: `bdraco `
157
157
- 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 `
158
161
159
162
All changes
160
163
^^^^^^^^^^^
@@ -351,6 +354,9 @@ All changes
351
354
- DHT platform now supports modules with inbuilt external resistor :esphomepr: `8257 ` by :ghuser: `deCodeIt `
352
355
- Replace glyphsets with esphome_glyphsets :esphomepr: `8261 ` by :ghuser: `bdraco `
353
356
- 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 `
354
360
355
361
Past Changelogs
356
362
---------------
Original file line number Diff line number Diff line change 74
74
# The short X.Y version.
75
75
version = "2025.2"
76
76
# The full version, including alpha/beta/rc tags.
77
- release = "2025.2.0b5 "
77
+ release = "2025.2.0b6 "
78
78
79
79
# The language for content autogenerated by Sphinx. Refer to documentation
80
80
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -693,6 +693,7 @@ Contributors
693
693
- `Florian Trück (@ftrueck) <https://github.com/ftrueck >`__
694
694
- `functionpointer (@functionpointer) <https://github.com/functionpointer >`__
695
695
- `Gábor Kiss (@g-kiss) <https://github.com/g-kiss >`__
696
+ - `G-Two (@G-Two) <https://github.com/G-Two >`__
696
697
- `mr G1K (@G1K) <https://github.com/G1K >`__
697
698
- `Aljaž Srebrnič (@g5pw) <https://github.com/g5pw >`__
698
699
- `Alex Hermann (@gaaf) <https://github.com/gaaf >`__
@@ -2081,4 +2082,4 @@ Contributors
2081
2082
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59 >`__
2082
2083
- `Zynth-dev (@Zynth-dev) <https://github.com/Zynth-dev >`__
2083
2084
2084
- *This page was last updated February 18 , 2025. *
2085
+ *This page was last updated February 19 , 2025. *
You can’t perform that action at this time.
0 commit comments