diff --git a/Doxygen b/Doxygen index b415423a0..73629ad8e 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.0b4 +PROJECT_NUMBER = 2025.2.0b5 # 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 99a013239..46bf37b8d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ESPHOME_PATH = ../esphome -ESPHOME_REF = 2025.2.0b4 +ESPHOME_REF = 2025.2.0b5 PAGEFIND_VERSION=1.1.1 PAGEFIND=pagefind NET_PAGEFIND=../pagefindbin/pagefind diff --git a/_static/version b/_static/version index c72d93c2c..0261ddda4 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -2025.2.0b4 \ No newline at end of file +2025.2.0b5 \ No newline at end of file diff --git a/changelog/2025.2.0.rst b/changelog/2025.2.0.rst index 1cdd13abe..4b703f52d 100644 --- a/changelog/2025.2.0.rst +++ b/changelog/2025.2.0.rst @@ -153,6 +153,8 @@ Beta Changes - [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` +- Replace glyphsets with esphome_glyphsets :esphomepr:`8261` by :ghuser:`bdraco` +- Bump aioesphomeapi to 29.1.0 :esphomepr:`8105` by :ghuser:`bdraco` All changes ^^^^^^^^^^^ @@ -347,6 +349,8 @@ All changes - [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` +- Replace glyphsets with esphome_glyphsets :esphomepr:`8261` by :ghuser:`bdraco` +- Bump aioesphomeapi to 29.1.0 :esphomepr:`8105` by :ghuser:`bdraco` Past Changelogs --------------- diff --git a/components/datetime/index.rst b/components/datetime/index.rst index b704072fb..855a403b8 100644 --- a/components/datetime/index.rst +++ b/components/datetime/index.rst @@ -288,7 +288,7 @@ For more complex use cases, several methods are available for use on datetimes f // Within lambda, set the datetime to 2024-12-31 12:34:56 auto call = id(my_datetime).make_call(); - call.set_date("2024-12-31 12:34:56"); + call.set_datetime("2024-12-31 12:34:56"); call.perform(); Check the API reference for information on the methods that are available for diff --git a/components/sensor/mpu6050.rst b/components/sensor/mpu6050.rst index a15ea330e..2fddf5d64 100644 --- a/components/sensor/mpu6050.rst +++ b/components/sensor/mpu6050.rst @@ -12,7 +12,7 @@ sensor to work. This component only does some basic filtering and no calibration. Due to the complexity of this sensor and the amount of possible configuration options, you should probably create an :doc:`external component` -by copying and modifying the existing code if you want a specific new feature. Supporting all possible use cases would +by copying and modifying `the existing code `_ if you want a specific new feature. Supporting all possible use cases would be quite hard. .. figure:: images/mpu6050-full.jpg diff --git a/components/sensor/scd4x.rst b/components/sensor/scd4x.rst index 086121d5f..fd077cd5e 100644 --- a/components/sensor/scd4x.rst +++ b/components/sensor/scd4x.rst @@ -6,7 +6,7 @@ SCD4X CO₂, Temperature and Relative Humidity Sensor :image: scd4x.jpg The ``scd4x`` sensor platform allows you to use your Sensirion SCD4X CO₂ -(`datasheet `__) sensors with ESPHome. +(`datasheet `__) sensors with ESPHome. The :ref:`I²C Bus ` is required to be set up in your configuration for this sensor to work. .. figure:: images/scd4x.jpg diff --git a/conf.py b/conf.py index 2bcd41507..95ed7f8ce 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.0b4" +release = "2025.2.0b5" # 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 052fd43fb..a8a31e847 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -1537,6 +1537,7 @@ Contributors - `Dave (@pow4all) `__ - `pplucky (@pplucky) `__ - `Peter Provost (@PProvost) `__ +- `pre-commit-ci[bot] (@pre-commit-ci[bot]) `__ - `Q. Marchi (@preeefix) `__ - `PricelessToolkit (@PricelessToolkit) `__ - `Francesco Ciocchetti (@primeroz) `__ @@ -2080,4 +2081,4 @@ Contributors - `Christian Zufferey (@zuzu59) `__ - `Zynth-dev (@Zynth-dev) `__ -*This page was last updated February 17, 2025.* +*This page was last updated February 18, 2025.*