diff --git a/Doxygen b/Doxygen index ad4eec867..6ffc42b4e 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 = 2022.9.2 +PROJECT_NUMBER = 2022.9.3 # 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 5cf191459..f33f58911 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ESPHOME_PATH = ../esphome -ESPHOME_REF = 2022.9.2 +ESPHOME_REF = 2022.9.3 .PHONY: html html-strict cleanhtml deploy help live-html Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify diff --git a/_static/version b/_static/version index 115c3bdfe..6cfd5aff8 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -2022.9.2 \ No newline at end of file +2022.9.3 \ No newline at end of file diff --git a/changelog/2022.9.0.rst b/changelog/2022.9.0.rst index 02480c5c1..c148f816a 100644 --- a/changelog/2022.9.0.rst +++ b/changelog/2022.9.0.rst @@ -36,6 +36,12 @@ A new Factory Reset switch and button has been added this release, allowing rese as counters, restored values, and more importantly, the wifi credentials of a device that has been set up using the captive portal such as pre-flashed devices you would have purchased. +Bluetooth Active Connections +---------------------------- + +ESPHome 2022.9.3 adds active connections to the ``bluetooth_proxy`` component allowing Home Assistant +to connect to and control supported devices. + Release 2022.9.1 - September 22 ------------------------------- @@ -46,6 +52,11 @@ Release 2022.9.2 - September 29 - Bump dashboard to 20220925.0 :esphomepr:`3846` by :ghuser:`glmnet` +Release 2022.9.3 - October 6 +---------------------------- + +- Bluetooth Proxy active connections :esphomepr:`3817` by :ghuser:`jesserockz` + Full list of changes -------------------- diff --git a/components/bluetooth_proxy.rst b/components/bluetooth_proxy.rst index 7eab63a75..3e5bb8b44 100644 --- a/components/bluetooth_proxy.rst +++ b/components/bluetooth_proxy.rst @@ -34,7 +34,7 @@ Configuration: bluetooth_proxy: -No configuration variables. +- **active** (*Optional*, boolean): Enables proxying active connections. Defaults to ``false``. Requires Home Assistant 2022.10 or later. See Also -------- diff --git a/conf.py b/conf.py index aa806744b..d3879b685 100644 --- a/conf.py +++ b/conf.py @@ -68,7 +68,7 @@ author = "ESPHome" # The short X.Y version. version = "2022.9" # The full version, including alpha/beta/rc tags. -release = "2022.9.2" +release = "2022.9.3" # 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 a08d89c08..f88577d73 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -129,7 +129,6 @@ Contributors - `Mauricio Bonani (@bonanitech) `__ - `Casey Olson (@bookcasey) `__ - `BoukeHaarsma23 (@BoukeHaarsma23) `__ -- `Patrik Hermansson (@bphermansson) `__ - `brambo123 (@brambo123) `__ - `Bram Kragten (@bramkragten) `__ - `Brad Davidson (@brandond) `__ @@ -578,6 +577,7 @@ Contributors - `Marco Lusini (@met67) `__ - `Martin Flasskamp (@MFlasskamp) `__ - `Michael Gorven (@mgorven) `__ +- `Michael Haas (@mhaas) `__ - `Michaël Arnauts (@michaelarnauts) `__ - `Micha Nordmann (@Michanord) `__ - `Midbin (@Midbin) `__ @@ -617,6 +617,7 @@ Contributors - `H. Árkosi Róbert (@nagyrobi) `__ - `Viktor Nagy (@nagyv) `__ - `Oskar Napieraj (@napieraj) `__ +- `Patrick ZAJDA (@Nardol) `__ - `Nate Lust (@natelust) `__ - `ueno (@nayuta-ueno) `__ - `Nazar Mokrynskyi (@nazar-pc) `__ @@ -771,7 +772,6 @@ Contributors - `Spegs21 (@Spegs21) `__ - `Stephan Peijnik-Steinwender (@speijnik) `__ - `Eric Lind (@sperly) `__ -- `Paul Krischer (@SqyD) `__ - `Samuel Sieb (@ssieb) `__ - `Stefan Staub (@sstaub) `__ - `St4n (@St4n) `__ @@ -840,6 +840,7 @@ Contributors - `Gediminas Šaltenis (@trylika) `__ - `Tuan (@tuanpmt) `__ - `tubalainen (@tubalainen) `__ +- `tube0013 (@tube0013) `__ - `Alexey Vlasov (@turbulator) `__ - `Seppel Hardt (@tuxBurner) `__ - `TVDLoewe (@TVDLoewe) `__ @@ -897,4 +898,4 @@ Contributors - `Zack Barett (@zsarnett) `__ - `Christian Zufferey (@zuzu59) `__ -*This page was last updated September 29, 2022.* +*This page was last updated October 6, 2022.*