diff --git a/_static/custom.css b/_static/custom.css index ce08207c8..be9a282c7 100644 --- a/_static/custom.css +++ b/_static/custom.css @@ -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; + } + } \ No newline at end of file diff --git a/changelog/2023.6.0.rst b/changelog/2023.6.0.rst index 1e08f18e2..fd2645d16 100644 --- a/changelog/2023.6.0.rst +++ b/changelog/2023.6.0.rst @@ -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 ---------------- diff --git a/guides/supporters.rst b/guides/supporters.rst index 15674b883..2b1ca2a53 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -1058,6 +1058,7 @@ Contributors - `Jordan W. Cobb (@skykingjwc) `__ - `Sebastian Lövdahl (@slovdahl) `__ - `smischny (@smischny) `__ +- `John Mueller (@softplus) `__ - `Sourabh Jaiswal (@sourabhjaiswal) `__ - `Philip Allgaier (@spacegaier) `__ - `spacemanspiff2007 (@spacemanspiff2007) `__ @@ -1078,9 +1079,9 @@ Contributors - `Mathias Stock (@Stock-M) `__ - `Strixx76 (@Strixx76) `__ - `stubs12 (@stubs12) `__ -- `Jordan Vohwinkel (@sublime93) `__ - `sud33p (@sud33p) `__ - `sumirati (@sumirati) `__ +- `swhaat (@swhaat) `__ - `swifty99 (@swifty99) `__ - `Jan Gutowski (@Switch123456789) `__ - `Sybren A. Stüvel (@sybrenstuvel) `__ @@ -1095,6 +1096,7 @@ Contributors - `Levente Tamas (@tamisoft) `__ - `Aleksandr Oleinikov (@tannisroot) `__ - `tantive (@tantive) `__ +- `Aiden (@tarontop) `__ - `Hawawa McTaru (@TaruDesigns) `__ - `Ryan Hoffman (@tekmaven) `__ - `testbughub (@testbughub) `__ @@ -1220,4 +1222,4 @@ Contributors - `Zack Barett (@zsarnett) `__ - `Christian Zufferey (@zuzu59) `__ -*This page was last updated July 4, 2023.* +*This page was last updated July 10, 2023.*