From 95a573ee1f1604c707877077088cb3419d9a8127 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Sat, 18 Jun 2022 17:26:17 +1200 Subject: [PATCH] Update changelog for 2022.6.1 --- changelog/2022.6.0.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/changelog/2022.6.0.rst b/changelog/2022.6.0.rst index b16f89052..eb3fdb6a0 100644 --- a/changelog/2022.6.0.rst +++ b/changelog/2022.6.0.rst @@ -81,6 +81,13 @@ Basically, they decided to upgrade the ``!include`` yaml "directive" to allow va Now while this is probably not the best example, the variables act as ``substitutions`` and can be used anywhere in the underlying yaml file and can very much DRY out your configurations. +Release 2022.6.1 - June 18 +-------------------------- + +- Setup the mute pin if configured :esphomepr:`3568` by :ghuser:`jesserockz` +- Bugfix for ExternalRAMAllocator copy constructor :esphomepr:`3571` by :ghuser:`bnw` +- Media Player: added triggers :esphomepr:`3576` by :ghuser:`dudanov` + Breaking Changes ----------------