Update changelog for 2023.9.1

This commit is contained in:
Jesse Hills 2023-09-28 11:56:04 +13:00
parent f5576ff87a
commit 9d63cef219
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A
1 changed files with 12 additions and 0 deletions

View File

@ -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
^^^^^^^^^^^^^^^^^