File tree 5 files changed +17
-5
lines changed
5 files changed +17
-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.3.0b1
41
+ PROJECT_NUMBER = 2025.3.0b2
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.3.0b1
2
+ ESPHOME_REF = 2025.3.0b2
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.3.0b1
1
+ 2025.3.0b2
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ New Components
32
32
- Adding support for chsc6x touch controller :esphomepr: `8258 ` by :ghuser: `kkosik20 ` (new-integration)
33
33
- MSA311 and MSA301 accelerometer support :esphomepr: `6795 ` by :ghuser: `latonita ` (new-integration)
34
34
- Cover component for Tormatic and Novoferm garage doors :esphomepr: `5933 ` by :ghuser: `ti-mo ` (new-integration)
35
- - [io_bus] Initial implementation :esphomepr: `8227 ` by :ghuser: `clydebarrow ` (new-integration)
36
35
37
36
Breaking Changes
38
37
^^^^^^^^^^^^^^^^
@@ -41,6 +40,19 @@ Breaking Changes
41
40
- [touchscreen] Axis swap bugfix :esphomepr: `8376 ` by :ghuser: `clydebarrow ` (breaking-change)
42
41
- [cst816] Remove binary sensor :esphomepr: `8377 ` by :ghuser: `clydebarrow ` (breaking-change)
43
42
43
+ Beta Changes
44
+ ^^^^^^^^^^^^
45
+
46
+ - Bump mdns library to 1.8.0 :esphomepr: `8378 ` by :ghuser: `bdraco `
47
+ - [audio, mixer] Memory and CPU performance improvements :esphomepr: `8387 ` by :ghuser: `kahrendt `
48
+ - [speaker, resampler, mixer] Make volume and mute getters virtual :esphomepr: `8391 ` by :ghuser: `kahrendt `
49
+ - [core] add reallocation support to RAMAllocator :esphomepr: `8390 ` by :ghuser: `kahrendt `
50
+ - [api] add voice assistant announce to the api :esphomepr: `8395 ` by :ghuser: `kahrendt `
51
+ - Bump aioesphomeapi to 29.6.0 :esphomepr: `8396 ` by :ghuser: `bdraco `
52
+ - Rework pyproject.toml to make it parseable by dependabot :esphomepr: `8397 ` by :ghuser: `bdraco `
53
+ - Bump cryptography to 44.0.2 :esphomepr: `8399 ` by :ghuser: `bdraco `
54
+ - Bump tornado from 6.4 to 6.4.2 :esphomepr: `8398 ` by :ghuser: `dependabot[bot] `
55
+
44
56
All changes
45
57
^^^^^^^^^^^
46
58
Original file line number Diff line number Diff line change 74
74
# The short X.Y version.
75
75
version = "2025.3"
76
76
# The full version, including alpha/beta/rc tags.
77
- release = "2025.3.0b1 "
77
+ release = "2025.3.0b2 "
78
78
79
79
# The language for content autogenerated by Sphinx. Refer to documentation
80
80
# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments