Update changelog for 2023.6.0

This commit is contained in:
Jesse Hills 2023-06-22 13:49:14 +12:00
parent d8acebb776
commit 0a72622a97
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A
1 changed files with 26 additions and 4 deletions

View File

@ -1,4 +1,4 @@
ESPHome 2023.6.0 - 21th June 2023
ESPHome 2023.6.0 - 21st June 2023
=================================
.. seo::
@ -28,6 +28,27 @@ Alarm Control Panel
This is available to use now in ESPHome, but will require Home Assistant 2023.7 or newer for the entity to show up
and be control from that side.
MDI icons
---------
You can now specify MDI icons as ESPHome images using the ``mdi:`` prefix, for example:
.. code-block:: yaml
image:
- file: "my_image.png"
id: my_image
- file: "mdi:chip"
resize: 32x32
id: chip_icon
Wi-Fi enable and disable
------------------------
Wi-Fi can now be enabled and disabled on demand using the ``wifi.enable`` and ``wifi.disable`` actions.
It can also be set to not enable on bootup. See the :doc:`Wi-Fi documentation </components/wifi>` for more details.
Breaking Changes
----------------
@ -64,6 +85,7 @@ New Components
Breaking Changes
^^^^^^^^^^^^^^^^
- Add transparency support to all image types :esphomepr:`4600` by :ghuser:`guillempages` (breaking-change)
- Allow i2s microphone bits per sample to be configured :esphomepr:`4884` by :ghuser:`jesserockz` (breaking-change)
- Move ESPTime into core esphome namespace :esphomepr:`4926` by :ghuser:`jesserockz` (breaking-change)
- display: add `BaseImage` and provide only `Image::get_pixel` method :esphomepr:`4932` by :ghuser:`ayufan` (breaking-change)
@ -84,12 +106,12 @@ Beta Changes
- Construct web_server assets at build time instead of run time :esphomepr:`4944` by :ghuser:`bdraco`
- Update pca9685_output.cpp :esphomepr:`4929` by :ghuser:`standahabich`
- Apply configured IIR filter setting in generated BMP280 code :esphomepr:`4975` by :ghuser:`murrayma`
- airthings_wave: refactor to eliminate code duplication :esphomepr:`4910` by :ghuser:`kpfleming` (new-integration)
- Make growatt play nicer with other modbus components. :esphomepr:`4947` by :ghuser:`onnlucky`
- Bump esphome-dashboard to 20230621.0 :esphomepr:`4980` by :ghuser:`jesserockz`
- Fix pypi release :esphomepr:`4983` by :ghuser:`jesserockz`
- Add configuration option to disable the log UI. :esphomepr:`4419` by :ghuser:`dd32`
- Update webserver and captive portal pages to 67c48ee9 :esphomepr:`4986` by :ghuser:`jesserockz`
- airthings_wave: refactor to eliminate code duplication :esphomepr:`4910` by :ghuser:`kpfleming` (new-integration)
- Migrate VOC sensors that use ppb to use volatile_organic_compounds_parts device class :esphomepr:`4982` by :ghuser:`bdraco` (breaking-change)
- dashboard: Adds "compressed=1" to /download.bin endpoint. (...) :esphomepr:`4966` by :ghuser:`fdcastel`
@ -112,7 +134,7 @@ All changes
- Bump pyupgrade from 3.3.2 to 3.4.0 :esphomepr:`4842` by :ghuser:`dependabot[bot]`
- Bump platformio from 6.1.6 to 6.1.7 :esphomepr:`4795` by :ghuser:`dependabot[bot]`
- Migrate e131 to use socket instead of WiFiUDP arduino library :esphomepr:`4832` by :ghuser:`jesserockz`
- Add transparency support to all image types :esphomepr:`4600` by :ghuser:`guillempages`
- Add transparency support to all image types :esphomepr:`4600` by :ghuser:`guillempages` (breaking-change)
- Run YAML test 8 during CI and fix board used :esphomepr:`4862` by :ghuser:`kroimon`
- Rp2040 pio ledstrip :esphomepr:`4818` by :ghuser:`Papa-DMan` (new-integration)
- [ILI9xxx] Update ili9xxx_init.h code for the ILI9488 display for correct white balance :esphomepr:`4849` by :ghuser:`lucasreiners`
@ -165,12 +187,12 @@ All changes
- Construct web_server assets at build time instead of run time :esphomepr:`4944` by :ghuser:`bdraco`
- Update pca9685_output.cpp :esphomepr:`4929` by :ghuser:`standahabich`
- Apply configured IIR filter setting in generated BMP280 code :esphomepr:`4975` by :ghuser:`murrayma`
- airthings_wave: refactor to eliminate code duplication :esphomepr:`4910` by :ghuser:`kpfleming` (new-integration)
- Make growatt play nicer with other modbus components. :esphomepr:`4947` by :ghuser:`onnlucky`
- Bump esphome-dashboard to 20230621.0 :esphomepr:`4980` by :ghuser:`jesserockz`
- Fix pypi release :esphomepr:`4983` by :ghuser:`jesserockz`
- Add configuration option to disable the log UI. :esphomepr:`4419` by :ghuser:`dd32`
- Update webserver and captive portal pages to 67c48ee9 :esphomepr:`4986` by :ghuser:`jesserockz`
- airthings_wave: refactor to eliminate code duplication :esphomepr:`4910` by :ghuser:`kpfleming` (new-integration)
- Migrate VOC sensors that use ppb to use volatile_organic_compounds_parts device class :esphomepr:`4982` by :ghuser:`bdraco` (breaking-change)
- dashboard: Adds "compressed=1" to /download.bin endpoint. (...) :esphomepr:`4966` by :ghuser:`fdcastel`