Add some breaking Changes to changelog (#3214)

* Add some breaking Changes to chsngelog

* Formatting updates
This commit is contained in:
Jesse Hills 2023-09-27 23:18:33 +13:00 committed by GitHub
parent ac7355aa63
commit cd1e9e9618
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -43,6 +43,23 @@ 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.
Breaking Changes
----------------
Home Assistant Add-on
^^^^^^^^^^^^^^^^^^^^^
The ``/config/esphome/.esphome`` folder has been removed and replaced with ``/data`` when running ESPHome as a Home Assistant add-on.
This was done because it is exactly what the add-on ``/data`` folder was made for and there were many files in the ``.esphome`` folder
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.
Enum device class
^^^^^^^^^^^^^^^^^
The ``enum`` device class was removed from ESPHome to keep in sync with Home Assistant. The class was already not able to be used by
any of the built in components and only potentially used by ``external_components``.
Full list of changes
--------------------