mirror of
https://github.com/esphome/home-assistant-addon.git
synced 2024-11-17 11:05:28 +01:00
9.8 KiB
9.8 KiB
2023.4.0b1
- Mark unique_id() virtual method as deprecated esphome#4538 by @oxan
- Drop deprecated entity property base methods esphome#4539 by @oxan
- Format test files esphome#4541 by @jesserockz
- EntityBase: Icon string can stay in flash. esphome#4566 by @Fabian-Schmidt
- Update the delta filter to be able to take a percentage change esphome#4391 by @TrentHouliston
- Added missing PM_1_0 and PM_10_0 for PMS5003T and PMS5003ST esphome#4560 by @genestealer
- Add an option to force SPI into software mode esphome#4556 by @wupeka
- allow using a binary output for the status led esphome#4532 by @ssieb
- Add option flip_x esphome#4555 by @rafal83
- Bump aioesphomeapi from 13.5.0 to 13.5.1 esphome#4572 by @dependabot[bot]
- Verbose output of define. esphome#4576 by @Fabian-Schmidt
- Add support for ESP32 CAM 3MP and 5MP resolutions and arbitrary camera clock. esphome#4580 by @peterhalicky
- Add a simple 'skip_initial' filter esphome#4582 by @sybrenstuvel
- Fix outdated filter string in platformio_api esphome#4587 by @LordMike
- Split test3.yaml esphome#4591 by @jesserockz
- Disallow uart0/1/2 as ids in config esphome#4446 by @jesserockz (breaking-change)
- Upgrade clang-format to v13 esphome#4535 by @oxan
- B/W support for GooDisplay GDEY029T94 (as used on Adafruit MagTag) esphome#4222 by @AaronJackson
- Fix negative sqrt root in ct_clamp_sensor.cpp esphome#4236 by @jerome992
- Wrap ipv6 code a bit more esphome#4574 by @jesserockz
- Remove EntityBase from sprinkler esphome#4606 by @jesserockz
- Fix wrong port multiplexer name in dump GPIO function of sx1509 esphome#4592 by @skaldo
- Bump zeroconf from 0.47.3 to 0.47.4 esphome#4597 by @dependabot[bot]
- Bump pytest-asyncio from 0.20.3 to 0.21.0 esphome#4599 by @dependabot[bot]
- Limit range on filter time period for remote_receiver esphome#4604 by @RoboMagus
- add select_schema to select component esphome#4545 by @regevbr
- Add ability to clear the gatt cache esphome#4621 by @bdraco
- Bump actions/stale from 7 to 8 esphome#4615 by @dependabot[bot]
- Require step to be set when calling register_number esphome#4622 by @jesserockz (breaking-change)
- Lower range of CONF_FREQUENCY esphome#4619 by @berendhaan
- Allow entity names to be set to None esphome#4607 by @jesserockz
- Fix platform restriction for bme680_bsec esphome#4616 by @jesserockz
- Fix EzoCommandType enum esphome#4593 by @alfredopironti
EntityBase
Name can stay in flash. esphome#4594 by @Fabian-Schmidt- feat: Add support to unsubscribe from BLE advertisements esphome#4620 by @richardhopton
- EntityBase: Move ObjectId to Flash esphome#4569 by @Fabian-Schmidt
- Add workflow to sync device classes with HA dev esphome#4629 by @jesserockz
- Synchronise Device Classes from Home Assistant esphome#4633 by @github-actions[bot]
- Remove AUTO_LOAD from as3935 esphome#4630 by @jesserockz
- Add ifdef to new bt proxy unsubscribe esphome#4634 by @jesserockz
- add bluetooth mac address in dump_config() esphome#4628 by @felixlungu
- Binary map bugfixes esphome#4636 by @kahrendt
- entity_base avoid padding bytes. esphome#4637 by @Fabian-Schmidt
- Avoid sensor padding. esphome#4638 by @Fabian-Schmidt
- Support advanced UART customization esphome#4465 by @Fabian-Schmidt
- Log calibration results at level INFO esphome#4240 by @Duckle29
- Number step not optional esphome#4649 by @RoboMagus
- VSCode / devcontainer updates esphome#4647 by @jesserockz
- Retry PN532_COMMAND_VERSION_DATA on setup() (fixes esphome/issues#3823) esphome#4651 by @tracestep
- Bump pylint from 2.16.4 to 2.17.2 esphome#4650 by @dependabot[bot]
- Added in mmc5603 code esphome#4175 by @benhoff (new-integration)
- Bump black from 23.1.0 to 23.3.0 esphome#4635 by @dependabot[bot]
- fix compilation with latest esp-idf esphome#4671 by @Mic92
- Bump zeroconf from 0.47.4 to 0.56.0 esphome#4674 by @dependabot[bot]
- Bump pytest from 7.2.2 to 7.3.0 esphome#4673 by @dependabot[bot]
- Add push to talk voice assistant esphome#4648 by @jesserockz (new-integration)
- Fix ESP32 SPI hardware assignment in Arduino fw esphome#4669 by @kbx81
- Fix some NFC/PN532 crashes esphome#4678 by @kbx81
- Add support for SSD1306 72x40 displays esphome#4659 by @johnsto
- Fix pin schema for i2s microphone esphome#4680 by @jesserockz
- Fix BedJet setup priority [fixes esphome/issues#3807] esphome#4677 by @jhansche
- Add always trigger stop esphome#4249 by @X-Ryl669
- Fix graph limits for negative values and other corner cases esphome#4253 by @unhold
- Fix cut-off on 2.13" waveshare/ttgo epaper displays esphome#4255 by @unhold
- [Ethernet] Add PHY KSZ8081 support esphome#4668 by @Fabian-Schmidt
- Fix restore esphome#4655 by @spacemanspiff2007 (breaking-change)