Skip to content

Commit

Permalink
Merge pull request #4676 from esphome/bump-2025.2.0b4
Browse files Browse the repository at this point in the history
2025.2.0b4
  • Loading branch information
jesserockz authored Feb 17, 2025
2 parents e70ce5f + a928bc9 commit b8c1edf
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Doxygen
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "ESPHome"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 2025.2.0b3
PROJECT_NUMBER = 2025.2.0b4

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ESPHOME_PATH = ../esphome
ESPHOME_REF = 2025.2.0b3
ESPHOME_REF = 2025.2.0b4
PAGEFIND_VERSION=1.1.1
PAGEFIND=pagefind
NET_PAGEFIND=../pagefindbin/pagefind
Expand Down
2 changes: 1 addition & 1 deletion _static/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2025.2.0b3
2025.2.0b4
18 changes: 18 additions & 0 deletions changelog/2025.2.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@ ESPHome 2025.2.0 - 19th February 2025
We're kicking off 2025 with a number of updates, several of which are focused on removing old code. Unfortunately,
this means we have a few breaking changes, but this work helps keep ESPHome more maintainable in the long-run.

Join us below for the ESPHome New Year Release Party.

.. raw:: html

<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/HtG3fjAO96c"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen>
</iframe>

Removal of "old style" Platform Configuration
---------------------------------------------

Expand Down Expand Up @@ -139,6 +149,10 @@ Beta Changes
- [logger] Fix bug causing global log level to be overwritten :esphomepr:`8248` by :ghuser:`swoboda1337`
- Add support for the DAC on the S2 :esphomepr:`8030` by :ghuser:`maraid`
- Fix crash when storage file doesnt exist yet :esphomepr:`8249` by :ghuser:`jesserockz`
- don't crash on null pages :esphomepr:`8254` by :ghuser:`ssieb`
- [scd30] Increase minimal CONF_UPDATE_INTERVAL from 1 to 2 seconds :esphomepr:`8256` by :ghuser:`DjordjeMandic` (breaking-change)
- Bump zeroconf to 0.144.3 :esphomepr:`8253` by :ghuser:`bdraco`
- DHT platform now supports modules with inbuilt external resistor :esphomepr:`8257` by :ghuser:`deCodeIt`

All changes
^^^^^^^^^^^
Expand Down Expand Up @@ -329,6 +343,10 @@ All changes
- [logger] Fix bug causing global log level to be overwritten :esphomepr:`8248` by :ghuser:`swoboda1337`
- Add support for the DAC on the S2 :esphomepr:`8030` by :ghuser:`maraid`
- Fix crash when storage file doesnt exist yet :esphomepr:`8249` by :ghuser:`jesserockz`
- don't crash on null pages :esphomepr:`8254` by :ghuser:`ssieb`
- [scd30] Increase minimal CONF_UPDATE_INTERVAL from 1 to 2 seconds :esphomepr:`8256` by :ghuser:`DjordjeMandic` (breaking-change)
- Bump zeroconf to 0.144.3 :esphomepr:`8253` by :ghuser:`bdraco`
- DHT platform now supports modules with inbuilt external resistor :esphomepr:`8257` by :ghuser:`deCodeIt`

Past Changelogs
---------------
Expand Down
5 changes: 2 additions & 3 deletions components/remote_transmitter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,9 @@ ESP32 IDF configuration variables:
"ESP32-H2", "192 symbols", "48 symbols"

- **clock_resolution** (*Optional*, int): The clock resolution used by the RMT peripheral in hz. Defaults to ``1000000``.
- **one_wire** (*Optional*, boolean): Allows the GPIO to be used as both a transmitter and receiver.
- **use_dma** (*Optional*, boolean): Enable DMA on variants that support it.
- **eot_level** (*Optional*, boolean): Overrides the default end of transmit level. Defaults to ``false`` unless ``one_wire``
mode is ``true`` or ``pin`` is inverted.
- **eot_level** (*Optional*, boolean): Overrides the default end of transmit level. Defaults to ``false`` unless ``pin``
is set to inverted or open-drain.

ESP32 Arduino configuration variables:
**************************************
Expand Down
3 changes: 3 additions & 0 deletions components/sensor/dht.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ Configuration variables:
DHT model with the ``model:`` configuration variable. Other problems could be wrong pull-up resistor values
on the DATA pin or too long cables.

If you're using a DHT module with an external pull-up resistor and seeing invalid temperature/humidity warnings in the logs,
set ``pullup: false`` under your ``pin`` configuration.

See Also
--------

Expand Down
2 changes: 1 addition & 1 deletion components/sensor/scd30.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Configuration variables:
Defaults to ``0x61``.

- **update_interval** (*Optional*, :ref:`config-time`): The interval to check the
sensor. Defaults to ``60s``.
sensor. Available range: [2 … 1800]. Defaults to ``60s``.


Manual calibration:
Expand Down
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
# The short X.Y version.
version = "2025.2"
# The full version, including alpha/beta/rc tags.
release = "2025.2.0b3"
release = "2025.2.0b4"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
5 changes: 4 additions & 1 deletion guides/supporters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ Contributors
- `DanielV (@dala318) <https://github.com/dala318>`__
- `Dale Higgs (@dale3h) <https://github.com/dale3h>`__
- `damanti-me (@damanti-me) <https://github.com/damanti-me>`__
- `Damien (@Dams51) <https://github.com/Dams51>`__
- `Justin Grover (@dancingcactus) <https://github.com/dancingcactus>`__
- `Dan C Williams (@dancwilliams) <https://github.com/dancwilliams>`__
- `Dan Greco (@dangreco) <https://github.com/dangreco>`__
Expand Down Expand Up @@ -1138,6 +1139,7 @@ Contributors
- `Luciano Martin (@lucianomartin) <https://github.com/lucianomartin>`__
- `Joakim Sørensen (@ludeeus) <https://github.com/ludeeus>`__
- `ludrao (@ludrao) <https://github.com/ludrao>`__
- `Luis Manuel Suarez (@luismasg) <https://github.com/luismasg>`__
- `Luiz Correia (@luizcorreia) <https://github.com/luizcorreia>`__
- `luk1803 (@luk1803) <https://github.com/luk1803>`__
- `luka6000 (@luka6000) <https://github.com/luka6000>`__
Expand Down Expand Up @@ -1179,6 +1181,7 @@ Contributors
- `manonfgoo (@manonfgoo) <https://github.com/manonfgoo>`__
- `Manuel Kasper (@manuelkasper) <https://github.com/manuelkasper>`__
- `Manuel Díez (@manutenfruits) <https://github.com/manutenfruits>`__
- `Dániel Márai (@maraid) <https://github.com/maraid>`__
- `marcelolcosta (@marcelolcosta) <https://github.com/marcelolcosta>`__
- `Marcel van der Veldt (@marcelveldt) <https://github.com/marcelveldt>`__
- `Marc (@MarcHagen) <https://github.com/MarcHagen>`__
Expand Down Expand Up @@ -2077,4 +2080,4 @@ Contributors
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
- `Zynth-dev (@Zynth-dev) <https://github.com/Zynth-dev>`__

*This page was last updated February 14, 2025.*
*This page was last updated February 17, 2025.*

0 comments on commit b8c1edf

Please sign in to comment.