Merge branch 'current' into next

This commit is contained in:
Jesse Hills 2023-07-13 09:46:53 +12:00
commit 3bf1182949
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A
3 changed files with 15 additions and 3 deletions

View File

@ -331,8 +331,12 @@ div.body p, div.body dd, div.body li, div.body blockquote {
border: 1px solid #808080;
}
div.warning {
div.warning, div.caution {
background-color: #5d1616;
}
dt:target, span.highlighted {
background-color: #8e8129;
}
}

View File

@ -78,6 +78,12 @@ Release 2023.6.4 - July 4
- Advertise noise is enabled :esphomepr:`5034` by :ghuser:`bdraco`
- Update webserver to ea86d81 :esphomepr:`5023` by :ghuser:`jesserockz`
Release 2023.6.5 - July 10
--------------------------
- Fix bulk and single Bluetooth parser coexistence :esphomepr:`5073` by :ghuser:`bdraco`
- binary_sensor: Validate max_length for on_click/on_double_click :esphomepr:`5068` by :ghuser:`kpfleming`
Breaking Changes
----------------

View File

@ -1058,6 +1058,7 @@ Contributors
- `Jordan W. Cobb (@skykingjwc) <https://github.com/skykingjwc>`__
- `Sebastian Lövdahl (@slovdahl) <https://github.com/slovdahl>`__
- `smischny (@smischny) <https://github.com/smischny>`__
- `John Mueller (@softplus) <https://github.com/softplus>`__
- `Sourabh Jaiswal (@sourabhjaiswal) <https://github.com/sourabhjaiswal>`__
- `Philip Allgaier (@spacegaier) <https://github.com/spacegaier>`__
- `spacemanspiff2007 (@spacemanspiff2007) <https://github.com/spacemanspiff2007>`__
@ -1078,9 +1079,9 @@ Contributors
- `Mathias Stock (@Stock-M) <https://github.com/Stock-M>`__
- `Strixx76 (@Strixx76) <https://github.com/Strixx76>`__
- `stubs12 (@stubs12) <https://github.com/stubs12>`__
- `Jordan Vohwinkel (@sublime93) <https://github.com/sublime93>`__
- `sud33p (@sud33p) <https://github.com/sud33p>`__
- `sumirati (@sumirati) <https://github.com/sumirati>`__
- `swhaat (@swhaat) <https://github.com/swhaat>`__
- `swifty99 (@swifty99) <https://github.com/swifty99>`__
- `Jan Gutowski (@Switch123456789) <https://github.com/Switch123456789>`__
- `Sybren A. Stüvel (@sybrenstuvel) <https://github.com/sybrenstuvel>`__
@ -1095,6 +1096,7 @@ Contributors
- `Levente Tamas (@tamisoft) <https://github.com/tamisoft>`__
- `Aleksandr Oleinikov (@tannisroot) <https://github.com/tannisroot>`__
- `tantive (@tantive) <https://github.com/tantive>`__
- `Aiden (@tarontop) <https://github.com/tarontop>`__
- `Hawawa McTaru (@TaruDesigns) <https://github.com/TaruDesigns>`__
- `Ryan Hoffman (@tekmaven) <https://github.com/tekmaven>`__
- `testbughub (@testbughub) <https://github.com/testbughub>`__
@ -1220,4 +1222,4 @@ Contributors
- `Zack Barett (@zsarnett) <https://github.com/zsarnett>`__
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
*This page was last updated July 4, 2023.*
*This page was last updated July 10, 2023.*