This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/esphome/esphome](https://esphome.io/) ([source](https://redirect.github.com/esphome/esphome)) | minor | `65db4c2` -> `bab45db` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>esphome/esphome (docker.io/esphome/esphome)</summary> ### [`v2025.7.3`](https://redirect.github.com/esphome/esphome/releases/tag/2025.7.3) [Compare Source](https://redirect.github.com/esphome/esphome/compare/2025.7.2...2025.7.3) - \[gpio] Auto-disable interrupts for shared GPIO pins in binary sensors [esphome#9701](https://redirect.github.com/esphome/esphome/pull/9701) by [@​bdraco](https://redirect.github.com/bdraco) - Fix format string error in ota\_web\_server.cpp [esphome#9711](https://redirect.github.com/esphome/esphome/pull/9711) by [@​tmpeh](https://redirect.github.com/tmpeh) - \[sdl]\[mipi\_spi] Respect clipping when drawing [esphome#9722](https://redirect.github.com/esphome/esphome/pull/9722) by [@​JonasB2497](https://redirect.github.com/JonasB2497) - \[esp32\_touch] Fix setup mode in v1 driver [esphome#9725](https://redirect.github.com/esphome/esphome/pull/9725) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - \[tuya] Update use of fan\_schema [esphome#9762](https://redirect.github.com/esphome/esphome/pull/9762) by [@​jesserockz](https://redirect.github.com/jesserockz) - \[config\_validation] Add support for suggesting alternate component/platform [esphome#9757](https://redirect.github.com/esphome/esphome/pull/9757) by [@​kbx81](https://redirect.github.com/kbx81) - \[core] Process pending loop enables during setup blocking phase [esphome#9787](https://redirect.github.com/esphome/esphome/pull/9787) by [@​bdraco](https://redirect.github.com/bdraco) - \[fastled\_clockless, fastled\_spi] Add suggested alternate when using IDF [esphome#9784](https://redirect.github.com/esphome/esphome/pull/9784) by [@​kbx81](https://redirect.github.com/kbx81) - \[neopixelbus] Add suggested alternate when using IDF [esphome#9783](https://redirect.github.com/esphome/esphome/pull/9783) by [@​kbx81](https://redirect.github.com/kbx81) - \[bme680\_bsec] Add suggested alternate when using IDF [esphome#9785](https://redirect.github.com/esphome/esphome/pull/9785) by [@​kbx81](https://redirect.github.com/kbx81) ### [`v2025.7.2`](https://redirect.github.com/esphome/esphome/releases/tag/2025.7.2) [Compare Source](https://redirect.github.com/esphome/esphome/compare/2025.7.1...2025.7.2) - Fix template event web\_server crash [esphome#9618](https://redirect.github.com/esphome/esphome/pull/9618) by [@​AzonInc](https://redirect.github.com/AzonInc) - \[api] Fix compilation error with char\* lambdas in HomeAssistant services [esphome#9638](https://redirect.github.com/esphome/esphome/pull/9638) by [@​bdraco](https://redirect.github.com/bdraco) - \[wireguard] Fix boot loop when CONFIG\_LWIP\_TCPIP\_CORE\_LOCKING is enabled [esphome#9637](https://redirect.github.com/esphome/esphome/pull/9637) by [@​bdraco](https://redirect.github.com/bdraco) - \[scheduler] Fix cancellation of timers with empty string names [esphome#9641](https://redirect.github.com/esphome/esphome/pull/9641) by [@​bdraco](https://redirect.github.com/bdraco) - \[logger] fix on\_message [esphome#9642](https://redirect.github.com/esphome/esphome/pull/9642) by [@​ssieb](https://redirect.github.com/ssieb) - esp32\_camera: deprecate i2c\_pins; throw error if combined with i2c: block [esphome#9615](https://redirect.github.com/esphome/esphome/pull/9615) by [@​RubenKelevra](https://redirect.github.com/RubenKelevra) - \[scheduler] Fix DelayAction cancellation in restart mode scripts [esphome#9646](https://redirect.github.com/esphome/esphome/pull/9646) by [@​bdraco](https://redirect.github.com/bdraco) - \[lvgl] Fix meter rotation [esphome#9605](https://redirect.github.com/esphome/esphome/pull/9605) by [@​clydebarrow](https://redirect.github.com/clydebarrow) - \[libretiny] Remove unsupported lock-free queue and event pool implementations [esphome#9653](https://redirect.github.com/esphome/esphome/pull/9653) by [@​bdraco](https://redirect.github.com/bdraco) - \[lvgl] Prevent keyerror on min/max value widgets with no default [esphome#9660](https://redirect.github.com/esphome/esphome/pull/9660) by [@​jesserockz](https://redirect.github.com/jesserockz) - Fix AsyncTCP version mismatch between platformio.ini and async\_tcp component [esphome#9676](https://redirect.github.com/esphome/esphome/pull/9676) by [@​bdraco](https://redirect.github.com/bdraco) - \[speaker] Media player's pipeline properly returns playing state near end of file [esphome#9668](https://redirect.github.com/esphome/esphome/pull/9668) by [@​kahrendt](https://redirect.github.com/kahrendt) - \[voice\_assistant] Use media player callbacks to track TTS response status [esphome#9670](https://redirect.github.com/esphome/esphome/pull/9670) by [@​kahrendt](https://redirect.github.com/kahrendt) - \[gpio] Disable interrupt mode by default for LibreTiny platforms [esphome#9687](https://redirect.github.com/esphome/esphome/pull/9687) by [@​bdraco](https://redirect.github.com/bdraco) ### [`v2025.7.1`](https://redirect.github.com/esphome/esphome/releases/tag/2025.7.1) [Compare Source](https://redirect.github.com/esphome/esphome/compare/2025.7.0...2025.7.1) - \[lvgl]: fix missing await keyword in meter tick\_style width processing [esphome#9538](https://redirect.github.com/esphome/esphome/pull/9538) by [@​theshut](https://redirect.github.com/theshut) - Fix compilation error when using string lambdas with homeassistant services [esphome#9543](https://redirect.github.com/esphome/esphome/pull/9543) by [@​bdraco](https://redirect.github.com/bdraco) - Fix format string warnings in Web Server OTA component [esphome#9569](https://redirect.github.com/esphome/esphome/pull/9569) by [@​bdraco](https://redirect.github.com/bdraco) - Add helpful error message when ESP32+Arduino runs out of flash space [esphome#9580](https://redirect.github.com/esphome/esphome/pull/9580) by [@​bdraco](https://redirect.github.com/bdraco) - Allow disabling OTA for web\_server while keeping it enabled for captive\_portal [esphome#9583](https://redirect.github.com/esphome/esphome/pull/9583) by [@​bdraco](https://redirect.github.com/bdraco) - \[esp32] Add missing include for helpers [esphome#9579](https://redirect.github.com/esphome/esphome/pull/9579) by [@​jesserockz](https://redirect.github.com/jesserockz) - Fix lwIP thread safety assertion failures on ESP32 [esphome#9570](https://redirect.github.com/esphome/esphome/pull/9570) by [@​bdraco](https://redirect.github.com/bdraco) ### [`v2025.7.0`](https://redirect.github.com/esphome/esphome/releases/tag/2025.7.0) [Compare Source](https://redirect.github.com/esphome/esphome/compare/2025.6.3...2025.7.0) #### Full list of changes ##### New Components - Add support for Xiaomi XMWSDJ04MMC [esphome#8591](https://redirect.github.com/esphome/esphome/pull/8591) by [@​medusalix](https://redirect.github.com/medusalix) (new-integration) - \[opt3001] New component [esphome#6625](https://redirect.github.com/esphome/esphome/pull/6625) by [@​ccutrer](https://redirect.github.com/ccutrer) (new-integration) - \[esp32\_hosted] Add support for remote wifi [esphome#8833](https://redirect.github.com/esphome/esphome/pull/8833) by [@​swoboda1337](https://redirect.github.com/swoboda1337) (new-integration) - \[pi4ioe5v6408] Add new IO Expander [esphome#8888](https://redirect.github.com/esphome/esphome/pull/8888) by [@​jesserockz](https://redirect.github.com/jesserockz) (new-integration) - Add support for LN882X Family (with LibreTiny) [esphome#8954](https://redirect.github.com/esphome/esphome/pull/8954) by [@​lamauny](https://redirect.github.com/lamauny) (new-integration) (notable-change) - Replace custom OTA implementation in web\_server\_base [esphome#9274](https://redirect.github.com/esphome/esphome/pull/9274) by [@​bdraco](https://redirect.github.com/bdraco) (new-integration) (breaking-change) - \[ds2484] New component [esphome#9147](https://redirect.github.com/esphome/esphome/pull/9147) by [@​mrk-its](https://redirect.github.com/mrk-its) (new-integration) - \[sx127x] Add sx127x component [esphome#7490](https://redirect.github.com/esphome/esphome/pull/7490) by [@​swoboda1337](https://redirect.github.com/swoboda1337) (new-integration) - Introduce base Camera class to support alternative camera implementations [esphome#9285](https://redirect.github.com/esphome/esphome/pull/9285) by [@​DT-art1](https://redirect.github.com/DT-art1) (new-integration) - \[sx126x] Add sx126x component [esphome#8516](https://redirect.github.com/esphome/esphome/pull/8516) by [@​swoboda1337](https://redirect.github.com/swoboda1337) (new-integration) - lps22: add a component [esphome#7540](https://redirect.github.com/esphome/esphome/pull/7540) by [@​nagisa](https://redirect.github.com/nagisa) (new-integration) - Add support for GL-R01 I2C - Time of Flight sensor [esphome#8329](https://redirect.github.com/esphome/esphome/pull/8329) by [@​pkejval](https://redirect.github.com/pkejval) (new-integration) ##### Breaking Changes - \[binary\_sensor] Add action to invalidate state and pass to HA [esphome#8961](https://redirect.github.com/esphome/esphome/pull/8961) by [@​clydebarrow](https://redirect.github.com/clydebarrow) (breaking-change) - \[esp32\_hall] Remove esp32\_hall [esphome#9117](https://redirect.github.com/esphome/esphome/pull/9117) by [@​swoboda1337](https://redirect.github.com/swoboda1337) (breaking-change) - \[web\_server] Upgrade ESPAsync libraries [esphome#8867](https://redirect.github.com/esphome/esphome/pull/8867) by [@​kuba2k2](https://redirect.github.com/kuba2k2) (breaking-change) - Bump ESP32 Arduino version to 3.1.3 [esphome#8604](https://redirect.github.com/esphome/esphome/pull/8604) by [@​swoboda1337](https://redirect.github.com/swoboda1337) (breaking-change) - \[mqtt] Don't wait for connection unless configured to [esphome#8933](https://redirect.github.com/esphome/esphome/pull/8933) by [@​jesserockz](https://redirect.github.com/jesserockz) (breaking-change) - \[API] Sub devices and areas [esphome#8544](https://redirect.github.com/esphome/esphome/pull/8544) by [@​dala318](https://redirect.github.com/dala318) (breaking-change) - Reduce memory required for sensor entities [esphome#9201](https://redirect.github.com/esphome/esphome/pull/9201) by [@​bdraco](https://redirect.github.com/bdraco) (breaking-change) - Optimize TemplatableValue memory [esphome#9202](https://redirect.github.com/esphome/esphome/pull/9202) by [@​bdraco](https://redirect.github.com/bdraco) (breaking-change) - Optimize Application class memory layout and reduce loop\_interval size [esphome#9208](https://redirect.github.com/esphome/esphome/pull/9208) by [@​bdraco](https://redirect.github.com/bdraco) (breaking-change) - \[pins] Update `internal_gpio_pin_number` to work directly like `internal_gpio_output_pin_number` [esphome#9270](https://redirect.github.com/esphome/esphome/pull/9270) by [@​jesserockz](https://redirect.github.com/jesserockz) (breaking-change) - \[smt100] Rename `dielectric_constant` to `permittivity` [esphome#9175](https://redirect.github.com/esphome/esphome/pull/9175) by [@​piechade](https://redirect.github.com/piechade) (breaking-change) - Fix entity hash collisions by enforcing unique names across devices per platform [esphome#9276](https://redirect.github.com/esphome/esphome/pull/9276) by [@​bdraco](https://redirect.github.com/bdraco) (breaking-change) - \[esp32] Remove IDF 4 support and clean up code [esphome#9145](https://redirect.github.com/esphome/esphome/pull/9145) by [@​swoboda1337](https://redirect.github.com/swoboda1337) (breaking-change) - Replace custom OTA implementation in web\_server\_base [esphome#9274](https://redirect.github.com/esphome/esphome/pull/9274) by [@​bdraco](https://redirect.github.com/bdraco) (new-integration) (breaking-change) - Reduce RAM usage by optimizing Color constant storage [esphome#9339](https://redirect.github.com/esphome/esphome/pull/9339) by [@​bdraco](https://redirect.github.com/bdraco) (breaking-change) - Optimize logger callback API by including message length parameter [esphome#9368](https://redirect.github.com/esphome/esphome/pull/9368) by [@​bdraco](https://redirect.github.com/bdraco) (breaking-change) - Conditionally compile API user services to save 4.3KB flash (follow-up to [#​9262](https://redirect.github.com/esphome/esphome/issues/9262)) [esphome#9451](https://redirect.github.com/esphome/esphome/pull/9451) by [@​bdraco](https://redirect.github.com/bdraco) (breaking-change) - \[json] Bump ArduinoJson library to 7.4.2 [esphome#8857](https://redirect.github.com/esphome/esphome/pull/8857) by [@​kahrendt](https://redirect.github.com/kahrendt) (breaking-change) ##### Notable Changes - Add support for LN882X Family (with LibreTiny) [esphome#8954](https://redirect.github.com/esphome/esphome/pull/8954) by [@​lamauny](https://redirect.github.com/lamauny) (new-integration) (notable-change) - Jinja expressions in configs (Take [#​3](https://redirect.github.com/esphome/esphome/issues/3)) [esphome#8955](https://redirect.github.com/esphome/esphome/pull/8955) by [@​jpeletier](https://redirect.github.com/jpeletier) (notable-change) ##### All changes <details> <summary>Show</summary> - \[core/pins] improve pins types [esphome#8848](https://redirect.github.com/esphome/esphome/pull/8848) by [@​ximex](https://redirect.github.com/ximex) - \[binary\_sensor] Add action to invalidate state and pass to HA [esphome#8961](https://redirect.github.com/esphome/esphome/pull/8961) by [@​clydebarrow](https://redirect.github.com/clydebarrow) (breaking-change) - ina219: powerdown the sensor on shutdown [esphome#9053](https://redirect.github.com/esphome/esphome/pull/9053) by [@​youknow0](https://redirect.github.com/youknow0) - Build with C++17 [esphome#8603](https://redirect.github.com/esphome/esphome/pull/8603) by [@​HeMan](https://redirect.github.com/HeMan) - Move some consts to `const.py` [esphome#9084](https://redirect.github.com/esphome/esphome/pull/9084) by [@​kbx81](https://redirect.github.com/kbx81) - Reduce Component memory usage by 20 bytes per component [esphome#9080](https://redirect.github.com/esphome/esphome/pull/9080) by [@​bdraco](https://redirect.github.com/bdraco) - \[ruff] Apply various ruff suggestions [esphome#8947](https://redirect.github.com/esphome/esphome/pull/8947) by [@​jesserockz](https://redirect.github.com/jesserockz) - Bump LibreTiny recommended version to 1.9.1 [esphome#9110](https://redirect.github.com/esphome/esphome/pull/9110) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - \[esp32\_hall] Remove esp32\_hall [esphome#9117](https://redirect.github.com/esphome/esphome/pull/9117) by [@​swoboda1337](https://redirect.github.com/swoboda1337) (breaking-change) - Resolve esphome::optional vs std::optional ambiguity in code generation [esphome#9119](https://redirect.github.com/esphome/esphome/pull/9119) by [@​bdraco](https://redirect.github.com/bdraco) - Add intent progress event to voice assistant enum [esphome#9103](https://redirect.github.com/esphome/esphome/pull/9103) by [@​synesthesiam](https://redirect.github.com/synesthesiam) - Pin libretiny to 1.9.1 [esphome#9118](https://redirect.github.com/esphome/esphome/pull/9118) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - Bump ruff in pre-commit to 0.12.0 [esphome#9121](https://redirect.github.com/esphome/esphome/pull/9121) by [@​bdraco](https://redirect.github.com/bdraco) - \[heatpumpir] Bump HeatpumpIR to 1.0.35 [esphome#9123](https://redirect.github.com/esphome/esphome/pull/9123) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - \[i2s\_audio] Bump esphome/ESP32-audioI2S to 2.3.0 [esphome#9124](https://redirect.github.com/esphome/esphome/pull/9124) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - Reduce CPU overhead by allowing components to disable their loop() [esphome#9089](https://redirect.github.com/esphome/esphome/pull/9089) by [@​bdraco](https://redirect.github.com/bdraco) - Add support for Xiaomi XMWSDJ04MMC [esphome#8591](https://redirect.github.com/esphome/esphome/pull/8591) by [@​medusalix](https://redirect.github.com/medusalix) (new-integration) - \[web\_server] Upgrade ESPAsync libraries [esphome#8867](https://redirect.github.com/esphome/esphome/pull/8867) by [@​kuba2k2](https://redirect.github.com/kuba2k2) (breaking-change) - Bump ESP32 Arduino version to 3.1.3 [esphome#8604](https://redirect.github.com/esphome/esphome/pull/8604) by [@​swoboda1337](https://redirect.github.com/swoboda1337) (breaking-change) - Remove empty generated protobuf methods [esphome#9098](https://redirect.github.com/esphome/esphome/pull/9098) by [@​bdraco](https://redirect.github.com/bdraco) - Reduce code duplication in auto-generated API protocol code [esphome#9097](https://redirect.github.com/esphome/esphome/pull/9097) by [@​bdraco](https://redirect.github.com/bdraco) - Use smaller atomic types for ESP32 BLE Tracker ring buffer indices [esphome#9106](https://redirect.github.com/esphome/esphome/pull/9106) by [@​bdraco](https://redirect.github.com/bdraco) - Optimize API server performance by using cached loop time [esphome#9104](https://redirect.github.com/esphome/esphome/pull/9104) by [@​bdraco](https://redirect.github.com/bdraco) - Optimize API component memory usage by reordering class members to reduce padding [esphome#9111](https://redirect.github.com/esphome/esphome/pull/9111) by [@​bdraco](https://redirect.github.com/bdraco) - Optimize bluetooth\_proxy memory usage on ESP32 [esphome#9114](https://redirect.github.com/esphome/esphome/pull/9114) by [@​bdraco](https://redirect.github.com/bdraco) - Add enable\_loop\_soon\_any\_context() for thread and ISR-safe loop enabling [esphome#9127](https://redirect.github.com/esphome/esphome/pull/9127) by [@​bdraco](https://redirect.github.com/bdraco) - Optimize OTA loop to avoid unnecessary stack allocations [esphome#9129](https://redirect.github.com/esphome/esphome/pull/9129) by [@​bdraco](https://redirect.github.com/bdraco) - \[i2c] Expose internal i2c bus port number [esphome#9136](https://redirect.github.com/esphome/esphome/pull/9136) by [@​jesserockz](https://redirect.github.com/jesserockz) - Disable Ethernet loop polling when connected and stable [esphome#9102](https://redirect.github.com/esphome/esphome/pull/9102) by [@​bdraco](https://redirect.github.com/bdraco) - Clean up RAMAllocators in audio related code [esphome#9140](https://redirect.github.com/esphome/esphome/pull/9140) by [@​jesserockz](https://redirect.github.com/jesserockz) - Clean up RAMAllocators in http\_request code [esphome#9143](https://redirect.github.com/esphome/esphome/pull/9143) by [@​jesserockz](https://redirect.github.com/jesserockz) - Clean up RAMAllocators in display related code [esphome#9141](https://redirect.github.com/esphome/esphome/pull/9141) by [@​jesserockz](https://redirect.github.com/jesserockz) - \[i2c] Make `get_port()` public [esphome#9146](https://redirect.github.com/esphome/esphome/pull/9146) by [@​jesserockz](https://redirect.github.com/jesserockz) - \[esp32\_camera] Allow sharing i2c bus [esphome#9137](https://redirect.github.com/esphome/esphome/pull/9137) by [@​jesserockz](https://redirect.github.com/jesserockz) - \[nextion] Add command queuing to prevent command loss when spacing is active [esphome#9139](https://redirect.github.com/esphome/esphome/pull/9139) by [@​edwardtfn](https://redirect.github.com/edwardtfn) - \[nextion] Cached timing optimization [esphome#9150](https://redirect.github.com/esphome/esphome/pull/9150) by [@​edwardtfn](https://redirect.github.com/edwardtfn) - \[wifi, wifi\_info] Tidy up/shorten more log messages [esphome#9151](https://redirect.github.com/esphome/esphome/pull/9151) by [@​kbx81](https://redirect.github.com/kbx81) - \[bh1750] Remove redundant platform name from logging [esphome#9153](https://redirect.github.com/esphome/esphome/pull/9153) by [@​kbx81](https://redirect.github.com/kbx81) - Add option to enable support for USB Hubs [esphome#9154](https://redirect.github.com/esphome/esphome/pull/9154) by [@​RoganDawes](https://redirect.github.com/RoganDawes) - \[spi] Enable >6 devices with ESP-IDF [esphome#9128](https://redirect.github.com/esphome/esphome/pull/9128) by [@​clydebarrow](https://redirect.github.com/clydebarrow) - Clean up RAMAllocators in light related code [esphome#9142](https://redirect.github.com/esphome/esphome/pull/9142) by [@​jesserockz](https://redirect.github.com/jesserockz) - \[nextion] Extract common `upload_end_` function to shared file [esphome#9155](https://redirect.github.com/esphome/esphome/pull/9155) by [@​edwardtfn](https://redirect.github.com/edwardtfn) - Improve on C++17 [esphome#9170](https://redirect.github.com/esphome/esphome/pull/9170) by [@​HeMan](https://redirect.github.com/HeMan) - \[nextion] Revert to `millis()` on `recv_ret_string_` [esphome#9168](https://redirect.github.com/esphome/esphome/pull/9168) by [@​edwardtfn](https://redirect.github.com/edwardtfn) - \[const] Move `CONF_DEVICES` to `const.py` [esphome#9179](https://redirect.github.com/esphome/esphome/pull/9179) by [@​jesserockz](https://redirect.github.com/jesserockz) - Reduce Logger memory usage by optimizing variable sizes [esphome#9161](https://redirect.github.com/esphome/esphome/pull/9161) by [@​bdraco](https://redirect.github.com/bdraco) - Fix slow noise handshake by reading multiple messages per loop [esphome#9130](https://redirect.github.com/esphome/esphome/pull/9130) by [@​bdraco](https://redirect.github.com/bdraco) - Reduce RAM usage for scheduled tasks [esphome#9180](https://redirect.github.com/esphome/esphome/pull/9180) by [@​bdraco](https://redirect.github.com/bdraco) - Pre-reserve looping components vector to reduce memory allocations [esphome#9177](https://redirect.github.com/esphome/esphome/pull/9177) by [@​bdraco](https://redirect.github.com/bdraco) - \[lvgl] Add start\_value to bar; make values templatable and updateable [esphome#9056](https://redirect.github.com/esphome/esphome/pull/9056) by [@​clydebarrow](https://redirect.github.com/clydebarrow) - \[lvgl] Use styles instead of object properties for themes [esphome#9116](https://redirect.github.com/esphome/esphome/pull/9116) by [@​clydebarrow](https://redirect.github.com/clydebarrow) - Feature fontmetrics [esphome#8978](https://redirect.github.com/esphome/esphome/pull/8978) by [@​JonasB2497](https://redirect.github.com/JonasB2497) - Image should not update when setting URL [esphome#8885](https://redirect.github.com/esphome/esphome/pull/8885) by [@​gpambrozio](https://redirect.github.com/gpambrozio) - \[opt3001] New component [esphome#6625](https://redirect.github.com/esphome/esphome/pull/6625) by [@​ccutrer](https://redirect.github.com/ccutrer) (new-integration) - \[mqtt] Don't wait for connection unless configured to [esphome#8933](https://redirect.github.com/esphome/esphome/pull/8933) by [@​jesserockz](https://redirect.github.com/jesserockz) (breaking-change) - \[modbus\_controller] Fix modbus read\_lambda precision for non-floats or large integers [esphome#9159](https://redirect.github.com/esphome/esphome/pull/9159) by [@​jpeletier](https://redirect.github.com/jpeletier) - \[helpers] Add `format_mac_address_pretty` function, migrate components [esphome#9193](https://redirect.github.com/esphome/esphome/pull/9193) by [@​kbx81](https://redirect.github.com/kbx81) - \[ld2450] Use `App.get_loop_component_start_time()`, shorten log messages [esphome#9192](https://redirect.github.com/esphome/esphome/pull/9192) by [@​kbx81](https://redirect.github.com/kbx81) - \[ld2420] Shorten log messages + other clean-up [esphome#9200](https://redirect.github.com/esphome/esphome/pull/9200) by [@​kbx81](https://redirect.github.com/kbx81) - \[ld2410] Use `App.get_loop_component_start_time()`, shorten log messages [esphome#9194](https://redirect.github.com/esphome/esphome/pull/9194) by [@​kbx81](https://redirect.github.com/kbx81) - \[esp32\_hall] Add dummy component [esphome#9125](https://redirect.github.com/esphome/esphome/pull/9125) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - fix(MQTT): Call disconnect callback on DNS error [esphome#9016](https://redirect.github.com/esphome/esphome/pull/9016) by [@​Rapsssito](https://redirect.github.com/Rapsssito) - Rename kVARh/VARh to kvarh/varh [esphome#9191](https://redirect.github.com/esphome/esphome/pull/9191) by [@​Drafteed](https://redirect.github.com/Drafteed) - \[API] Sub devices and areas [esphome#8544](https://redirect.github.com/esphome/esphome/pull/8544) by [@​dala318](https://redirect.github.com/dala318) (breaking-change) - \[binary\_sensor] Add timeout filter [esphome#9198](https://redirect.github.com/esphome/esphome/pull/9198) by [@​clydebarrow](https://redirect.github.com/clydebarrow) - \[lvgl] Allow linear positioning of grid cells [esphome#9196](https://redirect.github.com/esphome/esphome/pull/9196) by [@​clydebarrow](https://redirect.github.com/clydebarrow) - Reduce memory required for sensor entities [esphome#9201](https://redirect.github.com/esphome/esphome/pull/9201) by [@​bdraco](https://redirect.github.com/bdraco) (breaking-change) - Reduce logger CPU usage by disabling loop when buffer is empty [esphome#9160](https://redirect.github.com/esphome/esphome/pull/9160) by [@​bdraco](https://redirect.github.com/bdraco) - Optimize API connection loop performance [esphome#9184](https://redirect.github.com/esphome/esphome/pull/9184) by [@​bdraco](https://redirect.github.com/bdraco) - Optimize TemplatableValue memory [esphome#9202](https://redirect.github.com/esphome/esphome/pull/9202) by [@​bdraco](https://redirect.github.com/bdraco) (breaking-change) - Optimize API connection memory with tagged pointers [esphome#9203](https://redirect.github.com/esphome/esphome/pull/9203) by [@​bdraco](https://redirect.github.com/bdraco) - Fix missing protobuf message dump for batched messages with very verbose logging [esphome#9206](https://redirect.github.com/esphome/esphome/pull/9206) by [@​bdraco](https://redirect.github.com/bdraco) - Optimize Application class memory layout and reduce loop\_interval size [esphome#9208](https://redirect.github.com/esphome/esphome/pull/9208) by [@​bdraco](https://redirect.github.com/bdraco) (breaking-change) - Use shared workflow for locking [esphome#9211](https://redirect.github.com/esphome/esphome/pull/9211) by [@​jesserockz](https://redirect.github.com/jesserockz) - \[esp32] Improve and simplify IDF component support [esphome#9163](https://redirect.github.com/esphome/esphome/pull/9163) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - \[ld2450] More optimizing, fix copypasta [esphome#9210](https://redirect.github.com/esphome/esphome/pull/9210) by [@​kbx81](https://redirect.github.com/kbx81) - \[ci] Lint lock.yml [esphome#9214](https://redirect.github.com/esphome/esphome/pull/9214) by [@​jesserockz](https://redirect.github.com/jesserockz) - \[script] Add exec bit to run-in-env [esphome#9212](https://redirect.github.com/esphome/esphome/pull/9212) by [@​jesserockz](https://redirect.github.com/jesserockz) - \[ld2410] More optimizations [esphome#9209](https://redirect.github.com/esphome/esphome/pull/9209) by [@​kbx81](https://redirect.github.com/kbx81) - \[ld2450] Move consts to cpp file, optimize memory use [esphome#9215](https://redirect.github.com/esphome/esphome/pull/9215) by [@​kbx81](https://redirect.github.com/kbx81) - \[tests] Remove extra newline [esphome#9213](https://redirect.github.com/esphome/esphome/pull/9213) by [@​jesserockz](https://redirect.github.com/jesserockz) - Optimize SafeModeComponent memory layout to reduce padding [esphome#9228](https://redirect.github.com/esphome/esphome/pull/9228) by [@​bdraco](https://redirect.github.com/bdraco) - \[esp32\_hosted] Add support for remote wifi [esphome#8833](https://redirect.github.com/esphome/esphome/pull/8833) by [@​swoboda1337](https://redirect.github.com/swoboda1337) (new-integration) - use c++17 `[[fallthrough]];` [esphome#9149](https://redirect.github.com/esphome/esphome/pull/9149) by [@​ximex](https://redirect.github.com/ximex) - \[esp32] Update IDF components to use the registry [esphome#9223](https://redirect.github.com/esphome/esphome/pull/9223) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - \[wifi] Reduce memory usage [esphome#9232](https://redirect.github.com/esphome/esphome/pull/9232) by [@​bdraco](https://redirect.github.com/bdraco) - \[ethernet] Reduce memory usage by 8 bytes [esphome#9231](https://redirect.github.com/esphome/esphome/pull/9231) by [@​bdraco](https://redirect.github.com/bdraco) - \[gpio] Reduce ESP32 memory usage by optimizing struct padding [esphome#9230](https://redirect.github.com/esphome/esphome/pull/9230) by [@​bdraco](https://redirect.github.com/bdraco) - Reduce component\_iterator memory usage [esphome#9205](https://redirect.github.com/esphome/esphome/pull/9205) by [@​bdraco](https://redirect.github.com/bdraco) - Upgrade to use C++20 [esphome#9135](https://redirect.github.com/esphome/esphome/pull/9135) by [@​HeMan](https://redirect.github.com/HeMan) - \[mcp23xxx\_base] fix pin interrupts [esphome#9244](https://redirect.github.com/esphome/esphome/pull/9244) by [@​ssieb](https://redirect.github.com/ssieb) - \[i2c] Disable i2c scan on certain idf versions [esphome#9237](https://redirect.github.com/esphome/esphome/pull/9237) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - Reduce libretiny logconfig messages [esphome#9239](https://redirect.github.com/esphome/esphome/pull/9239) by [@​bdraco](https://redirect.github.com/bdraco) - Disable dynamic log level control for ESP32 ESP-IDF builds [esphome#9233](https://redirect.github.com/esphome/esphome/pull/9233) by [@​bdraco](https://redirect.github.com/bdraco) - Silence protobuf compatibility warnings when importing aioesphomeapi [esphome#9236](https://redirect.github.com/esphome/esphome/pull/9236) by [@​bdraco](https://redirect.github.com/bdraco) - \[esp32] Allow 5.4.2 [esphome#9243](https://redirect.github.com/esphome/esphome/pull/9243) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - Remove backports of `std` [esphome#9246](https://redirect.github.com/esphome/esphome/pull/9246) by [@​HeMan](https://redirect.github.com/HeMan) - Fix buffer corruption in API message encoding with very verbose logging [esphome#9249](https://redirect.github.com/esphome/esphome/pull/9249) by [@​bdraco](https://redirect.github.com/bdraco) - Extract lock-free queue and event pool to core helpers [esphome#9238](https://redirect.github.com/esphome/esphome/pull/9238) by [@​bdraco](https://redirect.github.com/bdraco) - Replace ping retry timer with batch queue fallback [esphome#9207](https://redirect.github.com/esphome/esphome/pull/9207) by [@​bdraco](https://redirect.github.com/bdraco) - \[thermostat] Memory optimizations [esphome#9259](https://redirect.github.com/esphome/esphome/pull/9259) by [@​kbx81](https://redirect.github.com/kbx81) - \[adc] Memory optimizations [esphome#9247](https://redirect.github.com/esphome/esphome/pull/9247) by [@​kbx81](https://redirect.github.com/kbx81) - \[light] Memory optimizations [esphome#9260](https://redirect.github.com/esphome/esphome/pull/9260) by [@​kbx81](https://redirect.github.com/kbx81) - Reduce web\_server code duplication by extracting detail parameter parsing [esphome#9257](https://redirect.github.com/esphome/esphome/pull/9257) by [@​bdraco](https://redirect.github.com/bdraco) - Remove redundant get\_setup\_priority() overrides returning default value [esphome#9253](https://redirect.github.com/esphome/esphome/pull/9253) by [@​bdraco](https://redirect.github.com/bdraco) - Fix MQTT blocking main loop for multiple seconds at a time [esphome#8325](https://redirect.github.com/esphome/esphome/pull/8325) by [@​dwmw2](https://redirect.github.com/dwmw2) - Remove single-use send\_\*\_info wrappers in API connection [esphome#9255](https://redirect.github.com/esphome/esphome/pull/9255) by [@​bdraco](https://redirect.github.com/bdraco) - Reduce API memory footprint through bitfield consolidation and type sizing [esphome#9252](https://redirect.github.com/esphome/esphome/pull/9252) by [@​bdraco](https://redirect.github.com/bdraco) - Reduce flash usage by making add\_message\_object non-template [esphome#9258](https://redirect.github.com/esphome/esphome/pull/9258) by [@​bdraco](https://redirect.github.com/bdraco) - Remove unused return value from read\_message and fix ifdef placement in generated API code [esphome#9256](https://redirect.github.com/esphome/esphome/pull/9256) by [@​bdraco](https://redirect.github.com/bdraco) - Reduce web\_server RAM usage by 96 bytes with conditional sorting compilation [esphome#9227](https://redirect.github.com/esphome/esphome/pull/9227) by [@​bdraco](https://redirect.github.com/bdraco) - Add interrupt support to GPIO binary sensors [esphome#9115](https://redirect.github.com/esphome/esphome/pull/9115) by [@​bdraco](https://redirect.github.com/bdraco) - \[pi4ioe5v6408] Add new IO Expander [esphome#8888](https://redirect.github.com/esphome/esphome/pull/8888) by [@​jesserockz](https://redirect.github.com/jesserockz) (new-integration) - Reduce loop enable/disable log spam by using very verbose level [esphome#9267](https://redirect.github.com/esphome/esphome/pull/9267) by [@​bdraco](https://redirect.github.com/bdraco) - Fix thread-safe cleanup of event source connections in ESP-IDF web server [esphome#9268](https://redirect.github.com/esphome/esphome/pull/9268) by [@​bdraco](https://redirect.github.com/bdraco) - Reduce API component memory usage with conditional compilation [esphome#9262](https://redirect.github.com/esphome/esphome/pull/9262) by [@​bdraco](https://redirect.github.com/bdraco) - Optimize scheduler string storage to eliminate heap allocations [esphome#9251](https://redirect.github.com/esphome/esphome/pull/9251) by [@​bdraco](https://redirect.github.com/bdraco) - Optimize web\_server UrlMatch to avoid heap allocations [esphome#9263](https://redirect.github.com/esphome/esphome/pull/9263) by [@​bdraco](https://redirect.github.com/bdraco) - Add support for LN882X Family (with LibreTiny) [esphome#8954](https://redirect.github.com/esphome/esphome/pull/8954) by [@​lamauny](https://redirect.github.com/lamauny) (new-integration) (notable-change) - Support DM9051 SPI ethernet device [esphome#6861](https://redirect.github.com/esphome/esphome/pull/6861) by [@​bmork](https://redirect.github.com/bmork) - \[light] Fix transitions with `lerp` [esphome#9269](https://redirect.github.com/esphome/esphome/pull/9269) by [@​kbx81](https://redirect.github.com/kbx81) - \[remote\_base] Fix dumper base class and enable schema extension [esphome#9218](https://redirect.github.com/esphome/esphome/pull/9218) by [@​gabest11](https://redirect.github.com/gabest11) - \[ld2420] Move consts to cpp file, optimize memory use [esphome#9216](https://redirect.github.com/esphome/esphome/pull/9216) by [@​kbx81](https://redirect.github.com/kbx81) - Update libsodium to 1.0.20 [esphome#9240](https://redirect.github.com/esphome/esphome/pull/9240) by [@​bdraco](https://redirect.github.com/bdraco) - Fixes for async MQTT [esphome#9273](https://redirect.github.com/esphome/esphome/pull/9273) by [@​dwmw2](https://redirect.github.com/dwmw2) - Fix flaky test\_api\_conditional\_memory by waiting for all required states [esphome#9271](https://redirect.github.com/esphome/esphome/pull/9271) by [@​bdraco](https://redirect.github.com/bdraco) - \[pins] Update `internal_gpio_pin_number` to work directly like `internal_gpio_output_pin_number` [esphome#9270](https://redirect.github.com/esphome/esphome/pull/9270) by [@​jesserockz](https://redirect.github.com/jesserockz) (breaking-change) - \[http\_request.update] Fix `size_t` printing [esphome#9144](https://redirect.github.com/esphome/esphome/pull/9144) by [@​jesserockz](https://redirect.github.com/jesserockz) - \[smt100] Rename `dielectric_constant` to `permittivity` [esphome#9175](https://redirect.github.com/esphome/esphome/pull/9175) by [@​piechade](https://redirect.github.com/piechade) (breaking-change) - \[ethernet] P4 changes and 5.3.0 deprecated warnings [esphome#8457](https://redirect.github.com/esphome/esphome/pull/8457) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - Fix - Pass thread TLVs down to openthread if they are defined [esphome#9182](https://redirect.github.com/esphome/esphome/pull/9182) by [@​mrene](https://redirect.github.com/mrene) - Fix entity hash collisions by enforcing unique names across devices per platform [esphome#9276](https://redirect.github.com/esphome/esphome/pull/9276) by [@​bdraco](https://redirect.github.com/bdraco) (breaking-change) - \[host] Disable platformio ldf [esphome#9277](https://redirect.github.com/esphome/esphome/pull/9277) by [@​jesserockz](https://redirect.github.com/jesserockz) - Jinja expressions in configs (Take [#​3](https://redirect.github.com/esphome/esphome/issues/3)) [esphome#8955](https://redirect.github.com/esphome/esphome/pull/8955) by [@​jpeletier](https://redirect.github.com/jpeletier) (notable-change) - Use interrupt based approach for esp32\_touch [esphome#9059](https://redirect.github.com/esphome/esphome/pull/9059) by [@​bdraco](https://redirect.github.com/bdraco) - Add OTA support to ESP-IDF webserver [esphome#9264](https://redirect.github.com/esphome/esphome/pull/9264) by [@​bdraco](https://redirect.github.com/bdraco) - \[modbus] Modbus server role: write holding registers [esphome#9156](https://redirect.github.com/esphome/esphome/pull/9156) by [@​jpeletier](https://redirect.github.com/jpeletier) - \[esp32] Remove IDF 4 support and clean up code [esphome#9145](https://redirect.github.com/esphome/esphome/pull/9145) by [@​swoboda1337](https://redirect.github.com/swoboda1337) (breaking-change) - Fix regression: BK7231N devices not returning entities via API [esphome#9283](https://redirect.github.com/esphome/esphome/pull/9283) by [@​bdraco](https://redirect.github.com/bdraco) - \[esp32\_rmt\_led\_strip] Reduce memory usage by 32x with IDF 5.3 [esphome#8388](https://redirect.github.com/esphome/esphome/pull/8388) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - \[api] Dump bytes fields as hex instead of unreadable string [esphome#9288](https://redirect.github.com/esphome/esphome/pull/9288) by [@​jesserockz](https://redirect.github.com/jesserockz) - Reduce Component memory usage by 40% (8 bytes per component) [esphome#9278](https://redirect.github.com/esphome/esphome/pull/9278) by [@​bdraco](https://redirect.github.com/bdraco) - Replace custom OTA implementation in web\_server\_base [esphome#9274](https://redirect.github.com/esphome/esphome/pull/9274) by [@​bdraco](https://redirect.github.com/bdraco) (new-integration) (breaking-change) - pulse\_meter total [esphome#9282](https://redirect.github.com/esphome/esphome/pull/9282) by [@​prchal](https://redirect.github.com/prchal) - Mmc5603 fix for devices that don't retrieve chip\_id [esphome#8959](https://redirect.github.com/esphome/esphome/pull/8959) by [@​jsb2092](https://redirect.github.com/jsb2092) - made qr\_code elements optional [esphome#8896](https://redirect.github.com/esphome/esphome/pull/8896) by [@​JonasB2497](https://redirect.github.com/JonasB2497) - \[nextion] memory optimization [esphome#9164](https://redirect.github.com/esphome/esphome/pull/9164) by [@​edwardtfn](https://redirect.github.com/edwardtfn) - Use encode\_bytes() for protobuf bytes fields [esphome#9289](https://redirect.github.com/esphome/esphome/pull/9289) by [@​bdraco](https://redirect.github.com/bdraco) - \[core] Deleting CMakeCache.txt for fast recompilation with ESP-IDF [esphome#8750](https://redirect.github.com/esphome/esphome/pull/8750) by [@​zkoalexey](https://redirect.github.com/zkoalexey) - \[heatpumpir] Add Support for PHS32 HeatPump [esphome#7378](https://redirect.github.com/esphome/esphome/pull/7378) by [@​mrtntome](https://redirect.github.com/mrtntome) - OpenThread - add Device Type [esphome#9272](https://redirect.github.com/esphome/esphome/pull/9272) by [@​rwrozelle](https://redirect.github.com/rwrozelle) - Don't compile `state_to_string()` unless debugging. [esphome#7473](https://redirect.github.com/esphome/esphome/pull/7473) by [@​colmbuckley](https://redirect.github.com/colmbuckley) - \[time] Add `USE_TIME_TIMEZONE` define [esphome#9290](https://redirect.github.com/esphome/esphome/pull/9290) by [@​jesserockz](https://redirect.github.com/jesserockz) - \[time] fix clang-tidy [esphome#9292](https://redirect.github.com/esphome/esphome/pull/9292) by [@​tomaszduda23](https://redirect.github.com/tomaszduda23) - \[esp32\_touch] Fix threshold [esphome#9291](https://redirect.github.com/esphome/esphome/pull/9291) by [@​clydebarrow](https://redirect.github.com/clydebarrow) - \[ds2484] New component [esphome#9147](https://redirect.github.com/esphome/esphome/pull/9147) by [@​mrk-its](https://redirect.github.com/mrk-its) (new-integration) - Fix missing ifdef guards in API protobuf generator [esphome#9296](https://redirect.github.com/esphome/esphome/pull/9296) by [@​bdraco](https://redirect.github.com/bdraco) - Save flash and RAM by conditionally compiling unused API password code [esphome#9297](https://redirect.github.com/esphome/esphome/pull/9297) by [@​bdraco](https://redirect.github.com/bdraco) - \[Packet transport] Ping timeout sensor [esphome#8694](https://redirect.github.com/esphome/esphome/pull/8694) by [@​dala318](https://redirect.github.com/dala318) - Allow disabling API batch delay for real-time state updates [esphome#9298](https://redirect.github.com/esphome/esphome/pull/9298) by [@​bdraco](https://redirect.github.com/bdraco) - Packages: optional base path for remote git packages [esphome#9279](https://redirect.github.com/esphome/esphome/pull/9279) by [@​dudanov](https://redirect.github.com/dudanov) - \[sx127x] Add sx127x component [esphome#7490](https://redirect.github.com/esphome/esphome/pull/7490) by [@​swoboda1337](https://redirect.github.com/swoboda1337) (new-integration) - \[microphone] simplify mute handling to avoid unnecessary copies [esphome#9303](https://redirect.github.com/esphome/esphome/pull/9303) by [@​kahrendt](https://redirect.github.com/kahrendt) - Add device\_id to entity state messages for sub-device support [esphome#9304](https://redirect.github.com/esphome/esphome/pull/9304) by [@​bdraco](https://redirect.github.com/bdraco) - Fix web\_server URL parsing lifetime issue [esphome#9309](https://redirect.github.com/esphome/esphome/pull/9309) by [@​bdraco](https://redirect.github.com/bdraco) - Reduce web\_server loop overhead on ESP32 by avoiding unnecessary semaphore operations [esphome#9308](https://redirect.github.com/esphome/esphome/pull/9308) by [@​bdraco](https://redirect.github.com/bdraco) - Fix compiler warning in tsl2591 component [esphome#9310](https://redirect.github.com/esphome/esphome/pull/9310) by [@​mikelawrence](https://redirect.github.com/mikelawrence) - Fix web\_server busy loop with ungracefully disconnected clients [esphome#9312](https://redirect.github.com/esphome/esphome/pull/9312) by [@​bdraco](https://redirect.github.com/bdraco) - Add const char overload for Component::defer() [esphome#9324](https://redirect.github.com/esphome/esphome/pull/9324) by [@​bdraco](https://redirect.github.com/bdraco) - \[rtttl] trim extraneous whitespace in "ac\_dimmer" in "PWM\_BAD" list [esphome#9318](https://redirect.github.com/esphome/esphome/pull/9318) by [@​ximex](https://redirect.github.com/ximex) - Mark ESPTime comparison operators as const [esphome#9335](https://redirect.github.com/esphome/esphome/pull/9335) by [@​freundTech](https://redirect.github.com/freundTech) - \[ld2450] Reduce CPU usage, eliminate redundant sensor updates [esphome#9334](https://redirect.github.com/esphome/esphome/pull/9334) by [@​bdraco](https://redirect.github.com/bdraco) - \[nextion] Memory optimization [esphome#9338](https://redirect.github.com/esphome/esphome/pull/9338) by [@​edwardtfn](https://redirect.github.com/edwardtfn) - Reduce RAM usage by optimizing Color constant storage [esphome#9339](https://redirect.github.com/esphome/esphome/pull/9339) by [@​bdraco](https://redirect.github.com/bdraco) (breaking-change) - Eliminate API component guard variable to save 8 bytes RAM [esphome#9341](https://redirect.github.com/esphome/esphome/pull/9341) by [@​bdraco](https://redirect.github.com/bdraco) - Eliminate web\_server\_idf guard variable to save 8 bytes RAM [esphome#9344](https://redirect.github.com/esphome/esphome/pull/9344) by [@​bdraco](https://redirect.github.com/bdraco) - \[scd4x] Optimize logging + minor code clean-up [esphome#9347](https://redirect.github.com/esphome/esphome/pull/9347) by [@​kbx81](https://redirect.github.com/kbx81) - \[ld2410] Reduce RAM usage, general clean-up [esphome#9346](https://redirect.github.com/esphome/esphome/pull/9346) by [@​kbx81](https://redirect.github.com/kbx81) - \[sx127x] Improve error handling [esphome#9351](https://redirect.github.com/esphome/esphome/pull/9351) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - Fix defer() thread safety issues on multi-core platforms [esphome#9317](https://redirect.github.com/esphome/esphome/pull/9317) by [@​bdraco](https://redirect.github.com/bdraco) - \[update, http\_request\_update] Implement update available trigger [esphome#9174](https://redirect.github.com/esphome/esphome/pull/9174) by [@​jhbruhn](https://redirect.github.com/jhbruhn) - Split LockFreeQueue into base and notifying variants to reduce memory usage [esphome#9330](https://redirect.github.com/esphome/esphome/pull/9330) by [@​bdraco](https://redirect.github.com/bdraco) - Fix bluetooth proxy busy loop when disconnecting pending BLE connections [esphome#9332](https://redirect.github.com/esphome/esphome/pull/9332) by [@​bdraco](https://redirect.github.com/bdraco) - Use std::span to eliminate heap allocation for single-packet API transmissions [esphome#9313](https://redirect.github.com/esphome/esphome/pull/9313) by [@​bdraco](https://redirect.github.com/bdraco) - \[sx127x] Fix shaping print in dump\_config and preallocate packet [esphome#9357](https://redirect.github.com/esphome/esphome/pull/9357) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - Introduce base Camera class to support alternative camera implementations [esphome#9285](https://redirect.github.com/esphome/esphome/pull/9285) by [@​DT-art1](https://redirect.github.com/DT-art1) (new-integration) - \[scd4x] Memory optimization [esphome#9358](https://redirect.github.com/esphome/esphome/pull/9358) by [@​kbx81](https://redirect.github.com/kbx81) - \[nextion] Replace boolean flags with bitfields to optimize memory usage [esphome#9359](https://redirect.github.com/esphome/esphome/pull/9359) by [@​edwardtfn](https://redirect.github.com/edwardtfn) - \[inkplate6] Require 240mhz cpu frequency [esphome#9356](https://redirect.github.com/esphome/esphome/pull/9356) by [@​jesserockz](https://redirect.github.com/jesserockz) - \[sx126x] Add sx126x component [esphome#8516](https://redirect.github.com/esphome/esphome/pull/8516) by [@​swoboda1337](https://redirect.github.com/swoboda1337) (new-integration) - \[nextion] Optimize settings memory usage with compile-time defines [esphome#9350](https://redirect.github.com/esphome/esphome/pull/9350) by [@​edwardtfn](https://redirect.github.com/edwardtfn) - \[ld2450] Clean-up for consistency, reduce CPU usage when idle [esphome#9363](https://redirect.github.com/esphome/esphome/pull/9363) by [@​kbx81](https://redirect.github.com/kbx81) - \[nextion] Review `touch_sleep_timeout` [esphome#9345](https://redirect.github.com/esphome/esphome/pull/9345) by [@​edwardtfn](https://redirect.github.com/edwardtfn) - \[core] Move platform helper implementations into their own file [esphome#9361](https://redirect.github.com/esphome/esphome/pull/9361) by [@​jesserockz](https://redirect.github.com/jesserockz) - \[nextion] Add optional device info storage configuration [esphome#9366](https://redirect.github.com/esphome/esphome/pull/9366) by [@​edwardtfn](https://redirect.github.com/edwardtfn) - Optimize Bluetooth proxy batching and increase scan buffer capacity [esphome#9328](https://redirect.github.com/esphome/esphome/pull/9328) by [@​bdraco](https://redirect.github.com/bdraco) - Fix scheduler race conditions and add comprehensive test suite [esphome#9348](https://redirect.github.com/esphome/esphome/pull/9348) by [@​bdraco](https://redirect.github.com/bdraco) - Reduce LightCall memory usage by 50 bytes per call [esphome#9333](https://redirect.github.com/esphome/esphome/pull/9333) by [@​bdraco](https://redirect.github.com/bdraco) - Optimize entity icon memory usage with USE\_ENTITY\_ICON flag [esphome#9337](https://redirect.github.com/esphome/esphome/pull/9337) by [@​bdraco](https://redirect.github.com/bdraco) - Reduce core RAM usage by 40 bytes with static initialization optimizations [esphome#9340](https://redirect.github.com/esphome/esphome/pull/9340) by [@​bdraco](https://redirect.github.com/bdraco) - Fix flaky test\_api\_conditional\_memory by disabling API batch delay [esphome#9360](https://redirect.github.com/esphome/esphome/pull/9360) by [@​bdraco](https://redirect.github.com/bdraco) - Fix format specifier warnings in QuantileFilter logging [esphome#9364](https://redirect.github.com/esphome/esphome/pull/9364) by [@​bdraco](https://redirect.github.com/bdraco) - Optimize logger performance by eliminating redundant strlen calls [esphome#9369](https://redirect.github.com/esphome/esphome/pull/9369) by [@​bdraco](https://redirect.github.com/bdraco) - Replace deprecated sprintf with snprintf in API protobuf code generation [esphome#9365](https://redirect.github.com/esphome/esphome/pull/9365) by [@​bdraco](https://redirect.github.com/bdraco) - Refactor duplicate socket read error handling in API frame helper [esphome#9370](https://redirect.github.com/esphome/esphome/pull/9370) by [@​bdraco](https://redirect.github.com/bdraco) - Refactor entity lookup methods with macros in preparation for device\_id support [esphome#9371](https://redirect.github.com/esphome/esphome/pull/9371) by [@​bdraco](https://redirect.github.com/bdraco) - Refactor API entity update dispatch to reduce code duplication [esphome#9372](https://redirect.github.com/esphome/esphome/pull/9372) by [@​bdraco](https://redirect.github.com/bdraco) - Don't compile unnecessary platform files (e.g. ESP8266 files on ESP32) [esphome#9354](https://redirect.github.com/esphome/esphome/pull/9354) by [@​bdraco](https://redirect.github.com/bdraco) - Refactor voice assistant API methods to reduce code duplication [esphome#9374](https://redirect.github.com/esphome/esphome/pull/9374) by [@​bdraco](https://redirect.github.com/bdraco) - Eliminate bluetooth\_proxy guard variable to save 8 bytes RAM [esphome#9343](https://redirect.github.com/esphome/esphome/pull/9343) by [@​bdraco](https://redirect.github.com/bdraco) - \[nextion] Optimize component memory usage with bitfield state management [esphome#9373](https://redirect.github.com/esphome/esphome/pull/9373) by [@​edwardtfn](https://redirect.github.com/edwardtfn) - Fix brightness setting not working on SSD1305 128x32 OLEDs [esphome#9376](https://redirect.github.com/esphome/esphome/pull/9376) by [@​DooMMasteR](https://redirect.github.com/DooMMasteR) - Optimize logger callback API by including message length parameter [esphome#9368](https://redirect.github.com/esphome/esphome/pull/9368) by [@​bdraco](https://redirect.github.com/bdraco) (breaking-change) - Run integration tests only on Python 3.13 to reduce CI resource usage [esphome#9377](https://redirect.github.com/esphome/esphome/pull/9377) by [@​bdraco](https://redirect.github.com/bdraco) - Fix flaky test\_api\_conditional\_memory and improve integration test patterns [esphome#9379](https://redirect.github.com/esphome/esphome/pull/9379) by [@​bdraco](https://redirect.github.com/bdraco) - \[helpers] Improve `format_hex_pretty` [esphome#9380](https://redirect.github.com/esphome/esphome/pull/9380) by [@​jesserockz](https://redirect.github.com/jesserockz) - hydreon\_rgxx: remove precipitation\_intensity from RG9 [esphome#9367](https://redirect.github.com/esphome/esphome/pull/9367) by [@​functionpointer](https://redirect.github.com/functionpointer) - \[image] Add byte order option and unit tests [esphome#9326](https://redirect.github.com/esphome/esphome/pull/9326) by [@​clydebarrow](https://redirect.github.com/clydebarrow) - Fix integration test race condition by isolating PlatformIO directories [esphome#9383](https://redirect.github.com/esphome/esphome/pull/9383) by [@​bdraco](https://redirect.github.com/bdraco) - Fix format string error in waveshare\_epaper.cpp [esphome#9322](https://redirect.github.com/esphome/esphome/pull/9322) by [@​tmpeh](https://redirect.github.com/tmpeh) - Fix race condition in scheduler string lifetime integration test [esphome#9382](https://redirect.github.com/esphome/esphome/pull/9382) by [@​bdraco](https://redirect.github.com/bdraco) - lps22: add a component [esphome#7540](https://redirect.github.com/esphome/esphome/pull/7540) by [@​nagisa](https://redirect.github.com/nagisa) (new-integration) - \[nfc] Update code to use `format_hex_pretty` [esphome#9384](https://redirect.github.com/esphome/esphome/pull/9384) by [@​jesserockz](https://redirect.github.com/jesserockz) - \[helpers] Fix `format_hex_pretty` resize without separator [esphome#9389](https://redirect.github.com/esphome/esphome/pull/9389) by [@​jesserockz](https://redirect.github.com/jesserockz) - Add support for GL-R01 I2C - Time of Flight sensor [esphome#8329](https://redirect.github.com/esphome/esphome/pull/8329) by [@​pkejval](https://redirect.github.com/pkejval) (new-integration) - \[esp32] Improve flexibility of `only_on_variant` [esphome#9390](https://redirect.github.com/esphome/esphome/pull/9390) by [@​jesserockz](https://redirect.github.com/jesserockz) - ESP\_EXT1\_WAKEUP\_ANY\_LOW is for s2/s3/c6/h2; ESP\_EXT1\_WAKEUP\_ALL\_LOW otherwise [esphome#9387](https://redirect.github.com/esphome/esphome/pull/9387) by [@​candrews](https://redirect.github.com/candrews) - \[apds9960] Add 0x9E ID [esphome#9392](https://redirect.github.com/esphome/esphome/pull/9392) by [@​Merikei](https://redirect.github.com/Merikei) - Fix another race in the string lifetime scheduler test [esphome#9399](https://redirect.github.com/esphome/esphome/pull/9399) by [@​bdraco](https://redirect.github.com/bdraco) - \[esp32\_touch] Fix touch v1 [esphome#9414](https://redirect.github.com/esphome/esphome/pull/9414) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - Set lib\_compat\_mode to strict [esphome#9408](https://redirect.github.com/esphome/esphome/pull/9408) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - debug: bufferoverflow mitigation in DebugComponent::on\_shutdown() [esphome#9422](https://redirect.github.com/esphome/esphome/pull/9422) by [@​RubenKelevra](https://redirect.github.com/RubenKelevra) - Exclude internal entities from name uniqueness validation [esphome#9410](https://redirect.github.com/esphome/esphome/pull/9410) by [@​bdraco](https://redirect.github.com/bdraco) - Handle ESP32 chunked MQTT messages missing topic on non-first chunks, causing panic [esphome#5786](https://redirect.github.com/esphome/esphome/pull/5786) by [@​aaliddell](https://redirect.github.com/aaliddell) - Replace remaining instances of USE\_ESP32\_CAMERA with USE\_CAMERA [esphome#9401](https://redirect.github.com/esphome/esphome/pull/9401) by [@​DT-art1](https://redirect.github.com/DT-art1) - Sync api.proto from aioesphomeapi [esphome#9393](https://redirect.github.com/esphome/esphome/pull/9393) by [@​bdraco](https://redirect.github.com/bdraco) - Fix scheduler crash when cancelling items with NULL names [esphome#9444](https://redirect.github.com/esphome/esphome/pull/9444) by [@​bdraco](https://redirect.github.com/bdraco) - \[wizard] use lowercase to match [esphome#9448](https://redirect.github.com/esphome/esphome/pull/9448) by [@​ssieb](https://redirect.github.com/ssieb) - Optimize API flash usage by storing message size at compile time [esphome#9447](https://redirect.github.com/esphome/esphome/pull/9447) by [@​bdraco](https://redirect.github.com/bdraco) - Optimize API proto size calculations by removing redundant force parameter [esphome#9449](https://redirect.github.com/esphome/esphome/pull/9449) by [@​bdraco](https://redirect.github.com/bdraco) - \[ld2410] Remove redundant `delay()` calls, minor optimizations [esphome#9453](https://redirect.github.com/esphome/esphome/pull/9453) by [@​kbx81](https://redirect.github.com/kbx81) - \[ld2420] Memory optimization, code clean-up [esphome#9426](https://redirect.github.com/esphome/esphome/pull/9426) by [@​kbx81](https://redirect.github.com/kbx81) - Reduce API flash usage by eliminating unnecessary template instantiations [esphome#9452](https://redirect.github.com/esphome/esphome/pull/9452) by [@​bdraco](https://redirect.github.com/bdraco) - Conditionally compile API user services to save 4.3KB flash (follow-up to [#​9262](https://redirect.github.com/esphome/esphome/issues/9262)) [esphome#9451](https://redirect.github.com/esphome/esphome/pull/9451) by [@​bdraco](https://redirect.github.com/bdraco) (breaking-change) - \[packet\_transport] Don't run update if ping\_pong not enabled. [esphome#9434]( </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
title
| title |
|---|
| TrueCharts |
Community Helm Chart Catalog
TrueCharts is a catalog of highly optimised Helm Charts. Made for the community, By the community!
All our charts are supposed to work together and be easy to setup using any helm-compatible deployment tool, above all, give the average user more than enough options to tune things to their liking.
Getting started using TrueCharts
Support
Please check our FAQ, manual and Issue tracker There is a significant chance your issue has been reported before!
Still something not working as expected? Contact us! and we'll figure it out together!
Development
Our development process is fully distributed and agile, so every chart-maintainer is free to set their own roadmap and development speed and does not have to comply to a centralised roadmap. This ensures freedom and flexibility for everyone involved and makes sure you, the end user, always has the latest and greatest of every Chart installed.
Getting into creating Charts
For more information check the website: https://truecharts.org
Contact and Support
To contact the TrueCharts project:
-
Create an issue on Github issues
-
Open a Support Ticket
-
Send us an email
Contributors ✨
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
Licence
Truecharts, is primarily based on a AGPL-v3 license, this ensures almost everyone can use and modify our charts. Licences can vary on a per-Chart basis. This can easily be seen by the presence of a "LICENSE" file in said folder.
An exception to this, has been made for every document inside folders labeled as docs or doc and their subfolders: those folders are not licensed under AGPL-v3 and are considered "all rights reserved". Said content can be modified and changes submitted per PR, in accordance to the github End User License Agreement.
SPDX-License-Identifier: AGPL-3.0