From 2508c0340191548883e9715d6130cc9c80dbac3b Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Thu, 12 May 2022 17:01:05 +1200 Subject: [PATCH] Update changelog for 2022.5.0b2 --- changelog/2022.5.0.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/changelog/2022.5.0.rst b/changelog/2022.5.0.rst index 9fd293be7..9b8892b50 100644 --- a/changelog/2022.5.0.rst +++ b/changelog/2022.5.0.rst @@ -54,6 +54,15 @@ Notable Changes - Enable api transport encryption for new projects :esphomepr:`3142` by :ghuser:`OttoWinter` (notable-change) +Beta Changes +^^^^^^^^^^^^ + +- Restore RealTimeClock's local TZ after epoch sync :esphomepr:`3462` by :ghuser:`mmakaay` +- Shelly dimmer: Use unique_ptr to handle the lifetime of stm32_t :esphomepr:`3400` by :ghuser:`edge90` +- Use heat mode for heat. Move EXT HT to custom presets. :esphomepr:`3437` by :ghuser:`jgissend10` +- Make custom_fan and custom_preset templatable as per documentation :esphomepr:`3330` by :ghuser:`MrMDavidson` +- Update captive portal canHandle function :esphomepr:`3360` by :ghuser:`bkaufx` + All changes ^^^^^^^^^^^