Skip to content

Commit c4d0507

Browse files
authored
Merge pull request #4910 from esphome/bump-2025.5.0b2
2025.5.0b2
2 parents cb87eb5 + 0f8c781 commit c4d0507

File tree

5 files changed

+22
-4
lines changed

5 files changed

+22
-4
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.5.0b1
41+
PROJECT_NUMBER = 2025.5.0b2
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.5.0b1
2+
ESPHOME_REF = 2025.5.0b2
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.5.0b1
1+
2025.5.0b2

changelog/2025.5.0.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,17 @@ Breaking Changes
102102
- [packet_transport] Extract packet encoding functionality :esphomepr:`8187` by :ghuser:`clydebarrow` (new-integration) (breaking-change)
103103
- ATM90E32 Semi-automatic calibration & Status fields :esphomepr:`8529` by :ghuser:`CircuitSetup` (new-platform) (breaking-change)
104104

105+
Beta Changes
106+
^^^^^^^^^^^^
107+
108+
- [media_player] Deprecate ``MEDIA_PLAYER_SCHEMA`` :esphomepr:`8784` by :ghuser:`jesserockz`
109+
- [schema] Get component name if available for deprecation warning :esphomepr:`8785` by :ghuser:`jesserockz`
110+
- [fan] Update components to use ``fan_schema(...)`` :esphomepr:`8786` by :ghuser:`jesserockz`
111+
- Improve batching of BLE advertisements for better airtime efficiency :esphomepr:`8778` by :ghuser:`bdraco`
112+
- Fix release to pypi :esphomepr:`8789` by :ghuser:`jesserockz`
113+
- [climate] Update components to use ``climate_schema(...)`` :esphomepr:`8788` by :ghuser:`jesserockz`
114+
- Bump esphome-dashboard to 20250514.0 :esphomepr:`8790` by :ghuser:`jesserockz`
115+
105116
All changes
106117
^^^^^^^^^^^
107118

@@ -272,6 +283,13 @@ All changes
272283
- [esp32][esp8266] use low-level pin control for ISR gpio :esphomepr:`8743` by :ghuser:`ssieb`
273284
- [online_image] Support 24 bit bmp images :esphomepr:`8612` by :ghuser:`jesserockz`
274285
- [mipi_spi] New display driver for MIPI DBI devices :esphomepr:`8383` by :ghuser:`clydebarrow` (new-integration)
286+
- [media_player] Deprecate ``MEDIA_PLAYER_SCHEMA`` :esphomepr:`8784` by :ghuser:`jesserockz`
287+
- [schema] Get component name if available for deprecation warning :esphomepr:`8785` by :ghuser:`jesserockz`
288+
- [fan] Update components to use ``fan_schema(...)`` :esphomepr:`8786` by :ghuser:`jesserockz`
289+
- Improve batching of BLE advertisements for better airtime efficiency :esphomepr:`8778` by :ghuser:`bdraco`
290+
- Fix release to pypi :esphomepr:`8789` by :ghuser:`jesserockz`
291+
- [climate] Update components to use ``climate_schema(...)`` :esphomepr:`8788` by :ghuser:`jesserockz`
292+
- Bump esphome-dashboard to 20250514.0 :esphomepr:`8790` by :ghuser:`jesserockz`
275293

276294
Dependency Changes
277295
^^^^^^^^^^^^^^^^^^

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
# The short X.Y version.
7474
version = "2025.5"
7575
# The full version, including alpha/beta/rc tags.
76-
release = "2025.5.0b1"
76+
release = "2025.5.0b2"
7777

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

0 commit comments

Comments
 (0)