- Bump ruff from 0.11.2 to 0.11.4 esphome#8538 by @dependabot[bot]
- Bump pytest-cov from 6.0.0 to 6.1.1 esphome#8537 by @dependabot[bot]
- [esp32] Allow pioarduino version 5.3.3 and 5.5.0 esphome#8526 by @swoboda1337
- Update setup to make .temp directory esphome#8558 by @calumapplepie
- [core] make require_framework_version generic esphome#8412 by @tomaszduda23
- Bump ruff from 0.11.4 to 0.11.5 esphome#8546 by @dependabot[bot]
- Add support for Waveshare 5.65" ACeP 7-Color display esphome#8557 by @nhjschulz
- [ci] Pin codecov action to v5.4.0 esphome#8564 by @jesserockz
- [lvgl] Small buffers in internal RAM esphome#8523 by @clydebarrow
- Use python3 in place of python, as some systems don't emulate the former esphome#8568 by @calumapplepie
- Bump codecov/codecov-action from 5.4.0 to 5.4.2 esphome#8572 by @dependabot[bot]
- Add typing to protobuf code generator esphome#8541 by @bdraco
- fix typo
USE_ESP32_VARIANT_ESP32H6
esphome#8580 by @ximex - [prometheus] Add climate metrics esphome#8247 by @jzucker2
- [api] Allow noise encryption key to be set at runtime esphome#7296 by @kbx81
- [esp32_rmt_led_strip] Add use_dma option esphome#8270 by @swoboda1337
- Add CUBIC PM2005/PM2105 Laser Particle Sensor Module esphome#8292 by @andrewjswan (new-integration)
- [uptime] Add format config for text_sensor esphome#8304 by @clydebarrow
- [mapping] Implement yaml-configured maps esphome#8333 by @clydebarrow (new-integration)
- [analog_threshold] Make thresholds templatable esphome#8452 by @clydebarrow
- [internal_temperature] Add p4 ifdefs esphome#8484 by @swoboda1337
- Sort resolved IP addresses for dashboard esphome#8536 by @dwmw2
- Bump aioesphomeapi from 29.10.0 to 30.0.1 esphome#8579 by @dependabot[bot]
- Remove duplicate co2 and pressure constants esphome#8583 by @mgiacomelli
- [remote_receiver] Filtering fixes esphome#7777 by @swoboda1337
- Bump ruff from 0.11.5 to 0.11.6 esphome#8587 by @dependabot[bot]
- [psram] Add version check to fix 5.3.2 esphome#8588 by @swoboda1337
- Bump esp-idf to 5.1.6 esphome#8566 by @bdraco
- Update const.py - Add UNIT_MEGAJOULE = "MJ" esphome#8594 by @Roving-Ronin
- Implement
min_power
for componentac_dimmer
using methodtrailing
esphome#8472 by @VasilKalchev - Rewrite BLE scanner to use a state machine esphome#8601 by @bdraco
- [http_request] Ability to get response headers esphome#8224 by @candrews (breaking-change)
- [sht4x] Reduce warn spam, added communication check in setup esphome#8250 by @DjordjeMandic
- Schema gen action esphome#8593 by @glmnet
- [i2s_audio, i2s_audio_microphone, i2s_audio_speaker] Add basic support for new esp-idf 5.x.x i2s driver. esphome#8181 by @luar123
- Bump actions/download-artifact from 4.2.1 to 4.3.0 esphome#8617 by @dependabot[bot]
- fix schema-gen-ci failures esphome#8621 by @glmnet
- Bump docker/build-push-action from 6.15.0 to 6.16.0 in /.github/actions/build-image esphome#8619 by @dependabot[bot]
- Bump ruff from 0.11.6 to 0.11.7 esphome#8615 by @dependabot[bot]
- Bump setuptools from 78.1.0 to 79.0.1 esphome#8614 by @dependabot[bot]
- Bump actions/setup-python from 5.5.0 to 5.6.0 esphome#8618 by @dependabot[bot]
- Bump actions/setup-python from 5.5.0 to 5.6.0 in /.github/actions/restore-python esphome#8616 by @dependabot[bot]
- replace
http
withhttps
esphome#8628 by @ximex - [docker] Use new base container image esphome#8582 by @jesserockz
- [i2s_audio] Microphone reads in loop for callbacks shouldn't ever delay esphome#8625 by @kahrendt
- [micro_wake_word] Use microphone callback and avoid unnecessary allocation attempts esphome#8626 by @kahrendt
- [voice_assisant] support start/continue conversation and deallocate buffers esphome#8610 by @kahrendt
- [voice_assistant] Use mic callback and remove esp_adf code esphome#8627 by @kahrendt
- [const] Create component-level const repository esphome#8385 by @clydebarrow (new-integration)
- [http_request] Implement for host platform esphome#8040 by @clydebarrow
- Take advantage of clipping to speed image drawing. esphome#8630 by @lhartmann
- [touchscreen] Clear interrupt flag before reading touch data. esphome#8632 by @raineth
- [mdns] Support templatable config options for MDNS extra services esphome#8606 by @heythisisnate
- Fix support for ESP32-H2 in deep_sleep esphome#8290 by @baal86
- [const] Move CONF_GAIN_FACTOR to const.py esphome#8646 by @jesserockz
- [http_request] Fix request headers esphome#8644 by @jesserockz
- add beo4_protocol to remote_base component esphome#8307 by @aanban
- Ensure new const file stays in order esphome#8642 by @jesserockz
- [audio, microphone] Add MicrophoneSource helper class esphome#8641 by @kahrendt
- [pmsx003] Refactor Imports, Extract Constants, Improve Data Handling & Logging esphome#8344 by @ximex
- Add code to send/receive GoBox infrared control messages. esphome#7554 by @cvwillegen
- [bluetooth_proxy] Allow changing active/passive via api esphome#8649 by @jesserockz
- [pmsa003i] code improvements esphome#8485 by @ximex
- [adc] sort variants and add links to reference implementations esphome#8327 by @ximex
- [i2s_audio, microphone, micro_wake_word, voice_assistant] Use microphone source to process incoming audio esphome#8645 by @kahrendt (breaking-change)
- [debug] Fix compile errors when using the ESP32-C2 esphome#7474 by @d51x
- [canbus] Add callback for use by other components esphome#8578 by @clydebarrow
- [i2s_audio] Move microphone reads into a task esphome#8651 by @kahrendt
- Only warn if the component blocked for a longer time than the last time esphome#8064 by @numo68
- [micro_wake_word] add new VPE features esphome#8655 by @kahrendt
- [microphone] Bugfix: protect against starting mic if already started esphome#8656 by @kahrendt
- Bump FastLed version to 3.9.16 esphome#8402 by @andrewjswan
- [gree] Add support for YAG remotes esphome#7418 by @sarthurdev
- Add a function to return the I2C address from an I2CDevice object esphome#8454 by @ilikecake
- Fix second scrolling run ussue esphome#8347 by @asergunov
- [alarm_control_panel] Allow sensor to trigger when alarm disarmed esphome#7746 by @nworbneb
- Component pca9685 - phase_begin always set to zero esphome#8379 by @uae007
- [remote_base] Fix compile error on IDF esphome#8664 by @kbx81
- [defines] Fix USE_MICRO_WAKE_WORD position esphome#8663 by @jesserockz
- Adding timing budget support for vl53l0x esphome#7991 by @lastradanet
- Daikin IR Climate Remote Target Temperature and Fan Modes esphome#7946 by @bcpearce
- [i2c] Allow buffers in PSRAM esphome#8640 by @clydebarrow
- Fix CONFIG_LWIP_TCP_RCV_SCALE and CONFIG_TCP_WND_DEFAULT esphome#8425 by @rwrozelle
- support self-signed cert in mqtt esphome#8650 by @scaiper
- [binary_sensor] initial state refactor esphome#8648 by @clydebarrow (breaking-change)
- Add to_ntc_resistance|temperature sensor filter (esphome/feature-requests#2967) esphome#7898 by @rhabacker
- [esp32, debug] Add
cpu_frequency
config option and debug sensor esphome#8542 by @clydebarrow - [voice_assistant] voice assistant can configure enabled wake words esphome#8657 by @kahrendt
- [mlx90393] Add verification for register contents esphome#8279 by @functionpointer
- Check for missed pulse_meter ISRs in the main loop esphome#6126 by @TrentHouliston
- [debug] add missing header esphome#8666 by @kahrendt
- [microphone] Add software mute and fix wrong type for automations esphome#8667 by @kahrendt
- [micro_wake_word] Clarify spectrogram features calculation esphome#8669 by @kahrendt
- Add UNIT_MILLIVOLT esphome#8665 by @DJTerentjev
- Added Banking support to tca9555, fixed input bug esphome#8003 by @mobrembski
- Add GDEY0583T81 support esphome#8668 by @myllyja
- [climate] Fix typo and use
this->
esphome#8678 by @ximex - Add CONF_CONTINUOUS to const.py esphome#8682 by @ilikecake
- unify lowercase
x
in hexadecimal values esphome#8686 by @ximex - [climate_ir_lg] use
this->
esphome#8687 by @ximex - [packet_transport] Extract packet encoding functionality esphome#8187 by @clydebarrow (new-integration) (breaking-change)
- [esp32_ble_server] Add appearance advertising field esphome#8672 by @clydebarrow
- [packages] Allow list instead of dict for packages esphome#8688 by @clydebarrow
- [lvgl] Add refresh action to re-evaluate initial widget properties esphome#8675 by @clydebarrow
- [image] Support the other Pictogrammers icon sets
memory:
andmdil:
esphome#8676 by @clydebarrow - [uart] Add packet_transport platform esphome#8214 by @clydebarrow (new-integration)
- [debug] Show source of last software reboot esphome#8595 by @clydebarrow
- [syslog] Implement logging via syslog esphome#8637 by @clydebarrow (new-integration)
- [cst226] Add support for cst226 binary sensor esphome#8381 by @clydebarrow (new-platform)
- [nextion] Adds a command pacer with
command_spacing
attribute esphome#7948 by @edwardtfn - [arduino] Always include Arduino.h for Arduino esphome#8693 by @clydebarrow
- [audio, microphone] Quantization Improvements esphome#8695 by @kahrendt
- Bump setuptools from 79.0.1 to 80.3.1 esphome#8696 by @dependabot[bot]
- Bump aioesphomeapi from 30.0.1 to 30.1.0 esphome#8652 by @dependabot[bot]
- [micro_wake_word] Experimental cutoff adjustments and uses mic sample rate esphome#8702 by @kahrendt
- [mics_4514] Add default device class to CO sensor esphome#8710 by @jesserockz
- [i2s_audio, mixer, resampler, speaker] Simplify duration played callback esphome#8703 by @kahrendt
- Bump pylint from 3.3.6 to 3.3.7 esphome#8706 by @dependabot[bot]
- Bump yamllint from 1.37.0 to 1.37.1 esphome#8705 by @dependabot[bot]
- [packet_transport] Make some arguments const esphome#8700 by @clydebarrow
- Reserve buffer space to avoid frequent realloc when generating protobuf messages esphome#8707 by @bdraco
- Preallocate Buffer Space for ESP32-CAM esphome#8712 by @bdraco
- Correct Protobuf Wire Type for
encode_fixed64
esphome#8713 by @bdraco - Avoid Reallocation When Sending Logging Messages esphome#8714 by @bdraco
- Reserve space in the frame helper when we know in advance how much we need esphome#8716 by @bdraco
- Require reserve_size in create_buffer to reduce realloc overhead esphome#8715 by @bdraco
- [key_collector] enable/disable esphome#8718 by @ssieb
- Bump ruff from 0.11.7 to 0.11.8 esphome#8721 by @dependabot[bot]
- Bump puremagic from 1.28 to 1.29 esphome#8722 by @dependabot[bot]
- Increase zeroconf timeout to 10 seconds esphome#8670 by @bdraco
- Consolidate
write_raw_
implementation to reduce code duplication esphome#8717 by @bdraco - Improve BLE Connection Reliability by Enabling Software Coexistence esphome#8683 by @bdraco
- Optimize bluetooth_proxy memory copy and reduce reallocs esphome#8723 by @bdraco
- ATM90E32 Semi-automatic calibration & Status fields esphome#8529 by @CircuitSetup (new-integration) (breaking-change)
- [api] Synchronise api.proto between repos esphome#8720 by @jesserockz
- [valve] Tidy up template publish action location esphome#8731 by @jesserockz
- [valve] Move to use
valve_schema(..)
instead ofVALVE_SCHEMA
esphome#8730 by @jesserockz - [lock] Tidy up template publish action and lockstate locations esphome#8729 by @jesserockz
- [update] Move to use
update_schema(..)
instead ofUPDATE_SCHEMA
esphome#8726 by @jesserockz - [text] Move to use
text_schema(..)
instead ofTEXT_SCHEMA
esphome#8727 by @jesserockz - [lock] Move to use
lock_schema(..)
instead ofLOCK_SCHEMA
esphome#8728 by @jesserockz - [config] Use
cv.UNDEFINED
instead of adhoc_UNDEF
objects esphome#8725 by @jesserockz - [audio, microphone] - Allow MicrophoneSource to passively capture/optimization esphome#8732 by @kahrendt
- [audio] Bump esp-audio-libs to version 1.1.4 for speed optimizations esphome#8739 by @kahrendt
- [i2s_audio] Fix: Slot bit-width for ESP32 variant esphome#8738 by @kahrendt
- [voice_assistant] Bugfix: Properly detect states where mic is running esphome#8745 by @kahrendt
- [sound_level] Add a new sound level sensor esphome#8737 by @kahrendt (new-integration)
- [one_wire][dallas_temp] adjust timings and reduce disabled interrupts esphome#8744 by @ssieb
- Bump aioesphomeapi from 30.1.0 to 30.2.0 esphome#8734 by @dependabot[bot]
- Bump ruff from 0.11.8 to 0.11.9 esphome#8735 by @dependabot[bot]
- MQTT: fan direction control added esphome#8022 by @mbronk
- [config] Add entity schema consts with deprecation log esphome#8747 by @jesserockz
- Fix ESP32 API Disconnects Caused by Concurrent Logger Writes esphome#8736 by @bdraco
- [vscode] provide version to editor esphome#8752 by @glmnet
- [i2s_audio] Correct a microphone with a DC offset signal esphome#8751 by @kahrendt
- [config] Deprecate other
*_SCHEMA
constants esphome#8748 by @jesserockz - [opentherm] Update to use schema methods esphome#8756 by @jesserockz
- [factory_reset] Use switch_schema method esphome#8757 by @jesserockz
- [sprinkler] Use number_schema method esphome#8759 by @jesserockz
- [tm1638] Use switch_schema method esphome#8758 by @jesserockz
- [airthings] Remove unnecessary schema esphome#8760 by @jesserockz
- [ble_client] Use text_sensor_schema method esphome#8761 by @jesserockz
- [sml] Use text_sensor_schema method esphome#8762 by @jesserockz
- [udp, syslog] fix clang tidy esphome#8755 by @tomaszduda23
- Bump zeroconf from 0.146.5 to 0.147.0 esphome#8754 by @dependabot[bot]
- Bump setuptools from 80.3.1 to 80.4.0 esphome#8753 by @dependabot[bot]
- Avoid iterating clients twice in the api_server loop esphome#8733 by @bdraco
- [clang] clang tidy support with zephyr esphome#8352 by @tomaszduda23
- Fix missing recursion guard release on ESP8266 esphome#8766 by @bdraco
- [schema] Deploy schema after release workflow finished esphome#8767 by @jesserockz
- [config] Deprecate more
*_SCHEMA
constants esphome#8763 by @jesserockz - [gps] Add hdop sensor esphome#8680 by @realzoulou
- In case of proto-diff show changes and archive generated esphome#8698 by @dala318
- [climate] Fix climate_schema esphome#8772 by @jesserockz
- Tuya Select - Add int_datapoint option esphome#8393 by @Cossid
- [select] Tidy schema generation esphome#8775 by @jesserockz
- [demo] Clean up schema deprecations, add test esphome#8771 by @jesserockz
- [template] Use alarm_control_panel_schema method esphome#8764 by @jesserockz
- [cover] Update components to use
cover_schema(...)
esphome#8770 by @jesserockz - [switch] Fix schema generation esphome#8774 by @jesserockz
- [esp32] improve
gpio
esphome#8709 by @ximex - [text_sensor] Fix schema generation esphome#8773 by @jesserockz
- [audio] Fix: Decoder stops unnecessarily after a potential failure is detected. esphome#8776 by @gnumpi
- [esp32][esp8266] use low-level pin control for ISR gpio esphome#8743 by @ssieb
- [online_image] Support 24 bit bmp images esphome#8612 by @jesserockz
- [mipi_spi] New display driver for MIPI DBI devices esphome#8383 by @clydebarrow (new-integration)