WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit c7bfa42

Browse files
authored
Merge pull request #5103 from esphome/bump-2025.7.0b4
2025.7.0b4
2 parents 2be11f3 + f04128a commit c7bfa42

File tree

8 files changed

+87
-9
lines changed

8 files changed

+87
-9
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
blank_issues_enabled: false
22
contact_links:
3-
- name: Issue Tracker
4-
url: https://github.com/esphome/issues
5-
about: Please create bug reports in the dedicated issue tracker.
6-
- name: Feature Request Tracker
7-
url: https://github.com/esphome/feature-requests
3+
- name: Report an issue with ESPHome
4+
url: https://github.com/esphome/esphome/issues/new/choose
5+
about: Report an issue with ESPHome.
6+
- name: Report an issue with the ESPHome web server
7+
url: https://github.com/esphome/esphome-webserver/issues/new/choose
8+
about: Report an issue with the ESPHome web server.
9+
- name: Report an issue with the ESPHome Builder / Dashboard
10+
url: https://github.com/esphome/dashboard/issues/new/choose
11+
about: Report an issue with the ESPHome Builder / Dashboard.
12+
- name: Report an issue with the ESPHome API client
13+
url: https://github.com/esphome/aioesphomeapi/issues/new/choose
14+
about: Report an issue with the ESPHome API client.
15+
- name: Make a Feature Request
16+
url: https://github.com/orgs/esphome/discussions
817
about: Please create feature requests in the dedicated feature request tracker.
918
- name: Frequently Asked Question
1019
url: https://esphome.io/guides/faq.html

.github/ISSUE_TEMPLATE/issues.yml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
name: Documentation issues
2+
description: Report an issue with the ESPHome website or documentation.
3+
body:
4+
- type: markdown
5+
attributes:
6+
value: |
7+
Thanks for opening an issue to provide feedback on our website/documentation.
8+
9+
**Please note, this form is not for reporting bugs with running ESPHome or its components.**
10+
Those bugs should be reported in the [ESPHome issue tracker][issues].
11+
12+
If you have a feature request, please use the [ESPHome feature request tracker][feature-requests].
13+
14+
[issues]: https://github.com/esphome/esphome/issues
15+
[feature-requests]: https://github.com/orgs/esphome/discussions/new?category=documentation
16+
- type: textarea
17+
attributes:
18+
label: Feedback
19+
description: >-
20+
Please be sure to provide feedback as clear as possible. Describe what
21+
you think is incorrect or can be improved, and try to provide a
22+
suggestion on how you think it can be improved or fixed.
23+
validations:
24+
required: true
25+
- type: markdown
26+
attributes:
27+
value: |
28+
## Details
29+
- type: input
30+
id: url
31+
attributes:
32+
label: URL
33+
placeholder: "http://esphome.io/..."
34+
description: >
35+
A URL with a link to the page you are providing feedback for.
36+
validations:
37+
required: true
38+
- type: textarea
39+
attributes:
40+
label: Additional information
41+
description: >
42+
If you have any additional information for us, use the field below.
43+
Please note, you can attach screenshots or screen recordings here, by
44+
dragging and dropping files in the field below.

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.7.0b3
2+
ESPHOME_REF = 2025.7.0b4
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.7.0b3
1+
2025.7.0b4

changelog/2025.7.0.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,17 @@ Beta Changes
456456
- [esp_ldo] Component schema; default priority :esphomepr:`9479` by :ghuser:`clydebarrow`
457457
- Follow logging best practices by removing redundant component prefix :esphomepr:`9481` by :ghuser:`bdraco`
458458
- Fix dormant bug in RAMAllocator::reallocate() manual_size calculation :esphomepr:`9482` by :ghuser:`bdraco`
459+
- Suppress spurious volatile and Python syntax warnings during builds :esphomepr:`9488` by :ghuser:`bdraco`
460+
- [online_image] Support ``byte_order`` :esphomepr:`9502` by :ghuser:`clydebarrow`
461+
- [json] Bump ArduinoJson library to 7.4.2 :esphomepr:`8857` by :ghuser:`kahrendt` (breaking-change)
462+
- [fan] Do not save state for fan if configured as NO_RESTORE :esphomepr:`9472` by :ghuser:`skyegecko`
463+
- Fix LibreTiny compilation error by updating ESPAsyncWebServer and dependencies :esphomepr:`9492` by :ghuser:`bdraco`
464+
- [captive_portal] Add test case for libretiny :esphomepr:`9457` by :ghuser:`clydebarrow`
465+
- [opentherm.output] Fix ``lerp`` :esphomepr:`9506` by :ghuser:`kbx81`
466+
- [servo] Fix ``lerp`` :esphomepr:`9507` by :ghuser:`kbx81`
467+
- Add missing clang-tidy NOLINT comments for ArduinoJson v7 in IDF webserver :esphomepr:`9508` by :ghuser:`bdraco`
468+
- [core] Don't issue -Wno-volatile for host platform :esphomepr:`9511` by :ghuser:`clydebarrow`
469+
- [component] Fix ``is_ready`` flag when loop disabled :esphomepr:`9501` by :ghuser:`jesserockz`
459470

460471
All changes
461472
^^^^^^^^^^^
@@ -720,6 +731,17 @@ All changes
720731
- [esp_ldo] Component schema; default priority :esphomepr:`9479` by :ghuser:`clydebarrow`
721732
- Follow logging best practices by removing redundant component prefix :esphomepr:`9481` by :ghuser:`bdraco`
722733
- Fix dormant bug in RAMAllocator::reallocate() manual_size calculation :esphomepr:`9482` by :ghuser:`bdraco`
734+
- Suppress spurious volatile and Python syntax warnings during builds :esphomepr:`9488` by :ghuser:`bdraco`
735+
- [online_image] Support ``byte_order`` :esphomepr:`9502` by :ghuser:`clydebarrow`
736+
- [json] Bump ArduinoJson library to 7.4.2 :esphomepr:`8857` by :ghuser:`kahrendt` (breaking-change)
737+
- [fan] Do not save state for fan if configured as NO_RESTORE :esphomepr:`9472` by :ghuser:`skyegecko`
738+
- Fix LibreTiny compilation error by updating ESPAsyncWebServer and dependencies :esphomepr:`9492` by :ghuser:`bdraco`
739+
- [captive_portal] Add test case for libretiny :esphomepr:`9457` by :ghuser:`clydebarrow`
740+
- [opentherm.output] Fix ``lerp`` :esphomepr:`9506` by :ghuser:`kbx81`
741+
- [servo] Fix ``lerp`` :esphomepr:`9507` by :ghuser:`kbx81`
742+
- Add missing clang-tidy NOLINT comments for ArduinoJson v7 in IDF webserver :esphomepr:`9508` by :ghuser:`bdraco`
743+
- [core] Don't issue -Wno-volatile for host platform :esphomepr:`9511` by :ghuser:`clydebarrow`
744+
- [component] Fix ``is_ready`` flag when loop disabled :esphomepr:`9501` by :ghuser:`jesserockz`
723745

724746
Dependency Changes
725747
^^^^^^^^^^^^^^^^^^

components/online_image.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ Configuration variables
5959
- ``RGB565``: Lossy RGB color stored. Uses 2 bytes per pixel, 3 with an alpha channel
6060
- ``RGB``: Full RGB color stored. Uses 3 bytes per pixel, 4 with an alpha channel.
6161
- **transparency** (*Optional*): If set the alpha channel of the input image will be taken into account. The possible values are ``opaque`` (default), ``chroma_key`` and ``alpha_channel``. See the discussion on transparency in the :ref:`image component <display-image>`.
62+
- **byte_order** (*Optional*, string): For RGB565 images, the pixels are converted to 16 bit values. By default these will be stored in big endian byte order (MSB first),
63+
but you can override this by setting ``byte_order`` to ``little_endian``. Options are ``big_endian`` (default) and ``little_endian``.
64+
Not applicable to other image formats.
6265
- **update_interval** (*Optional*, int): Redownload the image when the specified time has elapsed. Defaults to ``never`` (i.e. the update component action needs to be called manually).
6366

6467
Advanced options:

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.7"
7575
# The full version, including alpha/beta/rc tags.
76-
release = "2025.7.0b3"
76+
release = "2025.7.0b4"
7777

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

guides/supporters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2180,4 +2180,4 @@ Contributors
21802180
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
21812181
- `Zynth-dev (@Zynth-dev) <https://github.com/Zynth-dev>`__
21822182

2183-
*This page was last updated July 14, 2025.*
2183+
*This page was last updated July 15, 2025.*

0 commit comments

Comments
 (0)