diff --git a/Doxygen b/Doxygen index 73629ad8e..f304a0e4d 100644 --- a/Doxygen +++ b/Doxygen @@ -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.0b5 +PROJECT_NUMBER = 2025.2.0b6 # 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 diff --git a/Makefile b/Makefile index 46bf37b8d..acc0f1f3e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ESPHOME_PATH = ../esphome -ESPHOME_REF = 2025.2.0b5 +ESPHOME_REF = 2025.2.0b6 PAGEFIND_VERSION=1.1.1 PAGEFIND=pagefind NET_PAGEFIND=../pagefindbin/pagefind diff --git a/_static/version b/_static/version index 0261ddda4..2ecb07b25 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -2025.2.0b5 \ No newline at end of file +2025.2.0b6 \ No newline at end of file diff --git a/changelog/2025.2.0.rst b/changelog/2025.2.0.rst index 4b703f52d..523d00cf2 100644 --- a/changelog/2025.2.0.rst +++ b/changelog/2025.2.0.rst @@ -155,6 +155,9 @@ Beta Changes - DHT platform now supports modules with inbuilt external resistor :esphomepr:`8257` by :ghuser:`deCodeIt` - Replace glyphsets with esphome_glyphsets :esphomepr:`8261` by :ghuser:`bdraco` - Bump aioesphomeapi to 29.1.0 :esphomepr:`8105` by :ghuser:`bdraco` +- Bump openssh-client to 1:9.2p1-2+deb12u4 to fix docker builds :esphomepr:`8269` by :ghuser:`bdraco` +- Increase default repeat delay for Toto remote transmitter protocol :esphomepr:`8265` by :ghuser:`G-Two` +- Bump zeroconf to 0.145.1 :esphomepr:`8267` by :ghuser:`bdraco` All changes ^^^^^^^^^^^ @@ -351,6 +354,9 @@ All changes - DHT platform now supports modules with inbuilt external resistor :esphomepr:`8257` by :ghuser:`deCodeIt` - Replace glyphsets with esphome_glyphsets :esphomepr:`8261` by :ghuser:`bdraco` - Bump aioesphomeapi to 29.1.0 :esphomepr:`8105` by :ghuser:`bdraco` +- Bump openssh-client to 1:9.2p1-2+deb12u4 to fix docker builds :esphomepr:`8269` by :ghuser:`bdraco` +- Increase default repeat delay for Toto remote transmitter protocol :esphomepr:`8265` by :ghuser:`G-Two` +- Bump zeroconf to 0.145.1 :esphomepr:`8267` by :ghuser:`bdraco` Past Changelogs --------------- diff --git a/conf.py b/conf.py index 95ed7f8ce..e59cfba07 100644 --- a/conf.py +++ b/conf.py @@ -74,7 +74,7 @@ author = "ESPHome" # The short X.Y version. version = "2025.2" # The full version, including alpha/beta/rc tags. -release = "2025.2.0b5" +release = "2025.2.0b6" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/guides/supporters.rst b/guides/supporters.rst index a8a31e847..147ac9711 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -693,6 +693,7 @@ Contributors - `Florian Trück (@ftrueck) `__ - `functionpointer (@functionpointer) `__ - `Gábor Kiss (@g-kiss) `__ +- `G-Two (@G-Two) `__ - `mr G1K (@G1K) `__ - `Aljaž Srebrnič (@g5pw) `__ - `Alex Hermann (@gaaf) `__ @@ -2081,4 +2082,4 @@ Contributors - `Christian Zufferey (@zuzu59) `__ - `Zynth-dev (@Zynth-dev) `__ -*This page was last updated February 18, 2025.* +*This page was last updated February 19, 2025.*