Esphome

Latest version: v2024.5.0

Safety actively analyzes 630052 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 20 of 66

2023.4.3

- Fix sprinkler switch restore_mode [esphome4756](https://github.com/esphome/esphome/pull/4756) by [kbx81](https://github.com/kbx81)
- Fix i2s media player on devices with no internal DAC [esphome4768](https://github.com/esphome/esphome/pull/4768) by [jesserockz](https://github.com/jesserockz)

2023.4.2

- I2c scan recovery reset fix [esphome4724](https://github.com/esphome/esphome/pull/4724) by [gcopeland](https://github.com/gcopeland)
- Debug component doesn't work on RP2040 [esphome4728](https://github.com/esphome/esphome/pull/4728) by [HeMan](https://github.com/HeMan)
- Only request VA port from first client that is subscribed [esphome4747](https://github.com/esphome/esphome/pull/4747) by [jesserockz](https://github.com/jesserockz)
- Don't allow fingerprint_grow enroll cancellation when no enrollment started [esphome4745](https://github.com/esphome/esphome/pull/4745) by [itpeters](https://github.com/itpeters)

2023.4.1

- fix flip_x [esphome4727](https://github.com/esphome/esphome/pull/4727) by [ssieb](https://github.com/ssieb)
- Use proper schema for delta filter [esphome4723](https://github.com/esphome/esphome/pull/4723) by [jesserockz](https://github.com/jesserockz)

2023.4.0

Full list of changes

New Components

- Added in mmc5603 code [esphome4175](https://github.com/esphome/esphome/pull/4175) by [benhoff](https://github.com/benhoff) (new-integration)
- Add push to talk voice assistant [esphome4648](https://github.com/esphome/esphome/pull/4648) by [jesserockz](https://github.com/jesserockz) (new-integration)

Breaking Changes

- Disallow uart0/1/2 as ids in config [esphome4446](https://github.com/esphome/esphome/pull/4446) by [jesserockz](https://github.com/jesserockz) (breaking-change)
- Require step to be set when calling register_number [esphome4622](https://github.com/esphome/esphome/pull/4622) by [jesserockz](https://github.com/jesserockz) (breaking-change)
- Fix restore [esphome4655](https://github.com/esphome/esphome/pull/4655) by [spacemanspiff2007](https://github.com/spacemanspiff2007) (breaking-change)

Beta Changes

- debug component, allow without debug logging [esphome4685](https://github.com/esphome/esphome/pull/4685) by [jesserockz](https://github.com/jesserockz)
- Fixed dns2 for ethernet [esphome4698](https://github.com/esphome/esphome/pull/4698) by [HeMan](https://github.com/HeMan)
- Add timeout to i2c write error logs [esphome4697](https://github.com/esphome/esphome/pull/4697) by [Szewcson](https://github.com/Szewcson)
- Add event triggers to voice_assistant [esphome4699](https://github.com/esphome/esphome/pull/4699) by [jesserockz](https://github.com/jesserockz)
- Call on_error if no api client connected that handles voice [esphome4709](https://github.com/esphome/esphome/pull/4709) by [jesserockz](https://github.com/jesserockz)
- Add ethernet powerdown (fixes esphome/issues4420) [esphome4706](https://github.com/esphome/esphome/pull/4706) by [tracestep](https://github.com/tracestep)
- Bump arduino platform version to 5.3.0 [esphome4713](https://github.com/esphome/esphome/pull/4713) by [jesserockz](https://github.com/jesserockz)

All changes

- Mark unique_id() virtual method as deprecated [esphome4538](https://github.com/esphome/esphome/pull/4538) by [oxan](https://github.com/oxan)
- Drop deprecated entity property base methods [esphome4539](https://github.com/esphome/esphome/pull/4539) by [oxan](https://github.com/oxan)
- Format test files [esphome4541](https://github.com/esphome/esphome/pull/4541) by [jesserockz](https://github.com/jesserockz)
- EntityBase: Icon string can stay in flash. [esphome4566](https://github.com/esphome/esphome/pull/4566) by [Fabian-Schmidt](https://github.com/Fabian-Schmidt)
- Update the delta filter to be able to take a percentage change [esphome4391](https://github.com/esphome/esphome/pull/4391) by [TrentHouliston](https://github.com/TrentHouliston)
- Added missing PM_1_0 and PM_10_0 for PMS5003T and PMS5003ST [esphome4560](https://github.com/esphome/esphome/pull/4560) by [genestealer](https://github.com/genestealer)
- Add an option to force SPI into software mode [esphome4556](https://github.com/esphome/esphome/pull/4556) by [wupeka](https://github.com/wupeka)
- allow using a binary output for the status led [esphome4532](https://github.com/esphome/esphome/pull/4532) by [ssieb](https://github.com/ssieb)
- Add option flip_x [esphome4555](https://github.com/esphome/esphome/pull/4555) by [rafal83](https://github.com/rafal83)
- Bump aioesphomeapi from 13.5.0 to 13.5.1 [esphome4572](https://github.com/esphome/esphome/pull/4572) by [dependabot[bot]](https://github.com/apps/dependabot)
- Verbose output of define. [esphome4576](https://github.com/esphome/esphome/pull/4576) by [Fabian-Schmidt](https://github.com/Fabian-Schmidt)
- Add support for ESP32 CAM 3MP and 5MP resolutions and arbitrary camera clock. [esphome4580](https://github.com/esphome/esphome/pull/4580) by [peterhalicky](https://github.com/peterhalicky)
- Add a simple 'skip_initial' filter [esphome4582](https://github.com/esphome/esphome/pull/4582) by [sybrenstuvel](https://github.com/sybrenstuvel)
- Fix outdated filter string in platformio_api [esphome4587](https://github.com/esphome/esphome/pull/4587) by [LordMike](https://github.com/LordMike)
- Split test3.yaml [esphome4591](https://github.com/esphome/esphome/pull/4591) by [jesserockz](https://github.com/jesserockz)
- Disallow uart0/1/2 as ids in config [esphome4446](https://github.com/esphome/esphome/pull/4446) by [jesserockz](https://github.com/jesserockz) (breaking-change)
- Upgrade clang-format to v13 [esphome4535](https://github.com/esphome/esphome/pull/4535) by [oxan](https://github.com/oxan)
- B/W support for GooDisplay GDEY029T94 (as used on Adafruit MagTag) [esphome4222](https://github.com/esphome/esphome/pull/4222) by [AaronJackson](https://github.com/AaronJackson)
- Fix negative sqrt root in ct_clamp_sensor.cpp [esphome4236](https://github.com/esphome/esphome/pull/4236) by [jerome992](https://github.com/jerome992)
- Wrap ipv6 code a bit more [esphome4574](https://github.com/esphome/esphome/pull/4574) by [jesserockz](https://github.com/jesserockz)
- Remove EntityBase from sprinkler [esphome4606](https://github.com/esphome/esphome/pull/4606) by [jesserockz](https://github.com/jesserockz)
- Fix wrong port multiplexer name in dump GPIO function of sx1509 [esphome4592](https://github.com/esphome/esphome/pull/4592) by [skaldo](https://github.com/skaldo)
- Bump zeroconf from 0.47.3 to 0.47.4 [esphome4597](https://github.com/esphome/esphome/pull/4597) by [dependabot[bot]](https://github.com/apps/dependabot)
- Bump pytest-asyncio from 0.20.3 to 0.21.0 [esphome4599](https://github.com/esphome/esphome/pull/4599) by [dependabot[bot]](https://github.com/apps/dependabot)
- Limit range on filter time period for remote_receiver [esphome4604](https://github.com/esphome/esphome/pull/4604) by [RoboMagus](https://github.com/RoboMagus)
- add select_schema to select component [esphome4545](https://github.com/esphome/esphome/pull/4545) by [regevbr](https://github.com/regevbr)
- Add ability to clear the gatt cache [esphome4621](https://github.com/esphome/esphome/pull/4621) by [bdraco](https://github.com/bdraco)
- Bump actions/stale from 7 to 8 [esphome4615](https://github.com/esphome/esphome/pull/4615) by [dependabot[bot]](https://github.com/apps/dependabot)
- Require step to be set when calling register_number [esphome4622](https://github.com/esphome/esphome/pull/4622) by [jesserockz](https://github.com/jesserockz) (breaking-change)
- Lower range of CONF_FREQUENCY [esphome4619](https://github.com/esphome/esphome/pull/4619) by [berendhaan](https://github.com/berendhaan)
- Allow entity names to be set to None [esphome4607](https://github.com/esphome/esphome/pull/4607) by [jesserockz](https://github.com/jesserockz)
- Fix platform restriction for bme680_bsec [esphome4616](https://github.com/esphome/esphome/pull/4616) by [jesserockz](https://github.com/jesserockz)
- Fix EzoCommandType enum [esphome4593](https://github.com/esphome/esphome/pull/4593) by [alfredopironti](https://github.com/alfredopironti)
- `EntityBase` Name can stay in flash. [esphome4594](https://github.com/esphome/esphome/pull/4594) by [Fabian-Schmidt](https://github.com/Fabian-Schmidt)
- feat: Add support to unsubscribe from BLE advertisements [esphome4620](https://github.com/esphome/esphome/pull/4620) by [richardhopton](https://github.com/richardhopton)
- EntityBase: Move ObjectId to Flash [esphome4569](https://github.com/esphome/esphome/pull/4569) by [Fabian-Schmidt](https://github.com/Fabian-Schmidt)
- Add workflow to sync device classes with HA dev [esphome4629](https://github.com/esphome/esphome/pull/4629) by [jesserockz](https://github.com/jesserockz)
- Synchronise Device Classes from Home Assistant [esphome4633](https://github.com/esphome/esphome/pull/4633) by [github-actions[bot]](https://github.com/apps/github-actions)
- Remove AUTO_LOAD from as3935 [esphome4630](https://github.com/esphome/esphome/pull/4630) by [jesserockz](https://github.com/jesserockz)
- Add ifdef to new bt proxy unsubscribe [esphome4634](https://github.com/esphome/esphome/pull/4634) by [jesserockz](https://github.com/jesserockz)
- add bluetooth mac address in dump_config() [esphome4628](https://github.com/esphome/esphome/pull/4628) by [felixlungu](https://github.com/felixlungu)
- Binary map bugfixes [esphome4636](https://github.com/esphome/esphome/pull/4636) by [kahrendt](https://github.com/kahrendt)
- entity_base avoid padding bytes. [esphome4637](https://github.com/esphome/esphome/pull/4637) by [Fabian-Schmidt](https://github.com/Fabian-Schmidt)
- Avoid sensor padding. [esphome4638](https://github.com/esphome/esphome/pull/4638) by [Fabian-Schmidt](https://github.com/Fabian-Schmidt)
- Support advanced UART customization [esphome4465](https://github.com/esphome/esphome/pull/4465) by [Fabian-Schmidt](https://github.com/Fabian-Schmidt)
- Log calibration results at level INFO [esphome4240](https://github.com/esphome/esphome/pull/4240) by [Duckle29](https://github.com/Duckle29)
- Number step not optional [esphome4649](https://github.com/esphome/esphome/pull/4649) by [RoboMagus](https://github.com/RoboMagus)
- VSCode / devcontainer updates [esphome4647](https://github.com/esphome/esphome/pull/4647) by [jesserockz](https://github.com/jesserockz)
- Retry PN532_COMMAND_VERSION_DATA on setup() (fixes esphome/issues3823) [esphome4651](https://github.com/esphome/esphome/pull/4651) by [tracestep](https://github.com/tracestep)
- Bump pylint from 2.16.4 to 2.17.2 [esphome4650](https://github.com/esphome/esphome/pull/4650) by [dependabot[bot]](https://github.com/apps/dependabot)
- Bump black from 23.1.0 to 23.3.0 [esphome4635](https://github.com/esphome/esphome/pull/4635) by [dependabot[bot]](https://github.com/apps/dependabot)
- Added in mmc5603 code [esphome4175](https://github.com/esphome/esphome/pull/4175) by [benhoff](https://github.com/benhoff) (new-integration)
- fix compilation with latest esp-idf [esphome4671](https://github.com/esphome/esphome/pull/4671) by [Mic92](https://github.com/Mic92)
- Bump zeroconf from 0.47.4 to 0.56.0 [esphome4674](https://github.com/esphome/esphome/pull/4674) by [dependabot[bot]](https://github.com/apps/dependabot)
- Bump pytest from 7.2.2 to 7.3.0 [esphome4673](https://github.com/esphome/esphome/pull/4673) by [dependabot[bot]](https://github.com/apps/dependabot)
- Add push to talk voice assistant [esphome4648](https://github.com/esphome/esphome/pull/4648) by [jesserockz](https://github.com/jesserockz) (new-integration)
- Fix ESP32 SPI hardware assignment in Arduino fw [esphome4669](https://github.com/esphome/esphome/pull/4669) by [kbx81](https://github.com/kbx81)
- Fix some NFC/PN532 crashes [esphome4678](https://github.com/esphome/esphome/pull/4678) by [kbx81](https://github.com/kbx81)
- Add support for SSD1306 72x40 displays [esphome4659](https://github.com/esphome/esphome/pull/4659) by [johnsto](https://github.com/johnsto)
- Fix pin schema for i2s microphone [esphome4680](https://github.com/esphome/esphome/pull/4680) by [jesserockz](https://github.com/jesserockz)
- Fix BedJet setup priority [fixes esphome/issues3807] [esphome4677](https://github.com/esphome/esphome/pull/4677) by [jhansche](https://github.com/jhansche)
- Add always trigger stop [esphome4249](https://github.com/esphome/esphome/pull/4249) by [X-Ryl669](https://github.com/X-Ryl669)
- Fix graph limits for negative values and other corner cases [esphome4253](https://github.com/esphome/esphome/pull/4253) by [unhold](https://github.com/unhold)
- Fix cut-off on 2.13" waveshare/ttgo epaper displays [esphome4255](https://github.com/esphome/esphome/pull/4255) by [unhold](https://github.com/unhold)
- [Ethernet] Add PHY KSZ8081 support [esphome4668](https://github.com/esphome/esphome/pull/4668) by [Fabian-Schmidt](https://github.com/Fabian-Schmidt)
- Fix restore [esphome4655](https://github.com/esphome/esphome/pull/4655) by [spacemanspiff2007](https://github.com/spacemanspiff2007) (breaking-change)
- debug component, allow without debug logging [esphome4685](https://github.com/esphome/esphome/pull/4685) by [jesserockz](https://github.com/jesserockz)
- Fixed dns2 for ethernet [esphome4698](https://github.com/esphome/esphome/pull/4698) by [HeMan](https://github.com/HeMan)
- Add timeout to i2c write error logs [esphome4697](https://github.com/esphome/esphome/pull/4697) by [Szewcson](https://github.com/Szewcson)
- Add event triggers to voice_assistant [esphome4699](https://github.com/esphome/esphome/pull/4699) by [jesserockz](https://github.com/jesserockz)
- Call on_error if no api client connected that handles voice [esphome4709](https://github.com/esphome/esphome/pull/4709) by [jesserockz](https://github.com/jesserockz)
- Add ethernet powerdown (fixes esphome/issues4420) [esphome4706](https://github.com/esphome/esphome/pull/4706) by [tracestep](https://github.com/tracestep)
- Bump arduino platform version to 5.3.0 [esphome4713](https://github.com/esphome/esphome/pull/4713) by [jesserockz](https://github.com/jesserockz)

2023.4.0b4

- Add ethernet powerdown (fixes esphome/issues4420) [esphome4706](https://github.com/esphome/esphome/pull/4706) by [tracestep](https://github.com/tracestep)
- Bump arduino platform version to 5.3.0 [esphome4713](https://github.com/esphome/esphome/pull/4713) by [jesserockz](https://github.com/jesserockz)

2023.4.0b3

- Call on_error if no api client connected that handles voice [esphome4709](https://github.com/esphome/esphome/pull/4709) by [jesserockz](https://github.com/jesserockz)

Page 20 of 66

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.