From 8a4396b3bb9415cfbccb3f23601bf99ede188097 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Mon, 17 Apr 2023 15:46:42 +1200 Subject: [PATCH] Update changelog for 2023.4.0b2 --- changelog/2023.4.0.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/changelog/2023.4.0.rst b/changelog/2023.4.0.rst index 07d881733..77985f258 100644 --- a/changelog/2023.4.0.rst +++ b/changelog/2023.4.0.rst @@ -56,6 +56,14 @@ Due to ``uart0`` / ``uart1`` / ``uart2`` being defined in some of the platform c ESPHome will now disallow these ids from being used in the config. You can simply change them to ``uart_0`` to continue using. +Beta Changes +------------ + +- debug component, allow without debug logging :esphomepr:`4685` by :ghuser:`jesserockz` +- Fixed dns2 for ethernet :esphomepr:`4698` by :ghuser:`HeMan` +- Add timeout to i2c write error logs :esphomepr:`4697` by :ghuser:`Szewcson` +- Add event triggers to voice_assistant :esphomepr:`4699` by :ghuser:`jesserockz` + Full list of changes -------------------- @@ -141,6 +149,10 @@ All changes - Fix cut-off on 2.13" waveshare/ttgo epaper displays :esphomepr:`4255` by :ghuser:`unhold` - [Ethernet] Add PHY KSZ8081 support :esphomepr:`4668` by :ghuser:`Fabian-Schmidt` - Fix restore :esphomepr:`4655` by :ghuser:`spacemanspiff2007` (breaking-change) +- debug component, allow without debug logging :esphomepr:`4685` by :ghuser:`jesserockz` +- Fixed dns2 for ethernet :esphomepr:`4698` by :ghuser:`HeMan` +- Add timeout to i2c write error logs :esphomepr:`4697` by :ghuser:`Szewcson` +- Add event triggers to voice_assistant :esphomepr:`4699` by :ghuser:`jesserockz` Past Changelogs ---------------