From 9d63cef219e6097843fb3b10119ce2b72e5a9bf3 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Thu, 28 Sep 2023 11:56:04 +1300 Subject: [PATCH] Update changelog for 2023.9.1 --- changelog/2023.9.0.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/changelog/2023.9.0.rst b/changelog/2023.9.0.rst index 0ace8df64..51207de3e 100644 --- a/changelog/2023.9.0.rst +++ b/changelog/2023.9.0.rst @@ -43,6 +43,12 @@ Following on from the previously added :doc:`/components/light/esp32_rmt_led_str :doc:`/components/light/neopixelbus` and :doc:`/components/light/fastled` that do not rely on the Arduino framework. +Release 2023.9.1 - September 28 +------------------------------- + +- Tuya Number Scaling :esphomepr:`5108` by :ghuser:`InvncibiltyCloak` +- Migrate dashboard json files to /data folder instead of wiping out :esphomepr:`5441` by :ghuser:`jesserockz` + Breaking Changes ---------------- @@ -54,6 +60,12 @@ This was done because it is exactly what the add-on ``/data`` folder was made fo that were making the Home Assistant Backup larger for no reason at all. All files in there are generated or sourced from online based on your configurations files which have not been touched. +.. note:: + + 2023.9.1 makes a further small change that moves the ``json`` files used by the dashboard into the new ``/data`` folder. + If you had already updated to 2023.9.0 though, the files would have already been removed and they will be re-generated + next time you install each device. + Enum device class ^^^^^^^^^^^^^^^^^