Update changelog for 2023.3.0

This commit is contained in:
Jesse Hills 2023-03-16 09:44:21 +13:00
parent bb89192333
commit 4f0317d357
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A
1 changed files with 23 additions and 2 deletions

View File

@ -53,6 +53,7 @@ New Components
- FS3000 sensor :esphomepr:`4502` by :ghuser:`kahrendt` (new-integration)
- Add absolute humidity component :esphomepr:`4519` by :ghuser:`DAVe3283` (new-integration)
- Add AS7341 spectral color sensor :esphomepr:`4331` by :ghuser:`mrgnr` (new-integration)
- Renaming and extending the ili9341 to the ili9xxx component :esphomepr:`4275` by :ghuser:`nielsnl68` (new-integration) (breaking-change)
Breaking Changes
^^^^^^^^^^^^^^^^
@ -60,6 +61,7 @@ Breaking Changes
- Add configurable color datapoint :esphomepr:`4383` by :ghuser:`irtimaled` (breaking-change)
- Sprinkler "v2" updates :esphomepr:`4159` by :ghuser:`kbx81` (breaking-change)
- sn74hc165 fixes :esphomepr:`4457` by :ghuser:`jesserockz` (breaking-change)
- Renaming and extending the ili9341 to the ili9xxx component :esphomepr:`4275` by :ghuser:`nielsnl68` (new-integration) (breaking-change)
Beta Changes
^^^^^^^^^^^^
@ -137,7 +139,7 @@ All changes
- Change variable "skip_updates" and "skip_updates_counter" type from "uint8_t" to "uint16_t" :esphomepr:`4487` by :ghuser:`GitforZhangXL`
- Fix copy-pasta mistake :esphomepr:`4492` by :ghuser:`jesserockz`
- Add int16 to codegen :esphomepr:`4507` by :ghuser:`jesserockz`
- Update ``__init__.py`` :esphomepr:`4514` by :ghuser:`dashkhaneh`
- Update __init__.py :esphomepr:`4514` by :ghuser:`dashkhaneh`
- Remove idf components before checking if any in config :esphomepr:`4506` by :ghuser:`jesserockz`
- substitutions: Don't warn when passwords look like a substitution :esphomepr:`4161` by :ghuser:`tljuniper`
- Fix typo :esphomepr:`4515` by :ghuser:`oxan`
@ -153,16 +155,35 @@ All changes
- Bump pylint from 2.16.2 to 2.16.4 :esphomepr:`4524` by :ghuser:`dependabot[bot]`
- Add absolute humidity component :esphomepr:`4519` by :ghuser:`DAVe3283` (new-integration)
- Add ability to await safe mode in codegen :esphomepr:`4529` by :ghuser:`oxan`
- sn74hc165 fixes :esphomepr:`4457` by :ghuser:`jesserockz`
- sn74hc165 fixes :esphomepr:`4457` by :ghuser:`jesserockz` (breaking-change)
- Add AS7341 spectral color sensor :esphomepr:`4331` by :ghuser:`mrgnr` (new-integration)
- Fix ethernet driver setting gpio 5 high when no power pin defined :esphomepr:`4531` by :ghuser:`jesserockz`
- Use PSRam for BLE scan results. :esphomepr:`4486` by :ghuser:`Fabian-Schmidt`
- Bump esp-idf to 4.4.4 :esphomepr:`4528` by :ghuser:`bdraco`
- Added pzemdc reset energy action :esphomepr:`4481` by :ghuser:`KG3RK3N`
- Fix ethernet clk_mode for GPIO0_OUT :esphomepr:`4307` by :ghuser:`jorticus`
- Add ESP32-S3 support in NeoPixelBus component :esphomepr:`4114` by :ghuser:`rcloran`
- Renaming and extending the ili9341 to the ili9xxx component :esphomepr:`4275` by :ghuser:`nielsnl68` (new-integration) (breaking-change)
- Drop unused, broken logging macros :esphomepr:`4534` by :ghuser:`oxan`
- Revert storing Font glyphs in manually-allocated memory :esphomepr:`4516` by :ghuser:`oxan`
- Correct BME680 gas calculation and heater_off :esphomepr:`4498` by :ghuser:`CarlosGS`
- Add support for new mpu6050 clones responding with 0x70 address :esphomepr:`4546` by :ghuser:`jakehdk`
- Add carbon dioxide device class to scd30 sensor schema. :esphomepr:`4547` by :ghuser:`murrayma`
- Feat: add support for hex color in color component :esphomepr:`4493` by :ghuser:`dorianim`
- Allow AUTO_LOAD to be a function :esphomepr:`4550` by :ghuser:`jesserockz`
- On the ILI9xxx display's enable the psram on esp32 and allow big screen :esphomepr:`4551` by :ghuser:`nielsnl68`
- Map gpio pins for touch on esp32-s2/s3 :esphomepr:`4552` by :ghuser:`jesserockz`
- pipsolar component. Correct the sscanf format for QPIG command parsin… :esphomepr:`4165` by :ghuser:`eroldan`
- Add state class back to uptime sensor :esphomepr:`4557` by :ghuser:`DAVe3283`
- Added response for Tuya RSSI command :esphomepr:`4549` by :ghuser:`catalin2402`
- Remove switch actions during config; bump setup priority :esphomepr:`4563` by :ghuser:`kbx81`
- Mark esp32_touch supported only on standard esp32 variant :esphomepr:`4562` by :ghuser:`jesserockz`
- fixing ``shrink`` and ``extend`` functions of the displaybuffer's Rect class :esphomepr:`4565` by :ghuser:`nielsnl68`
Past Changelogs
---------------
- :doc:`2023.2.0`
- :doc:`2022.12.0`
- :doc:`2022.11.0`
- :doc:`2022.10.0`