copilot-swe-agent[bot]
90407aa9f2
Fix: Fetch file content from PR head using GitHub API
...
The workflow was checking out the base branch but trying to read files
from the filesystem, which meant it couldn't see changes in the PR.
Now using github.rest.repos.getContent with the PR head SHA to fetch
the actual file content from the PR branch.
Co-authored-by: clydebarrow <2366188+clydebarrow@users.noreply.github.com >
2026-01-26 02:35:36 +00:00
copilot-swe-agent[bot]
a167ea8269
Fix triple-quote regex pattern for multiline strings
...
Co-authored-by: clydebarrow <2366188+clydebarrow@users.noreply.github.com >
2026-01-26 01:03:21 +00:00
copilot-swe-agent[bot]
354f60a9cf
Address code review: add triple-quote support and improve error handling
...
Co-authored-by: clydebarrow <2366188+clydebarrow@users.noreply.github.com >
2026-01-26 01:01:40 +00:00
copilot-swe-agent[bot]
b8ac92c537
Improve regex and add waveshare_epaper deprecation for testing
...
Co-authored-by: clydebarrow <2366188+clydebarrow@users.noreply.github.com >
2026-01-26 00:59:35 +00:00
copilot-swe-agent[bot]
71390c075e
Add test deprecated component for validation
...
Co-authored-by: clydebarrow <2366188+clydebarrow@users.noreply.github.com >
2026-01-26 00:58:09 +00:00
copilot-swe-agent[bot]
0ad82b8bbf
Add deprecated component detection to auto-label workflow
...
Co-authored-by: clydebarrow <2366188+clydebarrow@users.noreply.github.com >
2026-01-26 00:57:23 +00:00
copilot-swe-agent[bot]
7863ac8b3a
Initial plan
2026-01-26 00:53:55 +00:00
Jonathan Swoboda
011407ea8b
Merge branch 'release' into dev
2026-01-25 13:21:39 -05:00
Jonathan Swoboda
1141e83a7c
Merge pull request #13529 from esphome/bump-2026.1.2
...
2026.1.2
2026-01-25 13:21:26 -05:00
Jonathan Swoboda
214ce95cf3
Bump version to 2026.1.2
2026-01-25 12:22:18 -05:00
J. Nick Koston
3a7b83ba93
[wifi] Fix scan flag race condition causing reconnect failure on ESP8266/LibreTiny ( #13514 )
2026-01-25 12:22:18 -05:00
Clyde Stubbs
cc2f3d85dc
[wifi] Fix watchdog timeout on P4 WiFi scan ( #13520 )
2026-01-25 12:22:18 -05:00
Jonathan Swoboda
723f67d5e2
[i2c] Increase ESP-IDF I2C transaction timeout from 20ms to 100ms ( #13483 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-25 12:22:18 -05:00
Jonathan Swoboda
70e45706d9
[modbus_controller] Fix YAML serialization error with custom_command ( #13482 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-25 12:22:18 -05:00
Jas Strong
56a2a2269f
[rd03d] Fix speed and resolution field order ( #13495 )
...
Co-authored-by: jas <jas@asspa.in >
2026-01-25 12:22:18 -05:00
Keith Burzinski
d6841ba33a
[light] Fix cwww state restore ( #13493 )
2026-01-25 12:22:18 -05:00
Clyde Stubbs
10cbd0164a
[lvgl] Fix setting empty text ( #13494 )
2026-01-25 12:22:18 -05:00
Big Mike
d285706b41
[sen5x] Fix store baseline functionality ( #13469 )
2026-01-25 12:22:18 -05:00
J. Nick Koston
ef469c20df
[slow_pwm] Fix dump_summary deprecation warning ( #13460 )
2026-01-25 12:22:18 -05:00
Clyde Stubbs
6870d3dc50
[mipi_rgb] Add software reset command to st7701s init sequence ( #13470 )
2026-01-25 12:22:18 -05:00
Keith Burzinski
9cc39621a6
[ir_rf_proxy] Remove unnecessary headers, add tests ( #13464 )
2026-01-25 12:22:18 -05:00
J. Nick Koston
c4f7d09553
[rpi_dpi_rgb] Fix dump_summary deprecation warning ( #13461 )
2026-01-25 12:22:18 -05:00
J. Nick Koston
ab1661ef22
[mipi_rgb] Fix dump_summary deprecation warning ( #13463 )
2026-01-25 12:22:18 -05:00
J. Nick Koston
ccbf17d5ab
[st7701s] Fix dump_summary deprecation warning ( #13462 )
2026-01-25 12:22:18 -05:00
J. Nick Koston
bac96086be
[wifi] Fix scan flag race condition causing reconnect failure on ESP8266/LibreTiny ( #13514 )
2026-01-25 12:16:07 -05:00
Clyde Stubbs
c32e4bc65b
[wifi] Fix watchdog timeout on P4 WiFi scan ( #13520 )
2026-01-26 03:52:23 +11:00
Douwe
993765d732
[water_heater] Remove Component inheritance from base class ( #13510 )
...
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-25 01:18:13 +00:00
Stephen Cox
8d84fe0113
[sy6970] Support for the sy6970 BMS chip ( #13311 )
2026-01-25 08:31:26 +11:00
Big Mike
58746b737f
[sen5x] Eliminate product name string ( #13489 )
2026-01-24 11:07:12 -10:00
Big Mike
f93e843972
[sen5x] Fix mangled serial number ( #13491 )
2026-01-24 09:55:51 -10:00
Peter Meiser
60968d311b
[thermostat] make comparisons consistent with documentation ( #13499 )
2026-01-24 00:20:18 -06:00
J. Nick Koston
30584e2e96
[sensirion_common] Use SmallBufferWithHeapFallback helper ( #13496 )
2026-01-23 22:53:44 -06:00
Jonathan Swoboda
468ae39a9e
[i2c] Increase ESP-IDF I2C transaction timeout from 20ms to 100ms ( #13483 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-23 23:13:03 -05:00
Big Mike
beb9c8d328
[sen5x] Fix missing this-> on class members and member functions ( #13497 )
2026-01-23 17:04:09 -10:00
Jonathan Swoboda
cdda3fb7cc
[modbus_controller] Fix YAML serialization error with custom_command ( #13482 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-23 22:01:40 -05:00
Jas Strong
bba00a3906
[rd03d] Fix speed and resolution field order ( #13495 )
...
Co-authored-by: jas <jas@asspa.in >
2026-01-23 22:01:19 -05:00
dependabot[bot]
42e50ca178
Bump github/codeql-action from 4.31.10 to 4.31.11 ( #13488 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-23 16:26:11 -10:00
Big Mike
165e362a1b
[sensirion_common] Fix incorrect Big Endian conversion ( #13492 )
2026-01-23 16:19:41 -10:00
dependabot[bot]
e4763f8e71
Bump ruff from 0.14.13 to 0.14.14 ( #13487 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2026-01-23 16:12:17 -10:00
Daniel Kent
9fddd0659e
[bmp581] Split into bmp581_base and bmp581_i2c ( #12485 )
...
Co-authored-by: Keith Burzinski <kbx81x@gmail.com >
2026-01-23 19:28:14 -06:00
Keith Burzinski
faea546a0e
[light] Fix cwww state restore ( #13493 )
2026-01-23 18:53:20 -06:00
Clyde Stubbs
069db2e128
[lvgl] Fix setting empty text ( #13494 )
2026-01-24 11:44:34 +11:00
Big Mike
5f2203b915
[sen5x] Fix store baseline functionality ( #13469 )
2026-01-23 18:03:23 -05:00
J. Nick Koston
5c67e04fef
[slow_pwm] Fix dump_summary deprecation warning ( #13460 )
2026-01-23 12:37:06 -10:00
Clyde Stubbs
0cdcacc7fc
[mipi_rgb] Add software reset command to st7701s init sequence ( #13470 )
2026-01-24 09:02:27 +11:00
Keith Burzinski
cfb61bc50a
[ir_rf_proxy] Remove unnecessary headers, add tests ( #13464 )
2026-01-22 20:35:37 -06:00
Jonathan Swoboda
547c985672
Merge branch 'release' into dev
2026-01-22 18:19:32 -05:00
Jonathan Swoboda
44e624d7a7
Merge pull request #13459 from esphome/bump-2026.1.1
...
2026.1.1
2026-01-22 18:19:18 -05:00
J. Nick Koston
5779e3e6e4
[atm90e32] Fix dump_summary deprecation warning and remove stored cs_summary_ ( #13465 )
2026-01-22 12:54:01 -10:00
J. Nick Koston
3184717607
[rpi_dpi_rgb] Fix dump_summary deprecation warning ( #13461 )
2026-01-22 12:53:38 -10:00
J. Nick Koston
e8972c65c8
[mipi_rgb] Fix dump_summary deprecation warning ( #13463 )
2026-01-22 12:53:15 -10:00
J. Nick Koston
71cda05073
[st7701s] Fix dump_summary deprecation warning ( #13462 )
2026-01-22 12:42:28 -10:00
Clyde Stubbs
3dbebb728d
[sensor] Clamp filter handles non-finite values better ( #13457 )
2026-01-22 22:34:29 +00:00
Jonathan Swoboda
f938de16af
Bump version to 2026.1.1
2026-01-22 16:30:52 -05:00
J. Nick Koston
ec791063b3
[time] Always call time sync callbacks even when time unchanged ( #13456 )
2026-01-22 16:30:52 -05:00
Jonathan Swoboda
fb984cd052
[aqi] Remove unit_of_measurement to fix Home Assistant warning ( #13448 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-22 16:30:52 -05:00
Jonathan Swoboda
85181779d1
[fingerprint_grow] Use buffer-based dump_summary to fix deprecation warnings ( #13447 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-22 16:30:52 -05:00
J. Nick Koston
95b23702e4
[wifi] Fix stale error_from_callback_ causing immediate connection failures ( #13450 )
2026-01-22 16:30:52 -05:00
J. Nick Koston
95eebcd74f
[api] Limit Nagle batching for log messages to reduce LWIP buffer pressure ( #13439 )
2026-01-22 16:30:52 -05:00
Rene Guca
3c3d5c2fca
[dht] Increase delay for DHT22 and RHT03 ( #13446 )
2026-01-22 16:30:52 -05:00
J. Nick Koston
811ac81320
[http_request] Fix OTA failures on ESP8266/Arduino by making read semantics consistent ( #13435 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-22 16:30:52 -05:00
J. Nick Koston
f01bd68a4b
[spi] Fix display init failure by marking displays as write-only for half-duplex mode ( #13431 )
2026-01-22 16:30:52 -05:00
J. Nick Koston
5433c0f707
[wifi] Fix bk72xx manual_ip preventing API connection ( #13426 )
2026-01-22 16:30:52 -05:00
Jonathan Swoboda
b06cce9eeb
[esp32] Add warning for experimental 400MHz on ESP32-P4 ( #13433 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-22 16:30:52 -05:00
Jonathan Swoboda
65bcfee035
[http_request] Fix verify_ssl: false not working on ESP32 ( #13422 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-22 16:30:52 -05:00
Copilot
9261b9ecaa
[lvgl] Validate LVGL dropdown symbols require Unicode codepoint ≥ 0x100 ( #13394 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: clydebarrow <2366188+clydebarrow@users.noreply.github.com >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2026-01-22 16:30:52 -05:00
J. Nick Koston
6725e6c01e
[wifi] Process scan results one at a time to avoid heap allocation ( #13400 )
2026-01-22 16:30:52 -05:00
J. Nick Koston
effbcece49
[time] Always call time sync callbacks even when time unchanged ( #13456 )
2026-01-22 21:27:04 +00:00
Jonathan Swoboda
98a926f37f
[heatpumpir] Fix ambiguous millis() call with HeatpumpIR library ( #13458 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-22 16:22:33 -05:00
dependabot[bot]
110c173eac
Update wheel requirement from <0.46,>=0.43 to >=0.43,<0.47 ( #13451 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-22 11:16:53 -10:00
dependabot[bot]
6008abae62
Bump actions/setup-python from 6.1.0 to 6.2.0 in /.github/actions/restore-python ( #13453 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-22 11:16:40 -10:00
dependabot[bot]
04e102f344
Bump actions/setup-python from 6.1.0 to 6.2.0 ( #13454 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-22 11:16:27 -10:00
dependabot[bot]
bb67b1ca1e
Bump actions/checkout from 6.0.1 to 6.0.2 ( #13452 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-22 11:16:15 -10:00
esphomebot
6d7956a062
Update webserver local assets to 20260122-204614 ( #13455 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2026-01-22 11:15:42 -10:00
Jonathan Swoboda
afbbdd1492
[aqi] Remove unit_of_measurement to fix Home Assistant warning ( #13448 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-22 16:10:55 -05:00
Jonathan Swoboda
b06568c132
[fingerprint_grow] Use buffer-based dump_summary to fix deprecation warnings ( #13447 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-22 16:07:41 -05:00
J. Nick Koston
3c5fc638d5
[wifi] Fix stale error_from_callback_ causing immediate connection failures ( #13450 )
2026-01-22 10:42:14 -10:00
J. Nick Koston
ddb762f8f5
[api] Limit Nagle batching for log messages to reduce LWIP buffer pressure ( #13439 )
2026-01-22 08:09:14 -10:00
H. Árkosi Róbert
4ac7fe84b4
[bthome_mithermometer] add encrypted beacon support ( #13428 )
2026-01-23 03:14:14 +11:00
Sven Kocksch
d6a41ed51e
[mipi_dsi] Add M5Stack Tab5 (Rev2/V2) DriverChip ( #12074 )
...
Co-authored-by: Clyde Stubbs <2366188+clydebarrow@users.noreply.github.com >
2026-01-23 02:31:38 +11:00
Rene Guca
8d1379a275
[dht] Increase delay for DHT22 and RHT03 ( #13446 )
2026-01-22 07:54:10 -05:00
J. Nick Koston
5bbf9153ca
[http_request] Fix OTA failures on ESP8266/Arduino by making read semantics consistent ( #13435 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-21 19:48:32 -10:00
J. Nick Koston
a1c4d56268
[alarm_control_panel] Reduce heap allocations in arm/disarm methods ( #13358 )
2026-01-21 18:37:13 -10:00
J. Nick Koston
a9ce3df04c
[esp8266] Use SmallBufferWithHeapFallback in preferences ( #13397 )
2026-01-21 18:36:12 -10:00
J. Nick Koston
99aa83564e
[mqtt] Reduce heap allocations in hot paths ( #13362 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2026-01-21 18:35:59 -10:00
J. Nick Koston
aa5092bdc2
[mqtt] Use stack buffers for discovery message formatting ( #13216 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2026-01-21 18:35:43 -10:00
Edward Firmo
645832a070
[nextion] Add configurable startup and queue timeout constants ( #11098 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
Co-authored-by: J. Nick Koston <nick+github@koston.org >
Co-authored-by: Keith Burzinski <kbx81x@gmail.com >
2026-01-21 20:10:12 -06:00
Jonathan Swoboda
19c1d3aee7
[esp32] Bump Arduino to 3.3.6, platform to 55.03.36 ( #13438 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-21 20:41:59 -05:00
J. Nick Koston
ce5ec7a78f
[spi] Fix display init failure by marking displays as write-only for half-duplex mode ( #13431 )
2026-01-21 14:04:07 -10:00
J. Nick Koston
ebf589560d
[wifi] Fix bk72xx manual_ip preventing API connection ( #13426 )
2026-01-21 14:03:49 -10:00
Jonathan Swoboda
8dd1aec606
[esp32] Add warning for experimental 400MHz on ESP32-P4 ( #13433 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-21 17:17:11 -05:00
Joakim Plate
9d967b01c8
Expose sockaddr to string formatter ( #12351 )
2026-01-21 10:32:39 -10:00
tomaszduda23
11e0d536e4
[debug] Print reg0 value from config if mismatched on nrf52 ( #11867 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2026-01-21 20:15:51 +00:00
dependabot[bot]
673f46f761
Bump peter-evans/create-pull-request from 8.0.0 to 8.1.0 ( #13430 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-21 09:37:18 -10:00
dependabot[bot]
4abae8d445
Bump setuptools from 80.9.0 to 80.10.1 ( #13429 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-21 09:37:04 -10:00
Jonathan Swoboda
e62368e058
[heatpumpir] Add ESP-IDF support, bump to 1.0.40 ( #13042 )
2026-01-21 13:19:36 -05:00
Jonathan Swoboda
5345c96ff3
[http_request] Fix verify_ssl: false not working on ESP32 ( #13422 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-21 13:18:37 -05:00
tomaszduda23
333ace25c9
[adc] Fix indent ( #11933 )
2026-01-21 12:41:56 -05:00
Dawid
6014bba3d1
[zephyr] Small build fixes for the logger/gpio subsystems ( #13242 )
...
Co-authored-by: dawret <dawret@dawret.me >
2026-01-21 12:37:10 -05:00
maikeljkwak
5f2394ef80
[hc8, mhz19] Moving constant CONF_WARMUP_TIME to const.py ( #13392 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2026-01-21 12:34:52 -05:00
Copilot
29555c0ddc
[lvgl] Validate LVGL dropdown symbols require Unicode codepoint ≥ 0x100 ( #13394 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: clydebarrow <2366188+clydebarrow@users.noreply.github.com >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2026-01-21 12:32:55 -05:00
Kevin Ahrendt
37eaf10f75
[audio] Bump esp-audio-libs to 2.0.3 ( #13346 )
2026-01-21 07:40:41 -05:00
J. Nick Koston
0b60fd0c8c
[core] Avoid heap allocation in str_equals_case_insensitive with string literals ( #13312 )
2026-01-20 21:49:14 -10:00
J. Nick Koston
fc16ad806a
[ci] Block sprintf/vsprintf usage, suggest snprintf alternatives ( #13305 )
2026-01-20 17:53:36 -10:00
J. Nick Koston
7e43abd86f
[web_server_idf] Use direct member for ListEntitiesIterator instead of unique_ptr ( #13405 )
2026-01-20 17:53:23 -10:00
J. Nick Koston
7a2734fae9
[libretiny] Disable unused LWIP statistics to save RAM and flash ( #13404 )
2026-01-20 17:53:10 -10:00
J. Nick Koston
346f3d38d5
[logger] Use raw pointer for task log buffer to match tx_buffer pattern ( #13402 )
2026-01-20 17:52:58 -10:00
J. Nick Koston
fbde91358c
[mdns] Use stack buffer for txt records on ESP32 ( #13401 )
2026-01-20 17:52:43 -10:00
J. Nick Koston
54d6825323
[esp32] [libretiny] Use stack buffer for preference comparison ( #13398 )
2026-01-20 17:52:28 -10:00
J. Nick Koston
307c3e1061
[core] Simplify LazyCallbackManager memory management ( #13387 )
2026-01-20 17:52:12 -10:00
Jonathan Swoboda
df74d307c8
[esp32] Add support for native ESP-IDF builds ( #13272 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
Co-authored-by: J. Nick Koston <nick@koston.org >
2026-01-20 22:52:04 -05:00
Jonathan Swoboda
acdc7bd892
[json] Use ESP-IDF component registry for ArduinoJson on ESP32 ( #13280 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-20 22:51:54 -05:00
Jasper van der Neut - Stulen
1095bde2db
[cc1101] Add on_packet listener callback code (packet_transport) ( #13344 )
2026-01-20 22:51:39 -05:00
J. Nick Koston
258b73d7f6
[core] Eliminate global constructor overhead for component vectors ( #13386 )
2026-01-20 17:51:06 -10:00
J. Nick Koston
31608543c2
[esp32_ble_tracker] Optimize loop with state change tracking for ~85% CPU reduction ( #13337 )
2026-01-20 17:50:53 -10:00
J. Nick Koston
41a060668c
[api] Use stack buffers for noise handshake messages ( #13399 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-20 17:50:39 -10:00
J. Nick Koston
6bad697fc6
[debug] ESP8266: Eliminate heap allocations from Arduino String functions ( #13352 )
2026-01-20 17:50:27 -10:00
J. Nick Koston
3ca5e5e4e4
[wifi] ESP8266: Use direct SDK calls to reduce flash and heap allocation ( #13349 )
2026-01-20 17:50:13 -10:00
J. Nick Koston
cd4cb8b3ec
[datetime] Add const char * overloads for string parsing to avoid heap allocation ( #13363 )
2026-01-20 17:50:01 -10:00
J. Nick Koston
1f3a0490a7
[wifi] Process scan results one at a time to avoid heap allocation ( #13400 )
2026-01-20 17:49:40 -10:00
Jonathan Swoboda
b08d871add
Merge branch 'release' into dev
2026-01-20 22:43:22 -05:00
Jonathan Swoboda
15f0986a59
Merge pull request #13406 from esphome/bump-2026.1.0
...
2026.1.0
2026-01-20 22:43:06 -05:00
Jonathan Swoboda
90edf32acf
Bump version to 2026.1.0
2026-01-20 21:15:02 -05:00
polyfloyd
3c0f43db9e
Add the max_delta filter ( #12605 )
...
Co-authored-by: clydebarrow <2366188+clydebarrow@users.noreply.github.com >
2026-01-21 10:58:47 +11:00
Jonathan Swoboda
6edecd3d45
Merge branch 'beta' into dev
2026-01-20 17:01:47 -05:00
Jonathan Swoboda
055c00f1ac
Merge pull request #13396 from esphome/bump-2026.1.0b4
...
2026.1.0b4
2026-01-20 17:01:36 -05:00
Jonathan Swoboda
7dc40881e2
Bump version to 2026.1.0b4
2026-01-20 15:55:03 -05:00
J. Nick Koston
b04373687e
[wifi_info] Fix missing state when both IP+DNS or SSID+BSSID configure ( #13385 )
2026-01-20 15:55:03 -05:00
Jonathan Swoboda
b89c127f62
[x9c] Fix potentiometer unable to decrement ( #13382 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-20 15:55:03 -05:00
Jonathan Swoboda
47dc5d0a1f
[core] Fix state leakage and module caching when processing multiple configurations ( #13368 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-20 15:55:03 -05:00
J. Nick Koston
21886dd3ac
[api] Fix truncation of Home Assistant attributes longer than 255 characters ( #13348 )
2026-01-20 15:55:03 -05:00
J. Nick Koston
85a5a26519
[network] Fix IPAddress::str_to() to lowercase IPv6 hex digits ( #13325 )
2026-01-20 15:55:03 -05:00
Clyde Stubbs
79ccacd6d6
[helpers] Allow reading capacity of FixedVector ( #13391 )
2026-01-20 09:24:42 -10:00
J. Nick Koston
e2319ba651
[wifi_info] Fix missing state when both IP+DNS or SSID+BSSID configure ( #13385 )
2026-01-20 07:55:59 -10:00
Jonathan Swoboda
ed4ebffa74
[x9c] Fix potentiometer unable to decrement ( #13382 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-19 22:57:54 -05:00
J. Nick Koston
c213de4861
[mapping] Use stack buffers for numeric key error logging ( #13299 )
2026-01-19 17:42:08 -10:00
J. Nick Koston
6cf320fd60
[mqtt] Eliminate per-entity loop overhead and heap churn ( #13356 )
2026-01-19 17:41:55 -10:00
J. Nick Koston
aeea340bc6
[cs5460a] Remove unnecessary empty loop override ( #13357 )
2026-01-19 17:41:03 -10:00
J. Nick Koston
d0e50ed030
[lock] Extract set_state_ helper to reduce code duplication ( #13359 )
2026-01-19 17:40:51 -10:00
J. Nick Koston
280d460025
[statsd] Use direct appends and stack buffer instead of str_sprintf ( #13223 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-19 17:40:20 -10:00
J. Nick Koston
ea70faf642
[debug] Use shared buf_append_printf helper from core ( #13260 )
2026-01-19 17:38:56 -10:00
J. Nick Koston
5d7b38b261
[ezo_pmp] Replace sprintf with bounds-checked snprintf ( #13304 )
2026-01-19 17:38:22 -10:00
J. Nick Koston
e88093ca60
[am43][lightwaverf][rf_bridge][spi_led_strip] Replace sprintf with safe alternatives ( #13302 )
2026-01-19 17:38:08 -10:00
J. Nick Koston
b48d4ab785
[mqtt] Reduce heap allocations in publish path ( #13372 )
2026-01-19 17:37:54 -10:00
J. Nick Koston
8ade9dfc10
[shtcx] Use LogString for type to_string to save RAM on ESP8266 ( #13370 )
2026-01-19 17:37:33 -10:00
J. Nick Koston
4e0e7796de
[mqtt] Remove unnecessary defer in ESP8266 on_message callback ( #13373 )
2026-01-19 17:37:19 -10:00
J. Nick Koston
62b6c9bf7c
[esp32_ble] Deprecate ESPBTUUID::to_string() in favor of heap-free to_str() ( #13376 )
2026-01-19 17:37:03 -10:00
J. Nick Koston
b5fe271d6b
[sprinkler] Disable loops when idle to reduce CPU overhead ( #13381 )
2026-01-19 17:36:47 -10:00
J. Nick Koston
5d787e2512
[sprinkler] Eliminate std::string heap allocations ( #13379 )
2026-01-19 17:35:58 -10:00
J. Nick Koston
8998ef0bc3
[network] Deprecate IPAddress::str() in favor of heap-free str_to() ( #13378 )
2026-01-19 17:35:32 -10:00
J. Nick Koston
8ec31dd769
[voice_assistant] Deprecate Timer::to_string() in favor of heap-free to_str() ( #13377 )
2026-01-19 17:35:19 -10:00
J. Nick Koston
0193464f92
[dsmr] Avoid std::string allocation for decryption key ( #13375 )
2026-01-19 17:34:49 -10:00
Jonathan Swoboda
1996bc425f
[core] Fix state leakage and module caching when processing multiple configurations ( #13368 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-19 14:46:24 -05:00
Clyde Stubbs
a0d3d54d69
[mipi_spi] Add variants of ESP32-2432S028 displays ( #13340 )
2026-01-20 05:13:36 +11:00
J. Nick Koston
ee264d0fd4
[anova] Replace sprintf with bounds-checked alternatives ( #13303 )
2026-01-18 23:57:42 -10:00
J. Nick Koston
892e9b006f
[api] Use MAX_STATE_LEN constant for Home Assistant state buffer ( #13278 )
2026-01-18 23:57:27 -10:00
J. Nick Koston
f8bd4ef57d
[template][event] Use StringRef for set_action and on_event triggers ( #13328 )
2026-01-18 22:22:57 -10:00
J. Nick Koston
bfcc0e26a3
[dfrobot_sen0395][pipsolar][sim800l][wl_134] Replace sprintf with snprintf/buf_append_printf ( #13301 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-18 22:22:44 -10:00
J. Nick Koston
86a1b4cf69
[select][fan] Use StringRef for on_value/on_preset_set triggers to avoid heap allocation ( #13324 )
2026-01-18 19:51:11 -10:00
J. Nick Koston
d8a28f6fba
[scheduler] Replace resize() with erase() to save ~ 436 bytes flash ( #13214 )
2026-01-18 18:54:30 -10:00
J. Nick Koston
e80a940222
[gdk101] Use stack buffer to eliminate heap allocation for firmware version ( #13224 )
2026-01-18 18:52:49 -10:00
J. Nick Koston
e99dbe05f7
[toshiba] Replace to_string with stack buffer in debug logging ( #13296 )
2026-01-18 18:52:34 -10:00
J. Nick Koston
f453a8d9a1
[dfrobot_sen0395] Reduce heap allocations in command building ( #13219 )
2026-01-18 18:44:56 -10:00
J. Nick Koston
126190d26a
[ezo] Replace str_sprintf with stack-based formatting ( #13218 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-18 18:44:41 -10:00
J. Nick Koston
e40201a98d
[cse7766] Use stack buffer for verbose debug logging ( #13217 )
2026-01-18 18:44:27 -10:00
J. Nick Koston
8142f5db44
[zephyr] Avoid heap allocation in preferences key formatting ( #13215 )
2026-01-18 18:43:50 -10:00
J. Nick Koston
98ccab87a7
[tormatic] Use stack buffers instead of str_sprintf in debug methods ( #13225 )
2026-01-18 18:43:36 -10:00
J. Nick Koston
b9e72a8774
[daikin_arc] Fix undefined behavior in sprintf calls ( #13279 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-18 18:43:19 -10:00
J. Nick Koston
d9fc625c6a
[web_server] Simplify datetime formatting with buf_append_printf ( #13281 )
2026-01-18 18:43:05 -10:00
J. Nick Koston
dfbf79d6d6
[homeassistant] Use buf_append_printf for ESP8266 flash optimization ( #13284 )
2026-01-18 18:42:19 -10:00
J. Nick Koston
ea0fac96cb
[core][mqtt] Add str_sanitize_to(), soft-deprecate str_sanitize() ( #13233 )
2026-01-18 18:42:04 -10:00
J. Nick Koston
3182222d60
[esp32_hosted] Use stack buffer instead of str_sprintf for version string ( #13226 )
2026-01-18 18:41:47 -10:00
J. Nick Koston
d8849b16f2
[gpio] Use buf_append_printf in dump_summary for ESP8266 flash optimization ( #13283 )
2026-01-18 18:41:34 -10:00
J. Nick Koston
635983f163
[uptime] Use buf_append_printf for ESP8266 flash optimization ( #13282 )
2026-01-18 18:41:19 -10:00
J. Nick Koston
6cbe672004
[tuya] Use buf_append_printf for ESP8266 flash optimization ( #13287 )
2026-01-18 18:41:07 -10:00
J. Nick Koston
226867b05c
[esp8266] Use direct SDK calls instead of Arduino ESP class wrappers ( #13353 )
2026-01-18 18:40:53 -10:00
J. Nick Koston
67871a1683
[ccs811] Use buf_append_printf for buffer safety and ESP8266 flash optimization ( #13300 )
2026-01-18 18:40:14 -10:00
J. Nick Koston
f60c03e350
[syslog] Use buf_append_printf for ESP8266 flash optimization ( #13286 )
2026-01-18 18:39:53 -10:00
J. Nick Koston
eb66429144
[sml] Use stack buffers instead of str_sprintf ( #13222 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-18 18:39:23 -10:00
J. Nick Koston
0f3bac5dd6
[nextion] Replace to_string with stack buffer and fix unsafe sprintf ( #13295 )
2026-01-18 18:37:29 -10:00
J. Nick Koston
5b92d0b89e
[wiegand] Replace heap-allocating to_string with stack buffers ( #13294 )
2026-01-18 18:37:14 -10:00
J. Nick Koston
052b05df56
[tuya] Replace unsafe sprintf with snprintf in light color formatting ( #13292 )
2026-01-18 18:37:02 -10:00
J. Nick Koston
7b0db659d1
[rc522_spi] Replace unsafe sprintf with buf_append_printf ( #13291 )
2026-01-18 18:36:46 -10:00
J. Nick Koston
2f7270cf8f
[uart] Replace unsafe sprintf with buf_append_printf in debugger ( #13288 )
2026-01-18 18:36:32 -10:00
J. Nick Koston
b44727aee6
[socket] Eliminate heap allocations in set_sockaddr() ( #13228 )
2026-01-18 18:29:31 -10:00
J. Nick Koston
1a55254258
[status] Convert to PollingComponent to reduce CPU usage ( #13342 )
2026-01-18 18:28:24 -10:00
J. Nick Koston
baf2b0e3c9
[api] Fix truncation of Home Assistant attributes longer than 255 characters ( #13348 )
2026-01-18 18:23:11 -10:00
J. Nick Koston
680e92a226
[core] Add str_endswith_ignore_case to avoid heap allocation in audio file type detection ( #13313 )
2026-01-18 08:36:56 -10:00
J. Nick Koston
db0b32bfc9
[network] Fix IPAddress::str_to() to lowercase IPv6 hex digits ( #13325 )
2026-01-17 18:06:54 -10:00
J. Nick Koston
21794e28e5
[modbus_controller] Use stack buffers instead of heap-allocating string helpers ( #13221 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2026-01-17 17:26:51 -10:00
J. Nick Koston
728236270c
[weikai] Replace bitset to_string with format_bin_to ( #13297 )
2026-01-17 15:53:01 -10:00
J. Nick Koston
01cdc4ed58
[core] Add fnv1_hash_extend() string overloads, use in atm90e32 ( #13326 )
2026-01-17 15:52:19 -10:00
J. Nick Koston
d6a0c8ffbb
[template] Store alarm control panel codes in flash instead of heap ( #13329 )
2026-01-17 15:52:06 -10:00
J. Nick Koston
4cc0f874f7
[wireguard] Store configuration strings in flash instead of heap ( #13331 )
2026-01-17 15:51:26 -10:00
J. Nick Koston
ed58b9372f
[template] Store text initial_value in flash and avoid heap allocation in setup ( #13332 )
2026-01-17 15:51:12 -10:00
J. Nick Koston
ee2a81923b
[sun] Store text sensor format string in flash ( #13335 )
2026-01-17 15:51:01 -10:00
J. Nick Koston
0a1e7ee50b
[pipsolar] Store command strings in flash ( #13336 )
2026-01-17 15:50:42 -10:00
J. Nick Koston
4d4283bcfa
[udp] Store addresses in flash instead of heap ( #13330 )
2026-01-17 15:50:23 -10:00
J. Nick Koston
e4fb6988ff
[web_server] Use ESPHOME_F for canHandle domain checks to reduce ESP8266 RAM ( #13315 )
...
Co-authored-by: Keith Burzinski <kbx81x@gmail.com >
2026-01-17 22:29:29 +00:00
J. Nick Koston
d31b733dce
[light] Store color mode JSON strings in flash on ESP8266 ( #13314 )
2026-01-17 16:06:25 -06:00
Keith Burzinski
b25a2f8d8e
[infrared][web_server] Implement initial web_server support ( #13202 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2026-01-17 16:01:13 -06:00
J. Nick Koston
3f892711c7
[core][opentherm] Add format_bin_to(), soft-deprecate format_bin() ( #13232 )
2026-01-17 11:09:42 -10:00
Jonathan Swoboda
798d3bd956
Merge branch 'beta' into dev
2026-01-16 23:45:36 -05:00
Jonathan Swoboda
77df3933db
Merge pull request #13309 from esphome/bump-2026.1.0b3
...
2026.1.0b3
2026-01-16 23:45:26 -05:00
Jonathan Swoboda
19514ccdf4
Bump version to 2026.1.0b3
2026-01-16 23:05:59 -05:00
Mike Ford
2947642ca5
[http_request] Unable to handle chunked responses ( #7884 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2026-01-16 23:05:59 -05:00
Stuart Parmenter
60e333db08
[hub75] Bump esp-hub75 version to 0.3.0 ( #13243 )
2026-01-16 23:05:59 -05:00
J. Nick Koston
d8463f4813
[hmac_sha256] Replace unsafe sprintf with format_hex_to ( #13290 )
2026-01-16 23:05:59 -05:00
mrtoy-me
e1800d2fe2
[ntc, resistance] change log level to verbose ( #13268 )
2026-01-16 23:05:59 -05:00
J. Nick Koston
50aa4b1992
[esp32_ble_client] Reduce GATT data event logging to prevent firmware update failures ( #13252 )
2026-01-16 23:05:59 -05:00
J. Nick Koston
edb303e495
[api] Fix clock conflicts when multiple clients connected to homeassistant time ( #13253 )
2026-01-16 23:05:59 -05:00
J. Nick Koston
973fc4c5dc
[dallas_temp] Use const char* for set_timeout to fix deprecation warning and heap churn ( #13250 )
2026-01-16 23:05:59 -05:00
J. Nick Koston
f88e8fc43b
[sprinkler] Fix scheduler deprecation warnings and heap churn with FixedVector ( #13251 )
2026-01-16 23:05:59 -05:00
Jonathan Swoboda
d830787c71
Merge branch 'release' into dev
2026-01-16 22:49:39 -05:00
Jonathan Swoboda
c4c31a2e8e
Merge branch 'release' into beta
2026-01-16 22:49:38 -05:00
Jonathan Swoboda
e6790f0042
Merge pull request #13308 from esphome/bump-2025.12.7
...
2025.12.7
2026-01-16 22:49:26 -05:00
Jonathan Swoboda
ec7f72e280
Bump version to 2025.12.7
2026-01-16 22:24:05 -05:00
J. Nick Koston
6f29dbd6f1
[api] Use subtraction for protobuf bounds checking ( #13306 )
2026-01-16 22:24:05 -05:00
Kevin Ahrendt
9caf78aa7e
[i2s_audio] Bugfix: Buffer overflow in software volume control ( #13190 )
2026-01-16 22:24:05 -05:00
Mike Ford
1f4221abfa
[http_request] Unable to handle chunked responses ( #7884 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2026-01-16 22:18:48 -05:00
Stuart Parmenter
92808a09c7
[hub75] Bump esp-hub75 version to 0.3.0 ( #13243 )
2026-01-16 22:17:36 -05:00
J. Nick Koston
e54d5ee898
[hmac_sha256] Replace unsafe sprintf with format_hex_to ( #13290 )
2026-01-16 22:16:38 -05:00
J. Nick Koston
bbe1155518
[web_server] Skip defer on ESP8266 where callbacks already run in main loop ( #13261 )
2026-01-16 20:08:04 -06:00
J. Nick Koston
69d7b6e921
[api] Use subtraction for protobuf bounds checking ( #13306 )
2026-01-16 15:46:15 -10:00
Keith Burzinski
510c874061
[helpers] Remove base85 functions ( #13266 )
2026-01-17 01:23:41 +00:00
Keith Burzinski
f7ad324d81
[infrared, remote_base] Replace base85 with base64url for web server infrared transmissions ( #13265 )
2026-01-16 18:15:27 -06:00
Keith Burzinski
58a9e30017
[helpers] Add base64_decode_int32_vector function ( #13289 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2026-01-16 23:05:19 +00:00
J. Nick Koston
52ac9e1861
[remote_base] Replace unsafe sprintf with buf_append_printf; fix buffer overflow ( #13257 )
...
Co-authored-by: Keith Burzinski <kbx81x@gmail.com >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-16 16:56:47 -06:00
Clyde Stubbs
c5e4a60884
[select] Add condition for testing select option ( #13267 )
...
Co-authored-by: J. Nick Koston <nick+github@koston.org >
2026-01-17 08:35:40 +11:00
dependabot[bot]
a680884138
Bump ruff from 0.14.12 to 0.14.13 ( #13275 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2026-01-16 20:29:02 +00:00
Jonathan Swoboda
6832efbacc
Add Claude Code PR workflow skill ( #13271 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-16 10:24:28 -10:00
dependabot[bot]
3057a0484f
Bump actions/cache from 5.0.1 to 5.0.2 in /.github/actions/restore-python ( #13277 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-16 09:36:42 -10:00
dependabot[bot]
bc78f80f77
Bump actions/cache from 5.0.1 to 5.0.2 ( #13276 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-16 09:36:29 -10:00
J. Nick Koston
916b028fb2
[mqtt] Replace sprintf with snprintf for friendly name hash ( #13262 )
2026-01-16 08:30:22 -10:00
mrtoy-me
16adae7359
[ntc, resistance] change log level to verbose ( #13268 )
2026-01-16 10:19:09 -05:00
Remco van Essen
4906f87751
[mipi_dsi] add JC8012P4A1 ( #13241 )
2026-01-16 21:17:32 +11:00
Keith Burzinski
5b37d2fb27
[helpers] Support base64url encoding ( #13264 )
2026-01-16 08:55:24 +00:00
J. Nick Koston
68affe0b9c
[core] Add --device hint when DNS resolution fails ( #13240 )
2026-01-15 18:55:32 -10:00
J. Nick Koston
8263a8273f
[debug] Add min_free heap sensor for ESP32 and LibreTiny, add fragmentation for ESP32 ( #13231 )
2026-01-15 18:08:26 -10:00
Keith Burzinski
14b7539094
[infrared, remote_base] Optimize IR transmit path for web_server base85 data ( #13238 )
2026-01-15 22:04:21 -06:00
J. Nick Koston
b37cb812a7
[core] Add buf_append_printf helper for safe buffer formatting ( #13258 )
2026-01-15 22:03:11 -06:00
J. Nick Koston
42491569c8
[analyze_memory] Add nRF52/Zephyr platform support for memory analysis ( #13249 )
2026-01-15 17:53:53 -10:00
J. Nick Koston
b1230ec6bb
[esp32_ble_client] Reduce GATT data event logging to prevent firmware update failures ( #13252 )
2026-01-15 16:49:19 -10:00
J. Nick Koston
4eda9e965f
[api] Fix clock conflicts when multiple clients connected to homeassistant time ( #13253 )
2026-01-15 16:49:01 -10:00
J. Nick Koston
d2528af649
[dallas_temp] Use const char* for set_timeout to fix deprecation warning and heap churn ( #13250 )
2026-01-15 16:48:44 -10:00
Keith Burzinski
2eabc1b96b
[helpers] Add base85 support ( #13254 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2026-01-16 02:22:05 +00:00
J. Nick Koston
535c3eb2a2
[sprinkler] Fix scheduler deprecation warnings and heap churn with FixedVector ( #13251 )
2026-01-15 11:32:02 -10:00
Jonathan Swoboda
20f937692e
Merge branch 'beta' into dev
2026-01-15 16:24:19 -05:00
Jonathan Swoboda
c2737ca3bb
Merge pull request #13247 from esphome/bump-2026.1.0b2
...
2026.1.0b2
2026-01-15 16:24:08 -05:00
J. Nick Koston
00cc9e44b6
[analyze_memory] Fix ELF section mapping for RTL87xx and LN882X platforms ( #13213 )
2026-01-15 10:38:24 -10:00
Jonathan Swoboda
c151b2da67
Bump version to 2026.1.0b2
2026-01-15 15:26:04 -05:00
J. Nick Koston
dacd185afb
[web_server][captive_portal] Change default compression from Brotli to gzip ( #13246 )
2026-01-15 15:26:04 -05:00
John Stenger
f88cf1b83a
[qr_code] Allocate and free memory for QR code buffer ( #13161 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
Co-authored-by: J. Nick Koston <nick@koston.org >
2026-01-15 15:26:04 -05:00
Jonathan Swoboda
3f6412ba07
[safe_mode] Detect bootloader rollback support at runtime ( #13230 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-15 15:26:04 -05:00
J. Nick Koston
1ad0969099
[core] Fix ESP32-S2/S3 hardware SHA crash by aligning HashBase digest buffer ( #13234 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2026-01-15 15:26:04 -05:00
J. Nick Koston
737c2b8732
[core] Fix platform subcomponents not filtering source files ( #13208 )
2026-01-15 15:26:04 -05:00
J. Nick Koston
9030dc9d4e
[api] Fix state updates being sent to clients that did not subscribe ( #13237 )
2026-01-15 15:26:04 -05:00
J. Nick Koston
0b5a3506cc
[core] Optimize and normalize entity state publishing logs with >> format ( #13236 )
2026-01-15 15:26:04 -05:00
Clyde Stubbs
3c63ff5e36
[image] Correctly handle dimensions in physical units ( #13209 )
2026-01-15 15:26:04 -05:00
dependabot[bot]
0427350101
Bump ruff from 0.14.11 to 0.14.12 ( #13244 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-15 09:59:40 -10:00
J. Nick Koston
41dceb76ec
[web_server][captive_portal] Change default compression from Brotli to gzip ( #13246 )
2026-01-15 19:56:35 +00:00
John Stenger
6380458d78
[qr_code] Allocate and free memory for QR code buffer ( #13161 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
Co-authored-by: J. Nick Koston <nick@koston.org >
2026-01-15 14:18:08 -05:00
Jonathan Swoboda
0dc5a7c9a4
[safe_mode] Detect bootloader rollback support at runtime ( #13230 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-15 14:17:00 -05:00
J. Nick Koston
9003844eda
[core] Fix ESP32-S2/S3 hardware SHA crash by aligning HashBase digest buffer ( #13234 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2026-01-15 18:29:11 +00:00
J. Nick Koston
22a4ec69c2
[core] Fix platform subcomponents not filtering source files ( #13208 )
2026-01-15 07:38:44 -10:00
J. Nick Koston
9d42bfd161
[api] Fix state updates being sent to clients that did not subscribe ( #13237 )
2026-01-15 07:38:18 -10:00
J. Nick Koston
49c881d067
[core] Optimize and normalize entity state publishing logs with >> format ( #13236 )
2026-01-15 10:13:05 +00:00
J. Nick Koston
78aee4f498
[web_server] Remove unused button_state_json_generator ( #13235 )
2026-01-14 23:48:55 -06:00
Clyde Stubbs
9da2c08f36
[image] Correctly handle dimensions in physical units ( #13209 )
2026-01-15 03:27:26 +00:00
J. Nick Koston
03f3deff41
[lvgl] Use stack buffer for event code formatting, document justified str_sprintf usage ( #13220 )
...
Co-authored-by: Clyde Stubbs <2366188+clydebarrow@users.noreply.github.com >
2026-01-15 01:24:42 +00:00
dependabot[bot]
f1e5d3a39a
Bump resvg-py from 0.2.5 to 0.2.6 ( #13211 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-14 10:40:26 -10:00
Jonathan Swoboda
2f6863230d
Merge branch 'beta' into dev
2026-01-14 10:52:28 -05:00
Jonathan Swoboda
0de91e6648
Merge pull request #13206 from esphome/bump-2026.1.0b1
...
2026.1.0b1
2026-01-14 10:52:13 -05:00
Jonathan Swoboda
f44036310c
Bump version to 2026.2.0-dev
2026-01-14 09:19:45 -05:00
Jonathan Swoboda
66b4af1777
Bump version to 2026.1.0b1
2026-01-14 09:19:45 -05:00
J. Nick Koston
068b497b9b
[web_server] Store method/domain comparison strings in flash on ESP8266 ( #13205 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-14 09:18:17 -05:00
J. Nick Koston
d6fa1d6e5f
[ethernet_info] Convert to event-driven IP state listener pattern ( #13203 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-14 09:17:47 -05:00
J. Nick Koston
d5f557ad1c
[scheduler] Eliminate heap allocations for std::string names and add uint32_t ID API ( #13200 )
2026-01-14 09:15:31 -05:00
tomaszduda23
9c5f4e5288
[usb_cdc_acm] move esp32 implementation to new file ( #12824 )
...
Co-authored-by: Keith Burzinski <kbx81x@gmail.com >
2026-01-14 04:07:18 -06:00
J. Nick Koston
c8cc29a991
[api] Reduce batch RAM usage by 33% via switch dispatch ( #13199 )
2026-01-14 03:58:06 +00:00
J. Nick Koston
8b49d465f8
[bh1750] Eliminate heap allocations by replacing callbacks with state machine ( #11950 )
2026-01-13 17:44:43 -10:00
J. Nick Koston
47ee2f4ad9
[wifi] Use StaticVector for WiFi listeners with per-type compile-time sizing ( #13197 )
2026-01-14 02:20:39 +00:00
J. Nick Koston
2793e33baf
[logger] Use StaticVector for log listeners with compile-time sizing ( #13196 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-13 15:43:17 -10:00
J. Nick Koston
5dfdd05122
[logger] Use RAII guards for recursion protection and optimize hot path ( #13194 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-13 15:43:02 -10:00
Cougar
be12e3667a
[ssd1306_i2c] fix "SSD1306 72x40" display initialization (add SSD1306B Iref setup) ( #13148 )
2026-01-13 18:30:15 -05:00
Clyde Stubbs
52c631384a
[epaper_spi] Add Waveshare 2.13v3 ( #13117 )
2026-01-13 18:28:24 -05:00
Jonathan Swoboda
45e000f091
[ota] Mark partition valid when OTA begins to prevent rollback blocking ( #13195 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-13 18:27:45 -05:00
tomaszduda23
e45cad45fe
[nrf52,zigbee] Add binary output as switch ( #13083 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2026-01-13 17:39:28 -05:00
J. Nick Koston
3d74d1e7f0
[libretiny] Regenerate boards, enable Cortex-M4 atomics, and consolidate platform code ( #13191 )
2026-01-13 21:39:11 +00:00
J. Nick Koston
a060d1d044
[wifi] Fix ESP8266 disconnect callback order to set error flag before notifying listeners ( #13189 )
2026-01-13 11:33:36 -10:00
Kevin Ahrendt
733f57da50
[i2s_audio] Bugfix: Buffer overflow in software volume control ( #13190 )
2026-01-13 09:42:36 -10:00
dependabot[bot]
4d96c60696
Bump yamllint from 1.37.1 to 1.38.0 ( #13192 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-13 09:36:58 -10:00
J. Nick Koston
3d40979c96
[mqtt] Avoid intermediate string allocations in publish calls ( #13174 )
2026-01-13 08:05:04 -10:00
J. Nick Koston
7fed9144a6
[api] Use stack buffer for VERY_VERBOSE proto message dumps ( #13176 )
2026-01-13 08:04:48 -10:00
J. Nick Koston
7abb374f2a
[improv_serial] Use stack buffers for webserver URL formatting ( #13175 )
2026-01-13 08:04:33 -10:00
Jonathan Swoboda
5d90f170e5
Merge branch 'release' into dev
2026-01-13 11:55:58 -05:00
Jonathan Swoboda
6e01c4f86e
Merge pull request #13188 from esphome/bump-2025.12.6
...
2025.12.6
2026-01-13 11:55:44 -05:00
Jonathan Swoboda
f4c17e15ea
Bump version to 2025.12.6
2026-01-13 11:01:21 -05:00
J. Nick Koston
d6507ce329
[esphome] Fix OTA backend abort not being called on error ( #13182 )
2026-01-13 11:01:21 -05:00
Jonathan Swoboda
9504e92458
[remote_transmitter] Fix ESP8266 timing by using busy loop ( #13172 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2026-01-13 11:01:21 -05:00
Jonathan Swoboda
3911991de2
[packet_transport] Fix packet size check to account for round4 padding ( #13165 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-13 11:01:21 -05:00
Jonathan Swoboda
dede47477b
[ltr_als_ps] Remove incorrect device_class from count sensors ( #13167 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-13 11:01:21 -05:00
Jonathan Swoboda
dca8def0f2
[seeed_mr24hpc1] Add ifdef guards for conditional entity types ( #13147 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-13 11:01:21 -05:00
Samuel Sieb
a1727a8901
[espnow] fix channel validation ( #13057 )
2026-01-13 11:01:20 -05:00
Samuel Sieb
48f5296d24
[ld24xx] add id to support extending ( #13183 )
...
Co-authored-by: Samuel Sieb <samuel@sieb.net >
2026-01-12 22:32:20 -10:00
Samuel Sieb
1327776d5b
[bme68x_bsec2] use EntityBase instead of Component for the id ( #13185 )
...
Co-authored-by: Samuel Sieb <samuel@sieb.net >
2026-01-12 22:32:11 -10:00
J. Nick Koston
df4a3e8915
[socket] Call lwip_read/lwip_write directly on ESP32 to reduce network I/O latency ( #13179 )
2026-01-13 01:47:11 -06:00
Keith Burzinski
6823e17b3b
[ir_rf_proxy] New component ( #12985 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2026-01-13 07:44:24 +00:00
J. Nick Koston
675103bed0
[esphome] Fix OTA backend abort not being called on error ( #13182 )
2026-01-12 20:55:40 -10:00
J. Nick Koston
6c043be4d3
[ci] Add format_hex_pretty to heap-allocating helper lint check ( #13178 )
2026-01-12 20:55:23 -10:00
Rodrigo Martín
e9469cbe48
[mqtt] templatable state and command topics ( #12441 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2026-01-12 17:40:27 -10:00
dependabot[bot]
5890cdf69a
Bump github/codeql-action from 4.31.9 to 4.31.10 ( #13173 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-12 16:31:51 -10:00
lullius
297f05d600
[tuya] add color_type_lowercase option ( #13101 )
...
Co-authored-by: lullius <>
2026-01-12 18:08:33 -05:00
Jonathan Swoboda
54fc10714d
[remote_transmitter] Fix ESP8266 timing by using busy loop ( #13172 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2026-01-12 18:06:41 -05:00
J. Nick Koston
889886909b
[core] Soft deprecate heap-allocating string helpers to prevent fragmentation patterns ( #13156 )
2026-01-12 12:48:54 -10:00
J. Nick Koston
655e2b43cb
[infrared] Use set_data() for vector timings in control() ( #13171 )
2026-01-12 15:27:42 -06:00
J. Nick Koston
81e639a6ba
[core] Migrate callers and soft deprecate get_mac_address()/get_mac_address_pretty() ( #13157 )
2026-01-12 19:35:49 +00:00
Jonathan Swoboda
f9ffd134df
[packet_transport] Fix packet size check to account for round4 padding ( #13165 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-12 14:10:15 -05:00
Jonathan Swoboda
c50bf45496
[ltr_als_ps] Remove incorrect device_class from count sensors ( #13167 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-12 14:09:54 -05:00
J. Nick Koston
9f9341a700
[web_server] Fix select compilation error in v1 ( #13169 )
2026-01-12 18:42:10 +00:00
tomaszduda23
71d532a349
[nrf52,sdk] Add framework version support ( #12489 )
2026-01-12 13:31:09 -05:00
Jasper van der Neut - Stulen
61a89a97d7
[deep_sleep] Fix GPIO wakeup on ESP32-C3/C6 ( #12803 )
2026-01-12 13:03:13 -05:00
Jasper van der Neut - Stulen
0c3433d056
[deep_sleep] Fix GPIO wakeup comment ( #12815 )
2026-01-12 12:57:58 -05:00
mikaabra
7e1cda8f9f
[esp32_can] Add listen-only mode to esp32_can component ( #13084 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-12 12:50:59 -05:00
J. Nick Koston
7f0e4eaa84
[nfc] Use stack-based hex formatting in pn7150/pn7160 components ( #13163 )
2026-01-12 07:38:39 -10:00
J. Nick Koston
8cccfa5369
[mqtt][prometheus][graph] Migrate value_accuracy_to_string() to stack-based alternative ( #13159 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-12 07:38:20 -10:00
J. Nick Koston
7ea6bcef88
[api] Use stack buffer for bytes field dumping in proto message logs ( #13162 )
2026-01-12 07:37:58 -10:00
tomaszduda23
353daa97d0
[nrf52,zigbee] Warning if spaces in description ( #13114 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2026-01-12 14:45:15 +00:00
Jas Strong
6c68ebe86e
[rd03d] Filter targets with sentinel speed values ( #13146 )
...
Co-authored-by: jas <jas@asspa.in >
2026-01-12 09:25:43 -05:00
dependabot[bot]
29cef3bc5d
Bump aioesphomeapi from 43.12.0 to 43.13.0 ( #13160 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-11 19:26:40 -10:00
Keith Burzinski
83eebdf15d
[infrared] Implement experimental API/Core/component for new component/entity type ( #13129 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2026-01-12 05:01:23 +00:00
J. Nick Koston
595217786c
[tuya][rc522][remote_base] Migrate format_hex_pretty() to stack-based alternatives ( #13158 )
2026-01-12 04:47:57 +00:00
J. Nick Koston
912f94d1e8
[api] Use StringRef for HomeassistantServiceMap.value to eliminate heap allocations ( #13154 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-11 17:54:06 -10:00
J. Nick Koston
ea8ae2ae60
[climate] Return StringRef from get_custom_fan_mode() and get_custom_preset() ( #13103 )
2026-01-11 17:53:06 -10:00
J. Nick Koston
e1aac7601d
[event] Return StringRef from get_last_event_type() ( #13104 )
2026-01-11 17:52:54 -10:00
J. Nick Koston
f1b11b1855
[light] Return StringRef from LightEffect::get_name() and LightState::get_effect_name() ( #13105 )
2026-01-11 17:52:39 -10:00
J. Nick Koston
23f9f70b71
[select] Return StringRef from current_option() ( #13095 )
2026-01-11 17:40:43 -10:00
J. Nick Koston
eeeae53f76
[fan] Return StringRef from get_preset_mode() for safety and modern API ( #13092 )
2026-01-11 17:40:09 -10:00
J. Nick Koston
45c0796e40
[ci] Add RP2040 to memory impact analysis ( #13134 )
2026-01-11 17:19:00 -10:00
J. Nick Koston
38e2e4a56d
[runtime_stats] Fix log output formatting alignment ( #13155 )
2026-01-11 17:18:49 -10:00
J. Nick Koston
52132ea3bc
[ch422g][lc709203f][qmc5883l] Avoid heap allocation in status_set_warning calls ( #13152 )
2026-01-11 17:18:37 -10:00
J. Nick Koston
ace3ff2170
[safe_mode] Conditionally compile callback when on_safe_mode is configured ( #13136 )
2026-01-11 17:18:24 -10:00
J. Nick Koston
26e90b4ca6
[light] Move LightColorValues::lerp() out of header to reduce code duplication ( #13138 )
2026-01-11 17:18:13 -10:00
J. Nick Koston
684790c2ab
[web_server_idf] Reduce heap usage in DefaultHeaders and auth ( #13141 )
2026-01-11 17:17:57 -10:00
J. Nick Koston
6a3737bac3
[improv_serial] Use int8_to_str to avoid heap allocation for RSSI formatting ( #13149 )
2026-01-11 17:17:44 -10:00
J. Nick Koston
723ca57617
[uptime] Format text sensor output on stack to avoid heap allocations ( #13150 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-11 17:17:32 -10:00
J. Nick Koston
909bd1074a
[wifi] Fix captive portal/improv only attempting last configured network ( #13086 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-11 17:17:18 -10:00
J. Nick Koston
68064dc974
[web_server] Fix v1 compilation on ESP-IDF by adding missing write method ( #13153 )
2026-01-11 17:17:07 -10:00
Jonathan Swoboda
742d724e65
[seeed_mr24hpc1] Add ifdef guards for conditional entity types ( #13147 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-11 22:16:55 -05:00
dependabot[bot]
5ae46a4369
Bump aioesphomeapi from 43.11.0 to 43.12.0 ( #13139 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-11 09:49:17 -10:00
J. Nick Koston
a1395af763
[helpers] Add format_hex_prefixed_to for "0x" prefixed hex formatting ( #13115 )
2026-01-10 17:07:21 -10:00
J. Nick Koston
6222fae907
[libretiny] Disable BLE stack on BK7231N to save ~21KB RAM ( #13131 )
2026-01-10 16:43:15 -10:00
J. Nick Koston
e34532f283
[sensor] Use C++17 nested namespace syntax ( #13116 )
2026-01-10 21:42:35 -05:00
Keith Burzinski
f2eb61a767
[api] Proto code generator changes for #12985 ( #13100 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2026-01-10 15:43:27 -10:00
dependabot[bot]
5725a4840e
Bump aioesphomeapi from 43.10.1 to 43.11.0 ( #13132 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-11 01:09:25 +00:00
J. Nick Koston
de82f96ccb
[core] Rename FixedVector::shrink_to_fit() to release() for clarity ( #13130 )
2026-01-11 00:43:31 +00:00
Jonathan Swoboda
6c981d8b71
[esp32_hosted] Bump component versions ( #13118 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-10 10:26:42 -10:00
Jas Strong
c03faf2d9a
[aqi] Fix precision loss for low PM concentration values ( #13120 )
...
Co-authored-by: jas <jas@asspa.in >
2026-01-10 09:40:14 -10:00
esphomebot
da7680f7d9
Update webserver local assets to 20260110-013228 ( #13113 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2026-01-09 16:38:01 -10:00
Douwe
cea2878b55
[water_heater] (3/4) Implement web_server for new water_heater component ( #12511 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2026-01-09 15:25:42 -10:00
Jonathan Swoboda
e0ff7fdaa1
[esp32_hosted] Add HTTP-based coprocessor firmware update support ( #13090 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2026-01-09 17:36:56 -05:00
tomaszduda23
3c9b300c46
[CI] skip endpoint check due to test grouping ( #13111 )
2026-01-09 22:13:37 +00:00
J. Nick Koston
32f90b2855
[mdns] Remove deprecated api password from test configuration ( #13107 )
2026-01-09 09:40:24 -10:00
J. Nick Koston
2fb7c0d453
[mapping] Fix test SPI data rate for RP2040 ( #13108 )
2026-01-09 09:39:53 -10:00
dependabot[bot]
7935fba4b1
Bump esphome-dashboard from 20251013.0 to 20260110.0 ( #13109 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-09 14:37:53 -05:00
Stuart Parmenter
ab32b93928
[hub75] Fix gamma_correct to use enum value instead of key string ( #13102 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2026-01-09 13:34:04 -06:00
J. Nick Koston
3d54ccac65
Revert "[wifi] Disable SoftAP support on Arduino ESP32 when ap: not configured" ( #13099 )
2026-01-09 09:35:19 -05:00
Keith Burzinski
c40f44f4bd
[remote_base] Add zero-copy packed sint32 decoder for #12985 ( #13093 )
2026-01-09 04:06:03 -06:00
Keith Burzinski
62cb08c3dc
[api] Add methods supporting efficient packed repeated sint32 field encoding for #12985 ( #13094 )
2026-01-09 04:05:47 -06:00
Stuart Parmenter
7576e032f8
[hub75] Fix depth and gamma mode defines ( #13091 )
2026-01-09 01:56:51 -06:00
J. Nick Koston
cd43b4114e
[api] Fire on_client_disconnected trigger after removing client from list ( #13088 )
2026-01-08 20:36:24 -10:00
J. Nick Koston
2c165e4817
[web_server] Use centralized length constants for buffer sizing ( #13073 )
2026-01-08 20:36:08 -10:00
J. Nick Koston
5afe4b7b12
[wifi] Warn when AP is configured without captive_portal or web_server ( #13087 )
2026-01-08 16:41:34 -10:00
Anton Viktorov
dcb8c994cc
[ac_dimmer] Added support for ESP-IDF (5+) ( #7072 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
Co-authored-by: J. Nick Koston <nick+github@koston.org >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-08 15:24:01 -10:00
Rodrigo Martín
012a1e2afd
[mqtt] Include session_present and reason parameters in connection callbacks ( #12413 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org >
2026-01-08 22:05:53 +00:00
J. Nick Koston
d4969f581a
[wifi] Limit ignored disconnect events on LibreTiny to speed up AP failover ( #13070 )
2026-01-08 11:42:30 -10:00
J. Nick Koston
40f108116b
[mqtt] Reduce heap allocations in topic string building ( #13072 )
2026-01-08 11:42:18 -10:00
J. Nick Koston
52459d1bc7
[wifi] Fix infinite roaming when best-signal AP is crashed/broken ( #13071 )
2026-01-08 11:42:06 -10:00
dependabot[bot]
325c938074
Bump ruff from 0.14.10 to 0.14.11 ( #13082 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2026-01-08 20:57:30 +00:00
J. Nick Koston
423a617b15
[core] Improve minimum_chip_revision warning for PSRAM users ( #13074 )
2026-01-08 10:52:27 -10:00
J. Nick Koston
eb5c4f34e2
[wifi] Disable SoftAP support on Arduino ESP32 when ap: not configured ( #13076 )
2026-01-08 10:51:58 -10:00
J. Nick Koston
c9ab4ca018
[libretiny] Bump to 1.9.2 ( #13077 )
2026-01-08 10:51:35 -10:00
J. Nick Koston
da0b01f4d0
[logger] Enable loop disable optimization for LibreTiny task log buffer ( #13078 )
2026-01-08 10:51:18 -10:00
Keith Burzinski
e301b8d0e0
[thermostat] Allow heat_cool_mode without an automation ( #13069 )
...
Co-authored-by: J. Nick Koston <nick+github@koston.org >
2026-01-07 21:44:10 -06:00
Clyde Stubbs
738678e87b
[image] Add define and core data ( #13058 )
2026-01-08 11:20:37 +11:00
J. Nick Koston
0ce3ac438b
[logger] Add thread-safe logging support for LibreTiny platform ( #13062 )
2026-01-07 13:40:15 -10:00
marcbodea
afa4fe9820
[esp32_touch] Disable hardware timeout to prevent continuous interrupts ( #13059 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: J. Nick Koston <nick+github@koston.org >
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2026-01-07 18:37:47 -05:00
esphomebot
a66df9ab0f
Update webserver local assets to 20260107-214817 ( #13064 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org >
2026-01-07 11:52:02 -10:00
J. Nick Koston
1339f3e77e
[web_server][captive_portal] Add Brotli compression (saves ~11KB flash when using local) ( #12959 )
2026-01-07 11:49:23 -10:00
J. Nick Koston
e29523e248
[abbwelcome] Use stack-based formatting to eliminate heap allocations ( #12799 )
2026-01-07 10:31:19 -10:00
J. Nick Koston
44eac36e05
[debug] Use stack buffers with buf_append helper instead of std::string ( #13020 )
2026-01-07 10:19:10 -10:00
J. Nick Koston
050e9b0d4a
[wifi] Add basic post-connect roaming support for stationary devices ( #12809 )
2026-01-07 08:30:23 -10:00
J. Nick Koston
25ac89e9b5
[logger] Add thread-safe logging for host platform ( #13010 )
2026-01-07 08:29:50 -10:00
J. Nick Koston
d86d1f9f52
[modbus_controller] Replace format_hex_pretty with stack-based format_hex_pretty_to ( #12781 )
2026-01-07 08:29:28 -10:00
J. Nick Koston
fd19280df9
[es8388] Use index-based select publish_state to avoid heap allocations ( #13053 )
2026-01-07 08:29:00 -10:00
J. Nick Koston
b7dbda497a
[core] Improve log timestamp accuracy by batching serial reads ( #12750 )
2026-01-07 08:28:31 -10:00
J. Nick Koston
815543b77e
[tuya] Avoid heap allocation in text sensor enum publish ( #13056 )
2026-01-07 08:28:14 -10:00
J. Nick Koston
0948e0359f
[core] Add integer overload for fnv1a_hash_extend ( #13054 )
2026-01-07 08:27:58 -10:00
J. Nick Koston
2830c7dab8
[ld2410/ld2412/ld2450] Use index-based select publish_state to avoid heap allocations ( #13051 )
2026-01-07 08:27:39 -10:00
J. Nick Koston
a03c13f304
[esp32_hosted] Add SHA256 alignment for hardware DMA compatibility ( #13050 )
2026-01-07 08:26:49 -10:00
J. Nick Koston
ef64226ed0
[mqtt] Use ESPHOME_F() for JSON strings to reduce ESP8266 RAM usage ( #13049 )
2026-01-07 08:26:21 -10:00
J. Nick Koston
ed39a130a8
[http_request] Store JSON keys in flash for ESP8266 ( #13048 )
2026-01-07 08:26:04 -10:00
J. Nick Koston
21687a1f58
[sun_gtil2] Eliminate heap allocations in text sensor publishing ( #13047 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-07 08:25:33 -10:00
J. Nick Koston
bf75f77eee
[preferences] Fix preferences not syncing in safe mode due to component registration order ( #13041 )
2026-01-07 08:25:08 -10:00
J. Nick Koston
39526e5360
[analyze-memory] Add RAM symbol analysis by component ( #13040 )
2026-01-07 08:24:44 -10:00
J. Nick Koston
8e40a55d5d
[ble_client] Eliminate heap allocations in text sensor ( #13038 )
2026-01-07 08:24:22 -10:00
J. Nick Koston
20927674da
[sun] Eliminate heap allocation in text sensor ( #13037 )
2026-01-07 08:24:09 -10:00
J. Nick Koston
8464307a43
[api] Coalesce log packets to reduce buffer pressure and prevent dropped state updates ( #13026 )
2026-01-07 08:23:50 -10:00
J. Nick Koston
546cdbde0d
[api] Simplify string handling by removing bifurcated client/server storage ( #12822 )
2026-01-07 08:23:28 -10:00
tomaszduda23
ada4e6d5e9
[nrf52, zigbee] Add sensor ( #12187 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2026-01-07 08:20:01 -10:00
Keith Burzinski
d6554702d8
[zwave_proxy] Make send_frame safer, make set_home_id protected ( #13055 )
2026-01-07 08:54:08 +00:00
Samuel Sieb
b083c33857
[espnow] fix channel validation ( #13057 )
2026-01-07 00:41:24 -08:00
Keith Burzinski
f8309b007c
[zwave_proxy] Add logging if client sends zero-length message ( #13052 )
2026-01-07 01:41:33 -06:00
Clyde Stubbs
ac672e4b8f
[esp32] Don't warn about no ota rollback if no ota at all ( #13045 )
2026-01-07 18:19:46 +11:00
J. Nick Koston
c387c03944
[text_sensor][text] Avoid heap allocation when state unchanged ( #13044 )
2026-01-06 19:22:04 -10:00
J. Nick Koston
fb47bfe92a
[dsmr] Eliminate heap allocation when publishing telegram ( #13032 )
2026-01-06 17:54:20 -10:00
J. Nick Koston
5b9be7c169
[ci] Add lint check to prevent usage of deprecated CORE.using_esp_idf ( #13029 )
2026-01-06 17:54:04 -10:00
J. Nick Koston
6d1f6a1084
[wifi_info] Eliminate heap churn in text sensors ( #13031 )
2026-01-06 17:53:54 -10:00
J. Nick Koston
f9ed2aa17f
[pylontech] Eliminate heap allocations in text sensors ( #13033 )
2026-01-06 17:53:42 -10:00
J. Nick Koston
35118da606
[ethernet_info] Eliminate heap allocations in text sensors ( #13034 )
2026-01-06 17:53:29 -10:00
J. Nick Koston
498477c5a2
[homeassistant] Eliminate heap allocation in text sensor state updates ( #13035 )
2026-01-06 17:53:14 -10:00
J. Nick Koston
3a84e4a0b4
[openthread_info] Eliminate heap allocations in text sensors ( #13036 )
2026-01-06 17:53:00 -10:00
J. Nick Koston
4391457a96
[sml] Eliminate heap allocations in text sensor ( #13039 )
2026-01-06 17:51:26 -10:00
Kyrill
68b4bc9d9e
Map HEAT_COOL to MODE_AUTO in HeatpumpIR component ( #12058 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-06 21:28:41 -06:00
J. Nick Koston
b052c9f562
[esp32_camera][uart] Add missing wake_loop_threadsafe() preprocessor guards ( #13043 )
2026-01-07 03:22:10 +00:00
J. Nick Koston
a19597626b
[text_sensor][text] Add const char* overloads to publish_state to eliminate heap churn ( #13030 )
2026-01-06 16:16:37 -10:00
J. Nick Koston
2147ddf8c7
[api] Eliminate std::string from ClientInfo struct ( #12566 )
...
Co-authored-by: Keith Burzinski <kbx81x@gmail.com >
2026-01-06 21:32:23 +00:00
Jas Strong
412ab5dbbf
[aqi] Implement a sensor that computes AQI ( #12958 )
...
Co-authored-by: jas <jas@asspa.in >
2026-01-06 16:31:50 -05:00
David Woodhouse
4419bf02b1
[async_tcp] Fix build conflicts and use IDF component for ESP32 ( #13025 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2026-01-06 20:26:27 +00:00
J. Nick Koston
8eb28a7724
[neopixelbus] Fix ESP8266 compilation by enabling Serial/Serial1 for NeoPixelBus library ( #13027 )
2026-01-06 18:38:39 +00:00
J. Nick Koston
d6c2dd3c26
[wifi] Eliminate heap allocations in IP address logging ( #13017 )
2026-01-06 08:21:16 -10:00
J. Nick Koston
ac42102320
[core] Auto-replace / in entity names with Unicode fraction slash during deprecation period ( #13016 )
2026-01-06 07:36:01 -10:00
J. Nick Koston
2c6584baf5
[xiaomi_ble] Simplify set_bindkey using parse_hex and const char* ( #13014 )
2026-01-06 07:35:40 -10:00
J. Nick Koston
c1ad39a072
[wifi] Clean up duplicate and empty logging output ( #13018 )
2026-01-06 07:35:16 -10:00
J. Nick Koston
d3e193cd71
[ota] Fix ESP32-S3 OTA crash with hardware SHA acceleration on IDF 5.5.x ( #13021 )
2026-01-06 07:34:58 -10:00
J. Nick Koston
11aed601b8
[ble_scanner] Use stack-based string formatting to reduce heap allocations ( #13013 )
2026-01-06 07:34:38 -10:00
J. Nick Koston
e0981323bd
[mqtt] Move Home Assistant discovery keys to PROGMEM on ESP8266 ( #13011 )
2026-01-06 07:33:56 -10:00
J. Nick Koston
1e56325b33
[improv_base] Optimize next_url to avoid STL string operations ( #13015 )
2026-01-06 07:33:32 -10:00
J. Nick Koston
a8a26f4ea8
[opentherm][nau7802] Use direct format specifiers instead of to_string().c_str() ( #13019 )
2026-01-06 07:32:43 -10:00
Jonathan Swoboda
a94eef3a60
Merge branch 'release' into dev
2026-01-06 10:23:02 -05:00
Jonathan Swoboda
b6f3a5d8b7
Merge pull request #13024 from esphome/bump-2025.12.5
...
2025.12.5
2026-01-06 10:22:48 -05:00
Jonathan Swoboda
3322b04e00
Bump version to 2025.12.5
2026-01-06 09:35:38 -05:00
Jonathan Swoboda
47d0d3cfeb
[cc1101] Add PLL lock verification and retry support ( #13006 )
2026-01-06 09:35:37 -05:00
Clyde Stubbs
8255c02d5d
[esp32_ble] Remove requirement for configured network ( #12891 )
2026-01-06 09:35:37 -05:00
Conrad Juhl Andersen
8b4ba8dfe6
[wts01] Fix negative values for WTS01 sensor ( #12835 )
2026-01-06 09:35:37 -05:00
Artur
178a61b6fd
[sn74hc595]: fix 'Attempted read from write-only channel' when using esp-idf framework ( #12801 )
2026-01-06 09:35:37 -05:00
Clyde Stubbs
b5df4cdf1d
[lvgl] Fix arc background angles ( #12773 )
2026-01-06 09:35:37 -05:00
Jonathan Swoboda
484f4b3aad
[cc1101] Add PLL lock verification and retry support ( #13006 )
2026-01-06 09:34:28 -05:00
J. Nick Koston
22cb0da903
[radon_eye_rd200, radon_eye_ble] Use stack-based string formatting in logging ( #12991 )
2026-01-05 17:45:51 -10:00
Jas Strong
28cf3b7a9b
[rd03d] Add Ai-Thinker RD-03D mmWave radar component ( #12764 )
...
Co-authored-by: jas <jas@asspa.in >
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2026-01-05 22:35:32 -05:00
J. Nick Koston
84dd17187d
[pvvx_mithermometer] Reduce heap allocations with stack-based string formatting ( #12994 )
2026-01-05 17:35:22 -10:00
J. Nick Koston
110c892c3c
[esp8266] Avoid heap allocation in preferences save/load ( #12465 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-05 17:35:04 -10:00
J. Nick Koston
8518424a88
[esp8266] Add enable_serial/enable_serial1 helpers to exclude unused Serial objects ( #12736 )
2026-01-05 17:26:49 -10:00
J. Nick Koston
7ba4dc0f1a
[airthings_wave_base, airthings_ble] Use stack-based string formatting in logging ( #12989 )
2026-01-05 17:22:27 -10:00
J. Nick Koston
95573bc106
[mopeka] Reduce heap allocations with stack-based string formatting ( #12990 )
2026-01-05 17:21:54 -10:00
J. Nick Koston
a6adc29b14
[xiaomi_ble] Reduce heap allocations with stack-based string formatting ( #12992 )
2026-01-05 17:20:51 -10:00
J. Nick Koston
8251513556
[bedjet] Use stack-based UUID formatting in logging ( #12993 )
2026-01-05 17:19:34 -10:00
J. Nick Koston
e6e0be3345
[bthome_mithermometer] Reduce heap allocations with stack-based string formatting ( #12995 )
2026-01-05 17:18:58 -10:00
J. Nick Koston
64da6d46e9
[ruuvi_ble] Reduce heap allocation with stack-based string formatting ( #12997 )
2026-01-05 17:18:06 -10:00
J. Nick Koston
9b9a341db0
[b_parasite] Reduce heap allocation with stack-based string formatting ( #12998 )
2026-01-05 17:17:37 -10:00
J. Nick Koston
18217fbe10
[atc_mithermometer] Reduce heap allocations with stack-based string formatting ( #12996 )
2026-01-05 17:16:47 -10:00
J. Nick Koston
c3e6a4178c
[thermopro_ble] Reduce heap allocation with stack-based string formatting ( #12999 )
2026-01-05 17:16:14 -10:00
J. Nick Koston
2d4cd4ce7e
[midea] Reduce heap allocations with stack-based string formatting ( #13000 )
2026-01-05 17:15:50 -10:00
J. Nick Koston
0290ed5d23
[voice_assistant] Reduce heap allocation with stack-based timer formatting ( #13001 )
2026-01-05 17:14:33 -10:00
Evaldas Auryla
b402e403a0
[radon_eye_rd200] update Radon Eye RD200 with v2/v3 support ( #7962 )
...
Co-authored-by: Artem Butusov <art.sormy@gmail.com >
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2026-01-05 16:34:23 -10:00
Jonathan Swoboda
b2c22a02b1
[cc1101] Add freq_offset to on_packet trigger ( #13008 )
2026-01-05 20:08:07 -05:00
PolarGoose
7ed4922d28
[dsmr] Remove dependency on Arduino framework. Various bug fixes. Add missing sensors. ( #11036 )
...
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2026-01-06 00:18:54 +00:00
Clyde Stubbs
21aa245cff
[image] Replace use of cairosvg with resvg-py ( #12863 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-06 10:56:59 +11:00
David Woodhouse
94bedd83be
async_tcp: Add AsyncClient for ESP-IDF and host ( #12337 )
...
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
Co-authored-by: J. Nick Koston <nick+github@koston.org >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-05 23:37:38 +00:00
guillempages
c8f5a97cef
[esphome OTA] Allow compilation on host platform ( #11655 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2026-01-05 23:33:06 +00:00
J. Nick Koston
fc7e55bfdc
[api] Avoid heap string copies in Home Assistant state subscription callbacks ( #12506 )
2026-01-05 07:42:18 -10:00
J. Nick Koston
6aaaae5d0e
[ci] Add LibreTiny (BK72XX) to memory impact analysis ( #12983 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-05 07:40:49 -10:00
J. Nick Koston
e87a3b3916
[light] Use zero-copy set_effect overload in JSON schema parsing ( #12979 )
2026-01-05 07:40:24 -10:00
J. Nick Koston
3fb5b28930
[captive_portal] Avoid defer overhead on ESP8266 when saving WiFi credentials ( #12981 )
2026-01-05 07:40:04 -10:00
J. Nick Koston
1bb4be435c
[esp32_ble_tracker, ble_client] Reduce heap allocations with stack-based string formatting ( #12982 )
2026-01-05 07:39:37 -10:00
J. Nick Koston
0990a9c2b0
[esp32_ble] Avoid heap allocation in ESPBTUUID::from_raw for string literals ( #12980 )
2026-01-05 07:39:24 -10:00
Samuel Schultze
086eb4b930
[whirlpool] support for 14 byte whirlpool IR receiver messages ( #12774 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2026-01-05 11:45:32 -05:00
J. Nick Koston
d107b37d3b
[st7735] Combine log statements to reduce loop blocking ( #12977 )
2026-01-04 17:51:02 -10:00
J. Nick Koston
80ab9485e0
[spi_led_strip] Combine log statements to reduce loop blocking ( #12968 )
2026-01-04 17:00:59 -10:00
J. Nick Koston
28d30fdddb
[ssd1306_i2c] Combine log statements to reduce loop blocking ( #12969 )
2026-01-04 17:00:40 -10:00
J. Nick Koston
0bd8a7e1a0
[ssd1306_spi] Combine log statements to reduce loop blocking ( #12970 )
2026-01-04 17:00:21 -10:00
J. Nick Koston
2381ea7ff5
[ssd1322_spi] Combine log statements to reduce loop blocking ( #12971 )
2026-01-04 17:00:09 -10:00
J. Nick Koston
06101c54a5
[ssd1327_spi] Combine log statements to reduce loop blocking ( #12973 )
2026-01-04 16:59:52 -10:00
J. Nick Koston
ed332a034b
[ssd1351_spi] Combine log statements to reduce loop blocking ( #12974 )
2026-01-04 16:59:36 -10:00
J. Nick Koston
a2bb9468ff
[sm2235] Combine log statements to reduce loop blocking ( #12964 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2026-01-05 02:57:43 +00:00
J. Nick Koston
d8387799d9
[sm2335] Combine log statements to reduce loop blocking ( #12965 )
2026-01-04 16:56:30 -10:00
J. Nick Koston
ae3cdeda99
[ssd1325_spi] Combine log statements to reduce loop blocking ( #12972 )
2026-01-04 16:55:55 -10:00
J. Nick Koston
9cd003034c
[spi_device] Combine log statements to reduce loop blocking ( #12967 )
2026-01-04 16:55:31 -10:00
J. Nick Koston
f67a8d0d1f
[sonoff_d1] Combine log statements to reduce loop blocking ( #12966 )
2026-01-04 16:55:11 -10:00
J. Nick Koston
47223965b6
[sm2135] Combine log statements to reduce loop blocking ( #12963 )
2026-01-04 16:54:17 -10:00
J. Nick Koston
9128fc3120
[sm16716] Combine log statements to reduce loop blocking ( #12962 )
2026-01-04 16:54:03 -10:00
J. Nick Koston
c742db48b8
[sim800l] Combine log statements to reduce loop blocking ( #12961 )
2026-01-04 16:52:57 -10:00
J. Nick Koston
4bc1a02fc2
[shtcx] Combine log statements to reduce loop blocking ( #12960 )
2026-01-04 16:52:03 -10:00
J. Nick Koston
1d0f36ba35
[st7789v] Combine log statements to reduce loop blocking ( #12978 )
2026-01-04 16:51:37 -10:00
J. Nick Koston
405b26426c
[st7567_spi] Combine log statements to reduce loop blocking ( #12976 )
2026-01-04 16:51:24 -10:00
J. Nick Koston
2295f57dec
[st7567_i2c] Combine log statements to reduce loop blocking ( #12975 )
2026-01-04 16:51:11 -10:00
J. Nick Koston
a011d5ea96
[sht3xd] Combine log statements to reduce loop blocking ( #12957 )
2026-01-05 02:14:57 +00:00
tomaszduda23
12027569d3
[nrf52,zigbee] add support for binary_input ( #11535 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: J. Nick Koston <nick+github@koston.org >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2026-01-04 21:11:14 -05:00
J. Nick Koston
ab0e15e4bb
[runtime_stats] Combine log statements to reduce loop blocking ( #12954 )
2026-01-04 16:10:51 -10:00
J. Nick Koston
9f7925c1d5
[safe_mode] Combine log statements to reduce loop blocking ( #12955 )
2026-01-04 16:10:19 -10:00
J. Nick Koston
7449421cea
[shelly_dimmer] Combine log statements to reduce loop blocking ( #12956 )
2026-01-04 16:10:06 -10:00
J. Nick Koston
4f20c1ceb1
[rp2040_pwm] Combine log statements to reduce loop blocking ( #12952 )
2026-01-04 16:09:51 -10:00
J. Nick Koston
452fcd56dd
[remote_receiver] Combine log statements to reduce loop blocking ( #12951 )
2026-01-04 16:08:45 -10:00
J. Nick Koston
44fc156ef6
[remote_base] Combine log statements to reduce loop blocking ( #12950 )
2026-01-04 16:07:50 -10:00
J. Nick Koston
3ec05a5a13
[radon_eye_rd200] Combine log statements to reduce loop blocking ( #12949 )
2026-01-04 16:06:55 -10:00
J. Nick Koston
e6a630ae64
[qmp6988] Combine log statements to reduce loop blocking ( #12947 )
2026-01-04 16:06:34 -10:00
J. Nick Koston
3c8fd5c5c0
[pulse_counter] Combine log statements to reduce loop blocking ( #12946 )
2026-01-04 16:05:05 -10:00
J. Nick Koston
a635c82830
[pid] Combine log statements to reduce loop blocking ( #12942 )
2026-01-04 16:04:50 -10:00
J. Nick Koston
0b9fcf9ed3
[pn532] Combine log statements to reduce loop blocking ( #12943 )
2026-01-04 14:46:21 -10:00
J. Nick Koston
2d8abbb2ac
[pn7150] Combine log statements to reduce loop blocking ( #12944 )
2026-01-04 14:46:09 -10:00
J. Nick Koston
6d8142c539
[rpi_dpi_rgb] Combine log statements to reduce loop blocking ( #12953 )
2026-01-04 14:45:52 -10:00
J. Nick Koston
50f27cdd77
[pn7160] Combine log statements to reduce loop blocking ( #12945 )
2026-01-04 14:45:38 -10:00
J. Nick Koston
6c809583d3
[qspi_dbi] Combine log statements to reduce loop blocking ( #12948 )
...
Co-authored-by: Clyde Stubbs <2366188+clydebarrow@users.noreply.github.com >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-04 14:45:22 -10:00
J. Nick Koston
f41f0506c1
[pcf8574] Combine log statements to reduce loop blocking ( #12941 )
2026-01-04 14:05:17 -10:00
J. Nick Koston
850f189225
[api] Fix message batch size mismatch and improve naming consistency ( #12940 )
2026-01-04 23:44:49 +00:00
J. Nick Koston
a37d4b17eb
[wifi] Combine log statements to reduce loop blocking ( #12939 )
2026-01-04 23:11:48 +00:00
J. Nick Koston
7309a65167
[tlc5971] Combine log statements to reduce loop blocking ( #12922 )
2026-01-04 13:11:08 -10:00
J. Nick Koston
7fde110ac5
[voice_assistant] Combine log statements to reduce loop blocking ( #12930 )
2026-01-04 13:04:22 -10:00
J. Nick Koston
9ed107bc33
[xgzp68xx] Combine log statements to reduce loop blocking ( #12935 )
2026-01-04 13:04:08 -10:00
J. Nick Koston
b291f359ae
[x9c] Combine log statements to reduce loop blocking ( #12934 )
2026-01-04 13:03:56 -10:00
J. Nick Koston
161545584d
[wl_134] Combine log statements to reduce loop blocking ( #12933 )
2026-01-04 13:03:42 -10:00
J. Nick Koston
3ea11d4e59
[xpt2046] Combine log statements to reduce loop blocking ( #12937 )
2026-01-04 13:03:22 -10:00
J. Nick Koston
5713d69efe
[ufire_ec] Combine log statements to reduce loop blocking ( #12925 )
2026-01-04 13:03:06 -10:00
J. Nick Koston
9d9f9c3c84
[xiaomi_xmwsdj04mmc] Combine log statements to reduce loop blocking ( #12936 )
2026-01-04 13:02:52 -10:00
J. Nick Koston
29d332af92
[wireguard] Combine log statements to reduce loop blocking ( #12932 )
2026-01-04 13:02:02 -10:00
J. Nick Koston
c44d095f8a
[usb_host] Combine log statements to reduce loop blocking ( #12927 )
2026-01-04 13:01:49 -10:00
J. Nick Koston
0b996616b8
[waveshare_epaper] Combine log statements to reduce loop blocking ( #12931 )
2026-01-04 13:01:33 -10:00
J. Nick Koston
557b6a9ef0
[sun] Combine log statements to reduce loop blocking ( #12919 )
2026-01-04 13:00:59 -10:00
J. Nick Koston
6e633f7f3b
[usb_uart] Combine log statements to reduce loop blocking ( #12928 )
2026-01-04 13:00:03 -10:00
J. Nick Koston
c59455e445
[mqtt] Combine log statements to reduce loop blocking ( #12938 )
2026-01-04 12:59:47 -10:00
J. Nick Koston
32b3d27c7c
[uln2003] Combine log statements to reduce loop blocking ( #12926 )
2026-01-04 12:58:42 -10:00
J. Nick Koston
88cb5d9671
[tmp1075] Combine log statements to reduce loop blocking ( #12923 )
2026-01-04 12:58:20 -10:00
J. Nick Koston
56d1d928f9
[tlc5947] Combine log statements to reduce loop blocking ( #12921 )
2026-01-04 12:57:10 -10:00
J. Nick Koston
e9cab96cb7
[sx1509] Combine log statements to reduce loop blocking ( #12920 )
2026-01-04 12:56:50 -10:00
J. Nick Koston
022c42f9ca
[tuya] Combine log statements to reduce loop blocking ( #12924 )
2026-01-04 12:53:58 -10:00
J. Nick Koston
25ef9aff04
[vl53l0x] Combine log statements to reduce loop blocking ( #12929 )
2026-01-04 12:53:46 -10:00
Clyde Stubbs
71940acc49
[esp32_ble] Remove requirement for configured network ( #12891 )
2026-01-04 22:37:44 +00:00
J. Nick Koston
05695affff
[m5stack_8angle] Combine log statements to reduce loop blocking ( #12908 )
2026-01-04 11:55:31 -10:00
J. Nick Koston
f2308c77c6
[libretiny_pwm] Combine log statements to reduce loop blocking ( #12907 )
2026-01-04 11:55:18 -10:00
J. Nick Koston
a5368d1d95
[modbus] Combine log statements to reduce loop blocking ( #12910 )
2026-01-04 11:54:47 -10:00
J. Nick Koston
b8d93f2150
[mopeka_std_check] Combine log statements to reduce loop blocking ( #12911 )
2026-01-04 11:54:31 -10:00
J. Nick Koston
ca574a1550
[ledc] Combine log statements to reduce loop blocking ( #12906 )
2026-01-04 11:54:14 -10:00
J. Nick Koston
b0855b4a0e
[lc709203f] Combine log statements to reduce loop blocking ( #12905 )
2026-01-04 11:53:50 -10:00
J. Nick Koston
1fccddf67f
[ina2xx_base] Combine log statements to reduce loop blocking ( #12904 )
2026-01-04 11:52:56 -10:00
J. Nick Koston
548600b47a
[ina260] Combine log statements to reduce loop blocking ( #12903 )
2026-01-04 11:52:34 -10:00
J. Nick Koston
9bbfad4a08
[honeywellabp] Combine log statements to reduce loop blocking ( #12902 )
2026-01-04 11:52:08 -10:00
J. Nick Koston
8ae1f26b6a
[hlw8012] Combine log statements to reduce loop blocking ( #12901 )
2026-01-04 11:51:45 -10:00
J. Nick Koston
9b2a36a313
[hc8] Combine log statements to reduce loop blocking ( #12900 )
2026-01-04 11:51:33 -10:00
J. Nick Koston
aa4b274b3c
[mcp3204] Combine log statements to reduce loop blocking ( #12912 )
2026-01-04 11:51:18 -10:00
J. Nick Koston
d1d5c942ec
[mcp9600] Combine log statements to reduce loop blocking ( #12913 )
2026-01-04 11:51:01 -10:00
J. Nick Koston
ccc9d95c9d
[mqtt] Combine log statements to reduce loop blocking ( #12914 )
2026-01-04 11:28:14 -10:00
J. Nick Koston
6d9d593e12
[my9231] Combine log statements to reduce loop blocking ( #12915 )
2026-01-04 11:27:14 -10:00
J. Nick Koston
fc9683f024
[opentherm] Combine log statements to reduce loop blocking ( #12916 )
2026-01-04 11:26:13 -10:00
J. Nick Koston
61ecfb5f2b
[openthread] Combine log statements to reduce loop blocking ( #12917 )
2026-01-04 11:25:52 -10:00
J. Nick Koston
7e75826064
[wifi] Fix LibreTiny thread safety with queue-based event handling ( #12833 )
2026-01-04 11:25:24 -10:00
J. Nick Koston
8287484a36
[gl_r01_i2c] Combine log statements to reduce loop blocking ( #12899 )
2026-01-04 11:24:51 -10:00
J. Nick Koston
dd8259b2ce
[gcja5] Combine log statements to reduce loop blocking ( #12898 )
2026-01-04 11:24:36 -10:00
Stuart Parmenter
449e478bec
[hub75] Bump esp-hub75 version to 0.2.2 ( #12674 )
2026-01-04 10:50:10 -10:00
Jonathan Swoboda
9ae19d53dc
[ultrasonic] Fix timeout issues and deprecate timeout option ( #12897 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2026-01-04 13:39:56 -05:00
J. Nick Koston
77b3ffee00
[factory_reset] Combine log statements to reduce loop blocking ( #12866 )
2026-01-04 08:34:16 -10:00
J. Nick Koston
dff8dc0ed1
[cc1101] Combine log statements to reduce loop blocking ( #12869 )
2026-01-04 08:34:07 -10:00
J. Nick Koston
5a8b0f59b8
[cd74hc4067] Combine log statements to reduce loop blocking ( #12870 )
2026-01-04 08:33:58 -10:00
J. Nick Koston
25a325da61
[current_based] Combine log statements to reduce loop blocking ( #12873 )
2026-01-04 08:33:49 -10:00
J. Nick Koston
a6db5a2ed8
[dfrobot_sen0395] Combine log statements to reduce loop blocking ( #12876 )
2026-01-04 08:33:38 -10:00
J. Nick Koston
9e5dbb073a
[emmeti] Combine log statements to reduce loop blocking ( #12878 )
2026-01-04 08:31:14 -10:00
J. Nick Koston
cf513975f3
[ens160_base] Combine log statements to reduce loop blocking ( #12880 )
2026-01-04 08:30:45 -10:00
J. Nick Koston
1e70091a27
[esp32_hosted] Combine log statements to reduce loop blocking ( #12884 )
2026-01-04 08:28:17 -10:00
J. Nick Koston
766826cc9c
[esp32][libretiny] Reuse preference buffer to avoid heap churn ( #12890 )
2026-01-04 08:28:01 -10:00
J. Nick Koston
8a4ee19c0b
[es8388] Combine log statements to reduce loop blocking ( #12882 )
2026-01-04 08:26:19 -10:00
J. Nick Koston
b1f9c08f51
[esp32_ble_tracker] Make start_scan action idempotent ( #12864 )
2026-01-04 08:11:36 -10:00
J. Nick Koston
facf4777a4
[ezo_pmp] Combine log statements to reduce loop blocking ( #12888 )
2026-01-03 18:04:00 -10:00
J. Nick Koston
096de869b6
[esp32_ble_client] Combine log statements to reduce loop blocking ( #12883 )
2026-01-03 18:01:55 -10:00
J. Nick Koston
c59314ec09
[debug] Combine log statements to reduce loop blocking ( #12875 )
2026-01-03 18:01:28 -10:00
J. Nick Koston
e94158a12f
[fan] Combine log statements to reduce loop blocking ( #12889 )
2026-01-03 18:00:52 -10:00
J. Nick Koston
cb598c43e8
[endstop] Combine log statements to reduce loop blocking ( #12879 )
2026-01-03 18:00:31 -10:00
J. Nick Koston
6e8817cbc4
[esp8266_pwm] Combine log statements to reduce loop blocking ( #12885 )
2026-01-03 18:00:11 -10:00
J. Nick Koston
9f06f046d6
[espnow] Combine log statements to reduce loop blocking ( #12887 )
2026-01-03 17:59:53 -10:00
J. Nick Koston
44fa6bae95
[dht] Combine log statements to reduce loop blocking ( #12877 )
2026-01-03 17:57:53 -10:00
J. Nick Koston
bc9093127e
[cap1188] Combine log statements to reduce loop blocking ( #12868 )
2026-01-03 17:00:14 -10:00
J. Nick Koston
cf93b66306
[chsc6x] Combine log statements to reduce loop blocking ( #12871 )
2026-01-03 16:59:55 -10:00
J. Nick Koston
16ada4d477
[epaper_spi] Combine log statements to reduce loop blocking ( #12881 )
2026-01-04 02:48:39 +00:00
J. Nick Koston
c96d0015a0
[esp_ldo] Combine log statements to reduce loop blocking ( #12886 )
2026-01-04 02:48:04 +00:00
J. Nick Koston
12c6f5749e
[cst816] Combine log statements to reduce loop blocking ( #12872 )
2026-01-04 02:46:29 +00:00
Douwe
5f1eacf4ec
[water_heater] (4/4) Implement tests for new water_heater component ( #12517 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2026-01-03 16:43:31 -10:00
J. Nick Koston
5d384c77c5
[esp32] Move heap functions to flash, saving ~6KB ( #12862 )
2026-01-03 16:00:50 -10:00
dependabot[bot]
32562ca991
Bump aioesphomeapi from 43.10.0 to 43.10.1 ( #12865 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-04 01:59:03 +00:00
J. Nick Koston
6b4b1272db
[binary_sensor] Combine log statements to reduce loop blocking ( #12849 )
2026-01-04 01:56:52 +00:00
J. Nick Koston
7b74f94360
[wifi] Combine log statements to reduce loop blocking ( #12856 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2026-01-04 01:54:56 +00:00
J. Nick Koston
997ab553c1
[ac_dimmer] Combine log statements to reduce loop blocking ( #12840 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2026-01-04 01:36:08 +00:00
Frederic Meeuwissen
8b80fe9c6b
[esp32_rmt_led_strip] Support inverted logic ( #12825 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-03 20:32:27 -05:00
J. Nick Koston
ee65f2f0cd
[adc] Combine log statements to reduce loop blocking ( #12841 )
2026-01-03 15:24:41 -10:00
J. Nick Koston
723ccd7547
[ade7880] Combine log statements to reduce loop blocking ( #12842 )
2026-01-03 15:05:41 -10:00
J. Nick Koston
102862e99d
[ads1115] Combine log statements to reduce loop blocking ( #12843 )
2026-01-03 15:05:29 -10:00
J. Nick Koston
9cb265347c
[ads1118] Combine log statements to reduce loop blocking ( #12844 )
2026-01-03 15:05:15 -10:00
J. Nick Koston
d84562f878
[anova] Combine log statements to reduce loop blocking ( #12845 )
2026-01-03 15:04:57 -10:00
J. Nick Koston
6bbee3cfc6
[as3935] Combine log statements to reduce loop blocking ( #12846 )
2026-01-03 15:04:38 -10:00
J. Nick Koston
41e7ecb29f
[bedjet] Combine log statements to reduce loop blocking ( #12848 )
2026-01-03 15:04:21 -10:00
J. Nick Koston
0196d6ee55
[ble_nus] Combine log statements to reduce loop blocking ( #12850 )
2026-01-03 15:03:44 -10:00
J. Nick Koston
ea848db683
[bp1658cj] Combine log statements to reduce loop blocking ( #12851 )
2026-01-03 15:03:20 -10:00
J. Nick Koston
41a188ac35
[ac_dimmer] Fix ESP8266 build by requiring waveform support ( #12852 )
2026-01-03 15:03:01 -10:00
J. Nick Koston
8ddfeb2d38
[captive_portal] Combine log statements to reduce loop blocking ( #12853 )
2026-01-03 15:02:26 -10:00
J. Nick Koston
d364432e3a
[uart] Combine log statements to reduce loop blocking ( #12855 )
2026-01-03 15:02:12 -10:00
J. Nick Koston
2a6b192af8
[ethernet] Combine log statements to reduce loop blocking ( #12854 )
2026-01-03 15:01:35 -10:00
J. Nick Koston
07a581e13a
[update] Combine log statements to reduce loop blocking ( #12857 )
2026-01-03 15:01:24 -10:00
J. Nick Koston
5f5edf90e9
[water_heater] Combine log statements to reduce loop blocking ( #12858 )
2026-01-03 15:01:12 -10:00
J. Nick Koston
5e24469ce3
[http_request] Combine log statements to reduce loop blocking ( #12859 )
2026-01-03 15:01:01 -10:00
J. Nick Koston
d7a1ac83ca
[esp32_ble_tracker] Combine log statements to reduce loop blocking ( #12860 )
2026-01-03 15:00:51 -10:00
Douwe
f11abc7dbf
[water_heater] (2/4) Implement template for new water_heater component ( #12516 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2026-01-03 14:45:49 -10:00
tomaszduda23
ec05692f0d
[nrf52] add printk doc ( #12839 )
2026-01-04 00:12:31 +00:00
J. Nick Koston
2e2e54811a
[absolute_humidity] Combine log statements to reduce loop blocking ( #12838 )
2026-01-03 17:52:23 -06:00
Clyde Stubbs
c29aa61e2a
[image] Use alternative version of CairoSVG on Windows ( #12811 )
2026-01-04 10:08:47 +11:00
J. Nick Koston
cb3edfc654
[wifi] Use stack-based MAC formatting in ESP8266 and IDF event handlers ( #12834 )
2026-01-03 12:32:22 -10:00
J. Nick Koston
6685fa1da9
[core] Fix startup delay from setup timing logs when console connected ( #12832 )
2026-01-03 12:32:10 -10:00
J. Nick Koston
d505f0316b
[wifi] Combine scan result log lines to reduce loop blocking with many matching APs ( #12830 )
2026-01-03 12:31:58 -10:00
J. Nick Koston
9781073f2a
[espnow] Use stack-based MAC formatting and remove dead code ( #12836 )
2026-01-03 12:31:38 -10:00
John Hollowell
0a0501c140
Fix comment typos ( #12828 )
2026-01-03 17:11:48 -05:00
Jasper van der Neut - Stulen
a6e9aa7876
[mhz19] Refactor Actions to Parented ( #12837 )
2026-01-03 17:11:02 -05:00
Conrad Juhl Andersen
ede7391582
[wts01] Fix negative values for WTS01 sensor ( #12835 )
2026-01-03 17:06:33 -05:00
Jasper van der Neut - Stulen
5cfcf8d104
[mhz19] Make detection range configurable ( #12677 )
...
Co-authored-by: Fabio Pugliese Ornellas <fabio.ornellas@gmail.com >
2026-01-03 15:51:48 -05:00
J. Nick Koston
c34665f650
[api] Fix KeyError when running logs after password removal ( #12831 )
2026-01-03 19:13:07 +00:00
Mariusz Kryński
69867bf818
[nrf52, zephyr] move nrf52-specific code to nrf52 component ( #12582 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: J. Nick Koston <nick+github@koston.org >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2026-01-03 18:58:56 +00:00
J. Nick Koston
1d323c2d71
[api] Remove deprecated password authentication ( #12819 )
2026-01-03 07:14:48 -10:00
tomaszduda23
95a7356ea0
[uart] make sure that all variables are initialized ( #12823 )
2026-01-03 03:43:17 -06:00
J. Nick Koston
89b550b74a
[tests] Remove reserved / character from entity names in component tests ( #12820 )
2026-01-03 01:00:46 -06:00
dependabot[bot]
538c6544a0
Bump ruamel-yaml from 0.18.17 to 0.19.1 ( #12768 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-02 20:51:56 -10:00
dependabot[bot]
98e3695c89
Bump aioesphomeapi from 43.9.1 to 43.10.0 ( #12821 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-03 06:45:17 +00:00
J. Nick Koston
00fd4f2fdd
[esp8266] Exclude unused waveform code to save ~596 bytes RAM ( #12690 )
2026-01-02 19:51:07 -10:00
J. Nick Koston
2a5be725c8
[api] Enable zero-copy bytes SOURCE_BOTH messages ( #12816 )
2026-01-02 19:50:30 -10:00
Robert Klep
c4d339a4c9
[core] Add CONF_ON_START ( #12439 ) ( #12440 )
2026-01-02 23:42:18 -05:00
J. Nick Koston
6409970f6e
[uponor_smatrix] Use stack-based hex formatting in verbose logging ( #12797 )
...
Co-authored-by: Stefan Rado <628587+kroimon@users.noreply.github.com >
2026-01-02 16:41:02 -10:00
J. Nick Koston
bc1af007b4
[vbus] Use stack-based hex formatting in verbose logging ( #12796 )
2026-01-02 16:40:47 -10:00
Thomas Rupprecht
c3ffc1635d
[gps] add icon for HDOP and use correct state_class for longitude and… ( #12718 )
2026-01-02 21:40:28 -05:00
J. Nick Koston
016eeef04a
[tee501] Use stack-based hex formatting in verbose logging ( #12795 )
2026-01-02 16:40:06 -10:00
J. Nick Koston
ace48464a8
[addressable_light] Use StringRef to avoid allocation when saving effect name ( #12759 )
2026-01-02 16:39:44 -10:00
J. Nick Koston
64ba376330
[hte501] Use stack-based hex formatting in verbose logging ( #12794 )
2026-01-02 16:37:38 -10:00
J. Nick Koston
d946ddabfd
[xiaomi_ble] Use stack-based hex formatting in verbose logging ( #12793 )
2026-01-02 16:37:16 -10:00
J. Nick Koston
a57011b50b
[kuntze] Use stack buffer for hex formatting in verbose logging ( #12775 )
2026-01-02 16:36:57 -10:00
J. Nick Koston
1240e7907e
[api] Use stack-based format_hex_pretty_to for packet logging macros ( #12788 )
2026-01-02 16:35:44 -10:00
J. Nick Koston
f0391f0213
[api] Remove object_id from API protocol - clients compute it from name #12698 ( #12818 )
2026-01-02 16:32:46 -10:00
J. Nick Koston
3cc6810be5
[core] Remove object_id RAM storage - no longer in hot path after #12627 ( #12631 )
2026-01-02 15:46:01 -10:00
J. Nick Koston
916370a943
[gpio] Avoid heap allocation in dump_summary ( #12760 )
2026-01-02 15:42:56 -10:00
J. Nick Koston
e2f45c590e
[esp32_improv] Use stack buffer for hex formatting in verbose logging ( #12737 )
2026-01-02 14:28:38 -10:00
J. Nick Koston
7d21411ca4
[epaper_spi] Use stack buffer for hex formatting in command logging ( #12734 )
2026-01-02 14:27:00 -10:00
J. Nick Koston
56ed5af27d
[nextion] Use stack buffers for hex formatting in upload logging ( #12733 )
2026-01-02 14:26:14 -10:00
J. Nick Koston
c8241b0122
[sonoff_d1] Use stack buffer for hex formatting in logging ( #12730 )
2026-01-02 14:25:02 -10:00
J. Nick Koston
30efd7fb07
[jsn_sr04t] Use stack buffer for hex formatting in error logging ( #12729 )
2026-01-02 14:24:47 -10:00
J. Nick Koston
1703343694
[a02yyuw] Use stack buffer for hex formatting in error logging ( #12728 )
2026-01-02 14:24:30 -10:00
J. Nick Koston
7fa04b6c25
[a01nyub] Use stack buffer for hex formatting in error logging ( #12727 )
2026-01-02 14:23:33 -10:00
J. Nick Koston
61b6476de4
[opentherm] Replace heap-allocating format calls with printf format specifiers in debug_error ( #12726 )
2026-01-02 14:23:18 -10:00
J. Nick Koston
b4e5e0bc9b
[rc522] Use stack buffers for hex formatting in tag logging ( #12725 )
2026-01-02 14:22:58 -10:00
J. Nick Koston
f9b4e0e489
[remote_base] Use stack buffer for hex formatting in haier protocol logging ( #12723 )
2026-01-02 14:22:26 -10:00
J. Nick Koston
9ccb100cca
[remote_base] Use stack buffer for hex formatting in mirage protocol logging ( #12722 )
2026-01-02 14:21:42 -10:00
J. Nick Koston
20b66cba23
[shelly_dimmer] Use stack buffer for hex formatting in command logging ( #12721 )
2026-01-02 14:21:23 -10:00
J. Nick Koston
b711172b33
[wifi] Use precision format specifier for SSID logging to avoid stack copy ( #12704 )
2026-01-02 14:21:09 -10:00
J. Nick Koston
0c4184b129
[cse7766] Use stack buffer for hex formatting in debug logging ( #12732 )
2026-01-02 14:20:17 -10:00
J. Nick Koston
0e108c2178
[esp32] Add minimum_chip_revision setting and log chip revision at startup ( #12696 )
2026-01-02 14:14:52 -10:00
J. Nick Koston
2230e56347
[wifi] Use stack buffers for IP address logging to avoid heap allocations ( #12680 )
2026-01-02 14:14:24 -10:00
J. Nick Koston
2ff9535f5f
[esp32_improv] Use stack buffer for URL formatting to avoid heap allocation ( #12682 )
2026-01-02 14:14:12 -10:00
J. Nick Koston
ddb6c6cfd4
[captive_portal] Use stack buffer for IP address logging in DNS server ( #12679 )
2026-01-02 14:13:59 -10:00
J. Nick Koston
00ab64a3c7
[wifi] Use wifi_ssid_to() to avoid heap allocations in automation and connection checks ( #12678 )
2026-01-02 14:13:43 -10:00
J. Nick Koston
e732f8469e
[udp] Avoid heap allocations when joining multicast groups ( #12685 )
2026-01-02 14:13:26 -10:00
J. Nick Koston
023be88a87
[tuya] Use stack buffers for hex logging to avoid heap allocations ( #12689 )
2026-01-02 14:13:08 -10:00
J. Nick Koston
25e60d62cf
[mqtt] Avoid heap allocations when logging IP addresses ( #12686 )
2026-01-02 14:12:04 -10:00
J. Nick Koston
167a42aa27
[api] Use StringRef in send_action_response and send_execute_service_response ( #12658 )
2026-01-02 14:11:45 -10:00
J. Nick Koston
0ef49a8b73
[ld2410][ld2412][ld2450] Use stack buffers for hex logging ( #12688 )
2026-01-02 14:11:31 -10:00
J. Nick Koston
51259888bf
[voice_assistant] Use zero-copy buffer access for audio data ( #12656 )
2026-01-02 14:10:21 -10:00
J. Nick Koston
0b7ff09657
[api] Use pointer to FixedVector for siren tones field ( #12657 )
2026-01-02 14:09:40 -10:00
J. Nick Koston
f394cf3f4d
[packet_transport] Use stack-based format_hex_pretty_to for logging ( #12791 )
2026-01-02 14:06:03 -10:00
J. Nick Koston
4cb066bcbf
[api] Use StringRef in handle_action_response to avoid temporary string ( #12655 )
2026-01-02 14:05:50 -10:00
J. Nick Koston
e7001c5eea
[api] Auto-generate zero-copy pointer access for incoming API bytes fields ( #12654 )
2026-01-02 14:05:37 -10:00
esphomebot
5bb9ffa0cb
Update webserver local assets to 20260102-230255 ( #12817 )
2026-01-02 23:14:11 +00:00
J. Nick Koston
c6713eaccb
[web_server] Fix URL collisions with UTF-8 names and sub-devices ( #12627 )
2026-01-02 13:07:11 -10:00
Jonathan Swoboda
087f521b19
[ultrasonic] Use interrupt-based measurement for reliability ( #12617 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2026-01-02 15:58:53 -05:00
Jonathan Swoboda
763515d3a1
[core] Remove unused USE_ESP32_FRAMEWORK_ARDUINO ifdefs ( #12813 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2026-01-02 14:47:14 -05:00
J. Nick Koston
6d4f4d8d23
[api] Auto-generate StringRef for incoming API string fields ( #12648 )
2026-01-02 08:17:05 -10:00
Tobias Stanzel
d7fd85e610
[spi] Allow any achievable data rate ( #12753 )
...
Co-authored-by: clydebarrow <2366188+clydebarrow@users.noreply.github.com >
2026-01-02 18:10:30 +11:00
J. Nick Koston
8acaa16987
[usb_cdc_acm] Use stack-based hex formatting in verbose logging ( #12792 )
2026-01-02 01:04:11 -06:00
J. Nick Koston
4e8c02b396
[xiaomi_*] Use stack-based hex formatting for bindkey logging ( #12798 )
2026-01-01 20:25:12 -10:00
J. Nick Koston
a828abf53d
[ota] Remove MD5 authentication support ( #12707 )
2026-01-01 20:24:31 -10:00
J. Nick Koston
ebfa0149cc
[light] Use StringRef to avoid allocation in JSON effect name serialization ( #12758 )
2026-01-01 20:23:37 -10:00
J. Nick Koston
3a4cca0027
[ble_client] Use stack buffer for hex formatting in very verbose logging ( #12744 )
2026-01-01 20:22:48 -10:00
J. Nick Koston
7702a9ae85
[ethernet] Use stack buffer for hex formatting in very verbose logging ( #12742 )
2026-01-01 20:22:19 -10:00
J. Nick Koston
2e8baa0493
[esp32_ble_tracker] Use stack buffer for hex formatting in very verbose logging ( #12741 )
2026-01-01 20:21:33 -10:00
J. Nick Koston
69ec311d21
[hlk_fm22x] Use stack buffer for hex formatting in verbose logging ( #12740 )
2026-01-01 20:20:58 -10:00
J. Nick Koston
1cc18055ef
[i2c] Use stack buffer for hex formatting in verbose logging ( #12739 )
2026-01-01 20:20:24 -10:00
J. Nick Koston
bcc6bbbf5f
[espnow] Use stack buffer for hex formatting in verbose logging ( #12738 )
2026-01-01 20:19:49 -10:00
J. Nick Koston
71c3d4ca27
[mopeka_std_check] Use stack-based format_hex_pretty_to for very verbose logging ( #12790 )
2026-01-01 20:19:20 -10:00
J. Nick Koston
c6f3860f90
[ee895] Use stack-based format_hex_to for verbose logging ( #12789 )
2026-01-01 20:18:23 -10:00
J. Nick Koston
0049c8ad38
[zwave_proxy] Use stack-based format_hex_pretty_to for very verbose logging ( #12786 )
2026-01-01 20:17:51 -10:00
J. Nick Koston
e1788bba45
[seeed_mr60fda2] Use stack-based format_hex_pretty_to for verbose logging ( #12785 )
2026-01-01 20:17:22 -10:00
J. Nick Koston
4fcd263ea8
[seeed_mr60bha2] Replace format_hex_pretty with stack-based format_hex_pretty_to ( #12784 )
2026-01-01 20:16:40 -10:00
J. Nick Koston
c81ce243cc
[qspi_dbi] Replace format_hex_pretty with stack-based format_hex_pretty_to ( #12783 )
2026-01-01 20:13:10 -10:00
J. Nick Koston
7df41124b2
[pn532_spi] Replace format_hex_pretty with stack-based format_hex_pretty_to ( #12782 )
2026-01-01 20:11:53 -10:00
J. Nick Koston
b5188731f8
[modbus] Use stack buffer for hex formatting in verbose logging ( #12780 )
2026-01-01 20:10:45 -10:00
J. Nick Koston
0924281545
[mitsubishi] Use stack buffer for hex formatting in verbose logging ( #12779 )
2026-01-01 20:10:08 -10:00
J. Nick Koston
14e97642f7
[mipi_rgb] Use stack buffer for hex formatting in init sequence logging ( #12777 )
2026-01-01 20:09:37 -10:00
J. Nick Koston
544aaeaa66
[mipi_dsi] Use stack buffer for hex formatting in very verbose logging ( #12776 )
2026-01-01 20:08:57 -10:00
Stuart Parmenter
7483bbd6ea
[display] Ensure drivers respect clipping during fill() ( #12808 )
2026-01-02 16:34:39 +11:00
Artur
2841b5fe44
[sn74hc595]: fix 'Attempted read from write-only channel' when using esp-idf framework ( #12801 )
2026-01-01 23:28:10 -05:00
J. Nick Koston
ed435241b1
[mipi_spi] Use stack buffer for hex formatting in verbose logging ( #12778 )
2026-01-01 11:48:37 -10:00
H. Árkosi Róbert
9847e51fbc
[bthome_mithermometer] Add BTHome parsing for Xiaomi Mijia BLE Sensors ( #12635 )
2026-01-02 08:40:18 +11:00
dependabot[bot]
dc320f455a
Bump bleak from 2.1.0 to 2.1.1 ( #12804 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-01 09:16:01 -10:00
Clyde Stubbs
1945e85ddc
[core] Make LockFreeQueue more widely available ( #12766 )
2026-01-01 22:07:35 +11:00
Clyde Stubbs
4313130f2e
[lvgl] Fix arc background angles ( #12773 )
2026-01-01 14:44:21 +11:00
Jonathan Swoboda
3c9ed126a6
Merge branch 'release' into dev
2025-12-31 17:42:51 -05:00
Jonathan Swoboda
d8c23d4fc9
Merge pull request #12772 from esphome/bump-2025.12.4
...
2025.12.4
2025-12-31 17:42:39 -05:00
Konstantin Tretyakov
1d96de986e
[sdist] Include yaml files in components in source distribution package
...
Co-authored-by: Clyde Stubbs <2366188+clydebarrow@users.noreply.github.com >
2026-01-01 08:49:43 +11:00
Jonathan Swoboda
e9e0712959
Bump version to 2025.12.4
2025-12-31 16:07:00 -05:00
J. Nick Koston
062840dd7b
[docker] Add build-essential to fix ruamel.yaml 0.19.0 compilation ( #12769 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2025-12-31 16:07:00 -05:00
J. Nick Koston
f0f01c081a
[wifi] Fix ESP-IDF reporting connected before DHCP completes on reconnect ( #12755 )
2025-12-31 16:07:00 -05:00
Stuart Parmenter
dd855985be
[hub75] Add clipping check ( #12762 )
2025-12-31 16:06:59 -05:00
J. Nick Koston
4633803d5d
[docker] Add build-essential to fix ruamel.yaml 0.19.0 compilation ( #12769 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2025-12-31 16:05:58 -05:00
J. Nick Koston
476d00d0e5
[wifi] Fix ESP-IDF reporting connected before DHCP completes on reconnect ( #12755 )
2025-12-31 15:59:28 -05:00
Stuart Parmenter
98cdef2568
[hub75] Add clipping check ( #12762 )
2025-12-31 15:58:37 -05:00
J. Nick Koston
bd3ecad3a1
[core] Add format_hex_pretty_to buffer helper and reduce code duplication ( #12687 )
2025-12-30 11:51:51 -10:00
J. Nick Koston
dae7ba604a
[ethernet_info] Eliminate heap allocations in DNS text sensor ( #12756 )
2025-12-30 10:25:51 -10:00
Jonathan Swoboda
96c47f3b4d
Merge branch 'release' into dev
2025-12-30 09:31:44 -05:00
Jonathan Swoboda
5b5cede5f9
Merge pull request #12752 from esphome/bump-2025.12.3
...
2025.12.3
2025-12-30 09:31:31 -05:00
Jonathan Swoboda
c737033cc4
Bump version to 2025.12.3
2025-12-30 09:22:03 -05:00
J. Nick Koston
0194bfd9ea
[core] Fix incremental build failures when adding components on ESP32-Arduino ( #12745 )
2025-12-30 09:22:03 -05:00
J. Nick Koston
339399eb70
[lvgl] Fix lambdas in canvas actions called from outside LVGL context ( #12671 )
2025-12-30 09:22:03 -05:00
Samuel Sieb
a615b28ecf
[bme68x_bsec2] add id: to allow extending ( #12649 )
2025-12-29 23:22:36 -08:00
bakroistvan
468bd7b04f
[dallas_temp] higher precision for logged temperature ( #12695 )
2025-12-29 22:53:28 -08:00
Jonathan Swoboda
4c16afeacb
[esp32] Add IDF framework source for Arduino builds ( #12731 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
Co-authored-by: J. Nick Koston <nick+github@koston.org >
2025-12-29 22:25:26 -05:00
J. Nick Koston
d86c05bfe6
[esp32] Breaking Change: Change default framework to ESP-IDF ( #12746 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-12-30 03:23:41 +00:00
J. Nick Koston
63464a13c3
[core] Fix incremental build failures when adding components on ESP32-Arduino ( #12745 )
2025-12-29 16:57:22 -10:00
Clyde Stubbs
20e43398fa
[cli] Report program path on host ( #12743 )
2025-12-30 13:21:30 +11:00
hsand
2e7cdad532
[pvvx_mithermometer] fix displaying negative numbers ( #12735 )
2025-12-29 13:58:38 -08:00
dependabot[bot]
636cccc6a3
Bump aioesphomeapi from 43.9.0 to 43.9.1 ( #12724 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-29 09:55:26 -10:00
Thomas Rupprecht
93e2a1bd1a
[tests] improve mipi_spi variable naming ( #12716 )
2025-12-29 14:21:07 -05:00
Thomas Rupprecht
dd3beb5841
[tests] fix typo mipi tests ( #12715 )
2025-12-29 14:20:38 -05:00
Thomas Rupprecht
97af01c5ed
[usb_host] sort esp32 variants ( #12720 )
2025-12-29 14:19:36 -05:00
J. Nick Koston
7e362cdafc
[ota] Use precision format specifier for auth logging ( #12706 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-12-29 08:43:54 -10:00
Jonathan Swoboda
890d531cea
[esp32] Bump to ESP-IDF 5.5.2, Arduino 3.3.5, platform 55.3.35 ( #12681 )
...
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2025-12-29 11:35:54 -05:00
Swaptor
6a6c6b648f
[internal_temperature] Add ESP32-C5 support ( #12713 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-12-29 11:32:32 -05:00
dependabot[bot]
d0673122a8
Bump aioesphomeapi from 43.8.0 to 43.9.0 ( #12702 )
2025-12-28 18:15:06 -10:00
dependabot[bot]
5cbef3ef95
Bump aioesphomeapi from 43.7.0 to 43.8.0 ( #12701 )
2025-12-29 03:15:40 +00:00
dependabot[bot]
a1e0121330
Bump bleak from 2.0.0 to 2.1.0 ( #12700 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-28 16:48:20 -10:00
dependabot[bot]
eb050ff13e
Bump aioesphomeapi from 43.6.0 to 43.7.0 ( #12699 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-28 16:48:08 -10:00
Jonathan Swoboda
45e61f100c
[core] Replace USE_ESP_IDF with USE_ESP32 across components ( #12673 )
...
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-12-27 11:59:55 -10:00
J. Nick Koston
5e99dd14ae
[ethernet] Eliminate heap allocations in dump_config logging ( #12665 )
2025-12-27 08:36:35 -10:00
J. Nick Koston
a6097f4a0f
[wifi] Eliminate heap allocations in dump_config logging ( #12664 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-12-27 08:36:19 -10:00
J. Nick Koston
f243e609a5
[wifi] Use StringRef and std::span in WiFiConnectStateListener to avoid allocations ( #12672 )
2025-12-27 08:35:58 -10:00
J. Nick Koston
be0bf1e5b9
[lvgl] Fix lambdas in canvas actions called from outside LVGL context ( #12671 )
2025-12-27 08:35:36 -10:00
J. Nick Koston
a275f37135
[udp] Use stack buffer for listen address logging in dump_config ( #12667 )
2025-12-27 08:35:16 -10:00
J. Nick Koston
e9f2d75aab
[core] Add format_hex_to helper for zero-allocation hex formatting ( #12670 )
2025-12-27 08:34:45 -10:00
J. Nick Koston
34067f8b15
[esp8266] Native OTA backend to reduce Arduino dependencies ( #12675 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-12-27 08:29:15 -10:00
J. Nick Koston
bdc087148a
[wifi_info] Reduce heap allocations in text sensor formatting ( #12660 )
2025-12-26 12:52:41 -10:00
J. Nick Koston
5a2e0612a8
[web_server] Use C++17 nested namespace syntax ( #12663 )
2025-12-26 08:44:34 -10:00
J. Nick Koston
f1fecd22e3
[web_server] Move HTTP header strings to flash on ESP8266 ( #12668 )
2025-12-26 08:44:17 -10:00
J. Nick Koston
0919017d49
[wifi] Avoid unnecessary string copy in failed connection logging ( #12659 )
2025-12-26 08:44:03 -10:00
J. Nick Koston
963f594c9e
[text_sensor] Return state by const reference to avoid copies ( #12661 )
2025-12-26 07:58:46 -10:00
J. Nick Koston
4f70663658
[alarm_control_panel] Use C++17 nested namespace and remove unused include ( #12662 )
2025-12-26 07:57:33 -10:00
dependabot[bot]
958a35e262
Bump aioesphomeapi from 43.5.0 to 43.6.0 ( #12644 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-24 14:17:52 -10:00
J. Nick Koston
0c566c6f00
[core] Deprecate get_object_id() and migrate remaining usages to get_object_id_to() ( #12629 )
2025-12-23 06:59:07 -10:00
Jonathan Swoboda
ba73289b28
Merge branch 'release' into dev
2025-12-23 11:17:15 -05:00
Jonathan Swoboda
99f7e9aeb7
Merge pull request #12632 from esphome/bump-2025.12.2
...
2025.12.2
2025-12-23 11:17:01 -05:00
Jonathan Swoboda
ebb6babb3d
Fix hash
2025-12-23 09:26:38 -05:00
Jonathan Swoboda
0922f240e0
Bump version to 2025.12.2
2025-12-23 09:23:04 -05:00
Jonathan Swoboda
c8fb694dcb
[cc1101] Fix packet mode RSSI/LQI ( #12630 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-23 09:23:04 -05:00
J. Nick Koston
6054685dae
[esp32_camera] Throttle frame logging to reduce overhead and improve throughput ( #12586 )
2025-12-23 09:23:04 -05:00
Anna Oake
61ec3508ed
[cc1101] Fix option defaults and move them to YAML ( #12608 )
2025-12-23 09:23:04 -05:00
Leo Bergolth
086ec770ea
send NIL ("-") as timestamp if time source is not valid ( #12588 )
2025-12-23 09:23:04 -05:00
Stuart Parmenter
b055f5b4bf
[hub75] Bump esp-hub75 version to 0.1.7 ( #12564 )
2025-12-23 09:23:00 -05:00
Eduard Llull
726db746c8
[display_menu_base] Call on_value_ after updating the select ( #12584 )
2025-12-23 09:21:54 -05:00
Keith Burzinski
1922455fa7
[wifi] Fix for wifi_info when static IP is configured ( #12576 )
2025-12-23 09:21:54 -05:00
Thomas Rupprecht
dc943d7e7a
[pca9685,sx126x,sx127x] Use frequency/float_range check ( #12490 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2025-12-23 09:21:54 -05:00
Jonathan Swoboda
ffefa8929e
[cc1101] Fix packet mode RSSI/LQI ( #12630 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-23 09:05:48 -05:00
J. Nick Koston
7d5342bca5
[logger] Host: Use fwrite() with explicit length and remove platform branching ( #12628 )
2025-12-22 16:45:22 -10:00
J. Nick Koston
b4c92dd8cb
[logger] Zephyr: Use k_str_out() with known length instead of printk() ( #12619 )
2025-12-22 14:29:47 -10:00
eoasmxd
1b31253287
Add Event Component to UART ( #11765 )
...
Co-authored-by: J. Nick Koston <nick+github@koston.org >
2025-12-22 12:19:48 -10:00
J. Nick Koston
af0d4d2c2c
[web_server] Use stack buffers for value formatting to reduce flash usage ( #12575 )
2025-12-22 21:56:07 +00:00
J. Nick Koston
f238f93312
[core] Move comment to PROGMEM on ESP8266 ( #12554 )
2025-12-22 21:37:51 +00:00
J. Nick Koston
bdbe72b7f1
[web_server] Make internal JSON helper methods private ( #12624 )
2025-12-22 11:14:11 -10:00
J. Nick Koston
c8b531ac06
[safe_mode] Defer preference sync in clean_rtc to avoid blocking event loop ( #12625 )
2025-12-22 11:13:51 -10:00
Jonathan Swoboda
918bc4b74f
[esp32] Remove remaining using_esp_idf checks ( #12623 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-22 15:41:14 -05:00
Keith Burzinski
08c0f65f30
[sprinkler] Remove internal latching valve support ( #12603 )
2025-12-22 14:13:18 -05:00
Keith Burzinski
cd45fe0c3a
[thermostat] Optimizations to reduce binary size ( #12621 )
2025-12-22 14:13:03 -05:00
Jonathan Swoboda
84b5d9b21c
[core] Remove deprecated config options from before 2025 ( #12622 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-22 14:00:12 -05:00
J. Nick Koston
6383fe4598
[core] Add zero-allocation object_id methods ( #12578 )
2025-12-22 07:56:33 -10:00
J. Nick Koston
265ad9d264
[esp32_camera] Reduce loop overhead and improve frame latency with wake_loop_threadsafe ( #12601 )
2025-12-22 07:55:28 -10:00
J. Nick Koston
1bdbc4cb85
[esp32_ble] Avoid string allocation when setting BLE device name ( #12579 )
2025-12-22 07:54:55 -10:00
J. Nick Koston
1756fc31b0
[api] Use union for iterators to reduce APIConnection size by ~16 bytes ( #12563 )
2025-12-22 07:54:17 -10:00
J. Nick Koston
74b075d3cf
[codegen] Add static storage class to global variables for size optimization ( #12616 )
2025-12-22 07:03:17 -10:00
Clint Armstrong
52eb08f48f
[thermostat] Enhance timer behavior for immediate response to duration changes ( #12610 )
2025-12-21 23:52:17 -06:00
J. Nick Koston
0d993691d4
[logger] RP2040: Use write() with known length instead of println() ( #12615 )
2025-12-21 17:59:30 -10:00
Douwe
39926909af
[water_heater] (1/4) Implement API/Core/component for new water_heater component ( #12498 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick+github@koston.org >
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-12-21 11:36:34 -10:00
J. Nick Koston
637e032528
[esp32_camera] Throttle frame logging to reduce overhead and improve throughput ( #12586 )
2025-12-21 09:04:43 -10:00
Anna Oake
d89eaf5bf6
[cc1101] Fix option defaults and move them to YAML ( #12608 )
2025-12-21 13:04:17 -05:00
J. Nick Koston
bf617c3279
[web_server] Replace str_sprintf with stack buffers ( #12592 )
2025-12-21 07:32:05 -10:00
J. Nick Koston
c70eab931e
[api] Add zero-copy support for Home Assistant state response messages ( #12585 )
2025-12-21 07:31:54 -10:00
J. Nick Koston
a799ac6488
[syslog] Eliminate heap allocations in log path ( #12589 )
2025-12-21 07:10:27 -10:00
polyfloyd
5a36cea5ec
Add nix files to gitignore ( #12604 )
2025-12-21 09:26:03 -05:00
J. Nick Koston
60756db06d
[syslog] Use C++17 nested namespace syntax ( #12594 )
2025-12-21 02:47:37 -06:00
Keith Burzinski
2113858f89
[sprinkler] Squash a few bugs + minor optimization ( #12436 )
2025-12-21 02:45:24 -06:00
dependabot[bot]
e89fe9b945
Bump aioesphomeapi from 43.4.0 to 43.5.0 ( #12599 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-20 23:59:48 +00:00
dependabot[bot]
f1362cd9fe
Bump aioesphomeapi from 43.3.0 to 43.4.0 ( #12597 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-20 22:37:10 +00:00
Frédéric Metrich
bf554a58ef
[const] Add CONF_ON_DATA and consolidate definitions ( #12595 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-20 12:17:09 -10:00
J. Nick Koston
644e806afd
[zwave_proxy] Add missing USE_API guards for clang-tidy ( #12590 )
2025-12-20 10:40:43 -10:00
Leo Bergolth
6c2d255230
send NIL ("-") as timestamp if time source is not valid ( #12588 )
2025-12-20 10:04:59 -10:00
Stuart Parmenter
6f3bfc2060
[hub75] Bump esp-hub75 version to 0.1.7 ( #12564 )
2025-12-20 13:18:20 -05:00
J. Nick Koston
40eb898814
[api] Add zero-copy support for noise encryption key requests ( #12405 )
2025-12-20 06:47:30 -10:00
J. Nick Koston
64269334ce
[text_sensor] Avoid string copies in callbacks by passing const ref ( #12503 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2025-12-20 06:46:13 -10:00
Eduard Llull
121375ff39
[display_menu_base] Call on_value_ after updating the select ( #12584 )
2025-12-20 10:59:14 -05:00
J. Nick Koston
48cdf9e036
[tests] Fix race condition in alarm control panel state transitions test ( #12581 )
2025-12-20 10:47:29 -05:00
J. Nick Koston
3e313014e1
[core] Migrate entities to use lazy callbacks ( #12580 )
2025-12-19 19:04:21 -10:00
Martin Ebner
be6c1e4ec0
[sen5x][sgp4x] Move configuration keys from SEN5x and SGP4x to const.py ( #12567 )
...
Co-authored-by: Martin Ebner <martinebner@me.com >
2025-12-19 21:29:02 -05:00
Keith Burzinski
730bf206de
[wifi] Fix for wifi_info when static IP is configured ( #12576 )
2025-12-19 21:25:16 -05:00
J. Nick Koston
c9fccdff25
[fan] Add zero-copy support for API preset mode commands ( #12404 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-12-19 22:05:52 +00:00
J. Nick Koston
ada6c42f3f
[alarm_control_panel] Remove redundant per-state callbacks ( #12171 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-12-19 11:48:14 -10:00
J. Nick Koston
988b888c63
[ota] Replace std::function callbacks with listener interface ( #12167 )
2025-12-19 11:19:07 -10:00
J. Nick Koston
940afdbb12
[climate] Add zero-copy support for API custom fan mode and preset commands ( #12402 )
2025-12-19 11:18:50 -10:00
J. Nick Koston
81e91c2a8f
[esp32_ble] Add stack-based UUID formatting to avoid heap allocations ( #12510 )
2025-12-19 11:18:32 -10:00
J. Nick Koston
ebc3d28ade
[wifi] Replace optional with sentinel values to reduce RAM and clarify API ( #12446 )
2025-12-19 11:18:15 -10:00
Rene Guca
25cebedcfc
[dht] Fix "Falling edge for bit 39 failed!" for Sonoff THS01 ( #9225 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2025-12-19 15:42:39 -05:00
dependabot[bot]
98ed679b19
Bump ruff from 0.14.9 to 0.14.10 ( #12572 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2025-12-19 19:22:56 +00:00
dependabot[bot]
59b38d79b4
Bump docker/setup-buildx-action from 3.11.1 to 3.12.0 in the docker-actions group ( #12574 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-19 09:18:52 -10:00
dependabot[bot]
26c16f4ca2
Bump voluptuous from 0.15.2 to 0.16.0 ( #12573 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-19 09:18:33 -10:00
Jas Strong
940e619481
[aqi, hm3301, pmsx003] Air Quality Index improvements ( #12203 )
...
Co-authored-by: jas <jas@asspa.in >
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-12-19 13:42:11 -05:00
Jonathan Swoboda
eaca81c3ab
Merge branch 'release' into dev
2025-12-19 10:53:18 -05:00
Jonathan Swoboda
93e38f2608
Merge pull request #12569 from esphome/bump-2025.12.1
...
2025.12.1
2025-12-19 10:53:05 -05:00
Jonathan Swoboda
3a888326d8
Bump version to 2025.12.1
2025-12-19 10:13:35 -05:00
Keith Burzinski
f0d0ea60a7
[esp32_ble, esp32_ble_tracker] Fix crash, error messages when ble.disable called during boot ( #12560 )
2025-12-19 10:13:35 -05:00
Jonathan Swoboda
7ca11764ab
[template.alarm_control_panel] Fix compile without binary_sensor ( #12548 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-19 10:13:35 -05:00
Jonathan Swoboda
3e38a5e630
[esp32_camera] Fix I2C driver conflict with other components ( #12533 )
...
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-12-19 10:13:35 -05:00
Jonathan Swoboda
636be92c97
[bme68x_bsec2_i2c] Add MULTI_CONF support for multiple sensors ( #12535 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-19 10:13:35 -05:00
Jack Wilsdon
195b1c6323
[pm1006] Fix "never" update interval detection ( #12529 )
2025-12-19 10:13:35 -05:00
Anna Oake
7e08092012
[cc1101] Fix default frequencies ( #12539 )
2025-12-19 10:13:35 -05:00
pixelgrb
f962497db1
[mmc5603] enable AUTO_SR_en to compensate for temperature drift ( #12556 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2025-12-18 23:13:36 -05:00
Keith Burzinski
7ae3a11d6b
[esp32_ble, esp32_ble_tracker] Fix crash, error messages when ble.disable called during boot ( #12560 )
2025-12-18 19:42:47 -06:00
dependabot[bot]
1c50c2b672
Bump ruamel-yaml from 0.18.16 to 0.18.17 ( #12555 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-18 11:19:19 -10:00
Jonathan Swoboda
41fd1762e9
[core] Deprecate custom_components folder ( #12552 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-18 11:46:16 -05:00
J. Nick Koston
2cf6ed2af7
[socket] Refactor socket implementations for memory efficiency and code quality ( #12550 )
2025-12-18 09:07:35 -07:00
J. Nick Koston
b47b7d43fd
[api] Remove unused force parameter from encode_message ( #12551 )
2025-12-18 09:06:16 -07:00
Jonathan Swoboda
663a4304e0
[libretiny] Fix millis() ambiguity on BK72XX ( #12534 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-18 07:50:31 -05:00
Jonathan Swoboda
ca47bad90a
[template.alarm_control_panel] Fix compile without binary_sensor ( #12548 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-17 23:34:04 -05:00
J. Nick Koston
4f821a6d76
[wifi] Reduce scan logging to prevent blocking loop during connection ( #12544 )
2025-12-17 18:21:46 -10:00
J. Nick Koston
426305836d
[esp32][libretiny] Avoid duplicate snprintf when syncing preferences ( #12542 )
2025-12-17 18:16:14 -10:00
dependabot[bot]
1b5af7d21d
Bump github/codeql-action from 4.31.8 to 4.31.9 ( #12524 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-17 15:22:19 -10:00
David Woodhouse
9de7df7b5b
Add build info to image ( #12425 )
...
Co-authored-by: J. Nick Koston <nick+github@koston.org >
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-12-18 00:06:52 +00:00
Jonathan Swoboda
2b337aa306
[esp32_camera] Fix I2C driver conflict with other components ( #12533 )
...
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-12-17 17:37:59 -05:00
Jonathan Swoboda
4ddaff4027
[esp32] Dynamically embed managed component server certificates ( #12509 )
...
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-12-17 17:26:56 -05:00
J. Nick Koston
91c504061b
[select] Eliminate string allocation in state callbacks ( #12505 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2025-12-17 12:19:26 -10:00
Jonathan Swoboda
dc8f7abce2
[bme68x_bsec2_i2c] Add MULTI_CONF support for multiple sensors ( #12535 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-17 17:07:42 -05:00
Jonathan Swoboda
3d673ac55e
[ci] Check changed headers in clang-tidy when using --changed ( #12540 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-17 11:13:18 -10:00
Jack Wilsdon
b02696edc0
[pm1006] Fix "never" update interval detection ( #12529 )
2025-12-18 07:40:31 +11:00
Anna Oake
f9720026d0
[cc1101] Fix default frequencies ( #12539 )
2025-12-17 14:19:18 -05:00
Jonathan Swoboda
d7b04a3d18
[nextion] Fix clang-tidy error on Zephyr for HTTPClient ( #12538 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-17 13:59:49 -05:00
Jonathan Swoboda
0e71fa97a7
[spi] Add SPIInterface stub for clang-tidy on unsupported platforms ( #12532 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-17 12:18:25 -05:00
J. Nick Koston
42e061c9ae
[text] Avoid string copies in callbacks by passing const ref ( #12504 )
2025-12-17 12:00:19 -05:00
J. Nick Koston
94763ebdab
[libretiny] Store preference keys as uint32_t, convert to string only at FlashDB boundary ( #12500 )
2025-12-17 11:59:40 -05:00
J. Nick Koston
f32bb618ac
[esp32] Store preference keys as uint32_t, convert to string only at NVS boundary ( #12494 )
2025-12-17 11:59:35 -05:00
Edward Firmo
0707f383a6
[nextion] Use ESP-IDF for ESP32 Arduino ( #9429 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2025-12-17 11:45:17 -05:00
Piotr Szulc
e91c6a79ea
[deep_sleep] Deep sleep for BK72xx ( #12267 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2025-12-17 11:45:05 -05:00
J. Nick Koston
63fc8b4e5a
[core] Refactor str_snake_case and str_sanitize to use constexpr helpers ( #12454 )
2025-12-17 11:30:12 -05:00
J. Nick Koston
ab73ed76b8
[esphome] Improve OTA field alignment to save 4 bytes on 32-bit ( #12461 )
2025-12-17 11:29:58 -05:00
J. Nick Koston
bf6a03d1cf
[factory_reset] Optimize memory by storing interval as uint16_t seconds ( #12462 )
2025-12-17 11:29:51 -05:00
J. Nick Koston
9928ab09cf
[time] Convert to C++17 nested namespace syntax ( #12463 )
2025-12-17 11:29:43 -05:00
Thomas Rupprecht
56c1691d72
[pca9685,sx126x,sx127x] Use frequency/float_range check ( #12490 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2025-12-16 22:52:28 -05:00
Roger Fachini
a065990ab9
[update] Add check action to trigger update checks ( #12415 )
2025-12-16 22:20:12 -05:00
Stuart Parmenter
084f517a20
[hub75] Add set_brightness action ( #12521 )
2025-12-16 22:12:33 -05:00
Jonathan Swoboda
1122ec354f
[esp32] Add OTA rollback support ( #12460 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-16 20:07:57 -05:00
Jonathan Swoboda
431183eebc
[ledc,mqtt,resampler] Remove unnecessary ESP-IDF framework restrictions ( #12442 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-16 20:07:09 -05:00
Jonathan Swoboda
08beaf8750
[esp32] Remove Arduino-specific code from core.cpp ( #12501 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-16 20:06:12 -05:00
Jonathan Swoboda
18814f12dc
[http_request] Use ESP-IDF for ESP32 Arduino ( #12428 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-16 19:44:14 -05:00
Jonathan Swoboda
9cd888cef6
[spi] Use ESP-IDF driver for ESP32 Arduino ( #12420 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-16 19:44:01 -05:00
Thomas Rupprecht
9727c7135c
[openthread] channel range, fix typo, use C++17 nested namespace syntax ( #12422 )
2025-12-16 19:43:18 -05:00
Thomas Rupprecht
93621d85b0
[climate] Improve temperature unit regex ( #12032 )
2025-12-16 19:43:10 -05:00
Thomas Rupprecht
046ea922e8
[esp32] improve types and variable naming ( #12423 )
2025-12-16 19:42:52 -05:00
Jeff Zigler
fab4efb469
[esp32] Fix serial logging on h2, c2 & c61 ( #12522 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2025-12-16 19:42:12 -05:00
Jonathan Swoboda
efc5672567
Merge branch 'release' into dev
2025-12-16 18:57:37 -05:00
Jonathan Swoboda
0ea5f2fd81
Merge pull request #12525 from esphome/bump-2025.12.0
...
2025.12.0
2025-12-16 18:57:20 -05:00
Jonathan Swoboda
fa3d998c3d
Bump version to 2025.12.0
2025-12-16 17:15:50 -05:00
Jonathan Swoboda
5e630e9255
Merge branch 'beta' into dev
2025-12-16 11:26:08 -05:00
Jonathan Swoboda
864aaeec01
Merge pull request #12520 from esphome/bump-2025.12.0b5
...
2025.12.0b5
2025-12-16 11:25:57 -05:00
Jonathan Swoboda
9c88e44300
Bump version to 2025.12.0b5
2025-12-16 10:35:31 -05:00
Jonathan Swoboda
4d6a93f92d
[uart] Fix UART on default UART0 pins for ESP-IDF ( #12519 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-16 10:35:31 -05:00
J. Nick Koston
7216120bfd
[socket] Fix getpeername() returning local address instead of remote in LWIP raw TCP ( #12475 )
2025-12-16 10:35:31 -05:00
Jonathan Swoboda
1897551b28
[uart] Fix UART on default UART0 pins for ESP-IDF ( #12519 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-16 10:17:17 -05:00
J. Nick Koston
ead60bc5c4
[socket] Fix getpeername() returning local address instead of remote in LWIP raw TCP ( #12475 )
2025-12-16 00:48:30 -06:00
Jonathan Swoboda
7fe8e53f82
Merge branch 'beta' into dev
2025-12-15 19:01:12 -05:00
Jonathan Swoboda
8cf0ee38a3
Merge pull request #12513 from esphome/bump-2025.12.0b4
...
2025.12.0b4
2025-12-15 19:01:02 -05:00
Jonathan Swoboda
4c926cca60
Bump version to 2025.12.0b4
2025-12-15 18:09:42 -05:00
Pascal Vizeli
57634b612a
[http_request] Fix infinite loop when server doesn't send Content-Length header ( #12480 )
...
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2025-12-15 18:09:42 -05:00
Jonathan Swoboda
8dff7ee746
[esp32] Support all IDF component version operators in shorthand syntax ( #12499 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-15 18:09:42 -05:00
Jonathan Swoboda
803bb742c9
[remote_base] Fix crash when ABBWelcome action has no data field ( #12493 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-15 18:09:42 -05:00
David Woodhouse
839139df36
Add FNV-1a hash functions ( #12502 )
2025-12-15 20:23:54 +00:00
dependabot[bot]
24d7e9dd23
Bump tornado from 6.5.3 to 6.5.4 ( #12508 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-15 20:08:16 +00:00
dependabot[bot]
1214bb6bad
Bump aioesphomeapi from 43.2.1 to 43.3.0 ( #12507 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-15 20:07:20 +00:00
Pascal Vizeli
260ffba2a5
[http_request] Fix infinite loop when server doesn't send Content-Length header ( #12480 )
...
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2025-12-15 12:54:12 -05:00
Jonathan Swoboda
2e899dd010
[esp32] Support all IDF component version operators in shorthand syntax ( #12499 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-15 12:07:02 -05:00
David Woodhouse
61cbd07e1d
Add hmac-sha256 support ( #12437 )
...
Co-authored-by: J. Nick Koston <nick+github@koston.org >
2025-12-15 10:55:03 -06:00
Jonathan Swoboda
450962850a
[remote_base] Fix crash when ABBWelcome action has no data field ( #12493 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-15 09:29:51 -05:00
Jonathan Swoboda
6b088caf5d
Merge branch 'beta' into dev
2025-12-14 19:18:10 -05:00
Jonathan Swoboda
3e6a65e7dc
Merge pull request #12488 from esphome/bump-2025.12.0b3
...
2025.12.0b3
2025-12-14 19:17:58 -05:00
Jonathan Swoboda
3a101d8886
Bump version to 2025.12.0b3
2025-12-14 18:17:00 -05:00
J. Nick Koston
fa0f07bfe9
[wifi] Fix WiFi recovery after failed connection attempts ( #12483 )
2025-12-14 18:17:00 -05:00
mbohdal
fffa16e4d8
[ethernet] fix used pins validation in configuration of RMII pins ( #12486 )
2025-12-14 18:17:00 -05:00
guillempages
734710d22a
[core] Use Arduino string macros only on ESP8266 ( #12471 )
2025-12-14 18:17:00 -05:00
J. Nick Koston
3a1be6822e
[ota] Match client timeout to device timeout to prevent premature failures ( #12484 )
2025-12-14 18:17:00 -05:00
J. Nick Koston
c85b1b8609
[web_server_idf] Always enable LRU purge to prevent socket exhaustion ( #12481 )
2025-12-14 18:17:00 -05:00
J. Nick Koston
2e9ddd967c
[wifi_signal] Skip publishing disconnected RSSI value ( #12482 )
2025-12-14 18:17:00 -05:00
J. Nick Koston
078afe9656
[dashboard] Add ESPHOME_TRUSTED_DOMAINS support to events WebSocket ( #12479 )
2025-12-14 18:17:00 -05:00
Jonathan Swoboda
46574fcbec
[cc1101] Add packet mode support ( #12474 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-14 18:17:00 -05:00
Jonathan Swoboda
359f45400f
[core] Fix polling_component_schema and type consistency ( #12478 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-14 18:16:59 -05:00
Clyde Stubbs
4da95ccd7e
[packet_transport] Ensure retransmission at update intervals ( #12472 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-12-14 18:16:59 -05:00
J. Nick Koston
c69d58273a
[core] Fix CORE.raw_config not updated after package merge ( #12456 )
2025-12-14 18:16:59 -05:00
J. Nick Koston
ffce80f96c
[wifi] Fix WiFi recovery after failed connection attempts ( #12483 )
2025-12-14 16:26:34 -06:00
mbohdal
fa5b14fad4
[ethernet] fix used pins validation in configuration of RMII pins ( #12486 )
2025-12-14 16:40:08 -05:00
guillempages
cee532a1e3
[core] Use Arduino string macros only on ESP8266 ( #12471 )
2025-12-15 07:15:19 +11:00
J. Nick Koston
8524b894d6
[ota] Match client timeout to device timeout to prevent premature failures ( #12484 )
2025-12-14 13:47:11 -06:00
J. Nick Koston
3a5e708c13
[web_server_idf] Always enable LRU purge to prevent socket exhaustion ( #12481 )
2025-12-14 13:31:19 -06:00
J. Nick Koston
96e418a8ca
[wifi_signal] Skip publishing disconnected RSSI value ( #12482 )
2025-12-14 13:31:07 -06:00
J. Nick Koston
780a407b10
[dashboard] Add ESPHOME_TRUSTED_DOMAINS support to events WebSocket ( #12479 )
2025-12-14 13:30:55 -06:00
Jonathan Swoboda
cfc0d8bdfc
[cc1101] Add packet mode support ( #12474 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-14 13:22:55 -05:00
Jonathan Swoboda
786d7266f5
[core] Fix polling_component_schema and type consistency ( #12478 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-14 12:47:52 -05:00
Clyde Stubbs
ede64a9f47
[packet_transport] Ensure retransmission at update intervals ( #12472 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-12-14 12:47:15 -05:00
J. Nick Koston
e0ce66e011
[core] Fix CORE.raw_config not updated after package merge ( #12456 )
2025-12-13 07:38:31 -06:00
David Woodhouse
6fce0a6104
Add host platform support to MD5 component ( #12458 )
2025-12-13 02:50:34 +00:00
David Woodhouse
ff7651875e
Add HMAC-MD5 component tests ( #12459 )
2025-12-12 19:19:31 -06:00
David Woodhouse
1a43a06dd4
Add USE_SHA256 define to sha256 component to enable tests ( #12457 )
2025-12-12 19:15:50 -06:00
dependabot[bot]
51b187954a
Bump ruff from 0.14.8 to 0.14.9 ( #12448 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2025-12-12 19:20:06 +00:00
dependabot[bot]
9126b32c35
Bump actions/cache from 4.3.0 to 5.0.1 in /.github/actions/restore-python ( #12453 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-12 13:17:08 -06:00
dependabot[bot]
4993bb2f49
Bump github/codeql-action from 4.31.7 to 4.31.8 ( #12451 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-12 13:16:41 -06:00
dependabot[bot]
2b40af3459
Bump actions/cache from 4.3.0 to 5.0.1 ( #12450 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-12 13:16:29 -06:00
dependabot[bot]
b3e967a233
Bump actions/download-artifact from 6.0.0 to 7.0.0 ( #12449 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-12 13:15:41 -06:00
dependabot[bot]
26a08e3ae3
Bump actions/upload-artifact from 5.0.0 to 6.0.0 ( #12452 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-12 13:15:28 -06:00
Jonathan Swoboda
64d650c65c
Merge branch 'beta' into dev
2025-12-12 12:15:52 -05:00
Jonathan Swoboda
375e53105f
Merge pull request #12444 from esphome/bump-2025.12.0b2
...
2025.12.0b2
2025-12-12 12:15:41 -05:00
Jonathan Swoboda
c9506b056d
Bump version to 2025.12.0b2
2025-12-12 11:12:58 -05:00
Jonathan Swoboda
2c77668a05
[http_request] Skip update check when network not connected ( #12418 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-12 11:12:58 -05:00
J. Nick Koston
5567d96dd9
[esp8266] Eliminate up to 16ms socket latency ( #12397 )
2025-12-12 11:12:58 -05:00
J. Nick Koston
78b76045ce
[api] Fix potential buffer overflow in noise PSK base64 decode ( #12395 )
2025-12-12 11:12:58 -05:00
J. Nick Koston
1d13d18a16
[light] Add zero-copy support for API effect commands ( #12384 )
2025-12-12 11:12:58 -05:00
Jonathan Swoboda
d30d8156c1
[http_request] Skip update check when network not connected ( #12418 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-12 10:31:17 -05:00
dependabot[bot]
8d1e68c4c1
Bump tornado from 6.5.2 to 6.5.3 ( #12430 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-11 17:53:12 -06:00
J. Nick Koston
74218bc742
[api] Release prologue memory after noise handshake completes ( #12412 )
2025-12-10 19:33:22 -06:00
J. Nick Koston
369cc70fdf
[climate] Save 48 bytes per entity by conditionally compiling visual overrides ( #12406 )
2025-12-10 19:10:42 -06:00
dependabot[bot]
1f0a27b181
Bump codecov/codecov-action from 5.5.1 to 5.5.2 ( #12408 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-10 22:34:24 +01:00
dependabot[bot]
22918d3bd5
Bump peter-evans/create-pull-request from 7.0.11 to 8.0.0 ( #12409 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-10 22:21:29 +01:00
J. Nick Koston
7a9fce90cb
[text] Add integration tests for text command API ( #12401 )
2025-12-10 12:13:40 -05:00
dependabot[bot]
d1d376ebc8
Bump actions/create-github-app-token from 2.2.0 to 2.2.1 ( #12370 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-10 13:05:01 +01:00
J. Nick Koston
c124d72ea9
[esp8266] Eliminate up to 16ms socket latency ( #12397 )
2025-12-10 03:45:27 +00:00
J. Nick Koston
567e82cfec
[api] Fix potential buffer overflow in noise PSK base64 decode ( #12395 )
2025-12-10 04:20:23 +01:00
J. Nick Koston
b1f9100b02
[core] Add constexpr parse_hex_char helper and simplify parse_hex ( #12394 )
2025-12-10 04:20:08 +01:00
J. Nick Koston
d0fbc82f47
[esp32_ble_client] Use stack-based MAC formatting in auth logging ( #12393 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-12-10 04:19:52 +01:00
J. Nick Koston
03c391bd43
[light] Add zero-copy support for API effect commands ( #12384 )
2025-12-10 04:19:29 +01:00
Jonathan Swoboda
5601a2b686
Merge branch 'beta' into dev
2025-12-09 21:34:12 -05:00
Jonathan Swoboda
a3a2a6d965
Merge pull request #12396 from esphome/bump-2025.12.0b1
...
2025.12.0b1
2025-12-09 21:33:58 -05:00
Jonathan Swoboda
84d5348bd8
Bump version to 2026.1.0-dev
2025-12-09 20:08:35 -05:00
Jonathan Swoboda
26770e09dc
Bump version to 2025.12.0b1
2025-12-09 20:08:35 -05:00
Javier Peletier
9f2693ead5
[core] Packages refactor and conditional package inclusion (package refactor part 1) ( #11605 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-12-10 00:59:58 +01:00
J. Nick Koston
3642399460
[tests] Fix clang-tidy warnings in custom_api_device_component fixture ( #12390 )
2025-12-10 00:50:26 +01:00
J. Nick Koston
3a6edbc2c7
[micronova] Fix test UART package key to match directory name ( #12391 )
2025-12-10 00:49:44 +01:00
J. Nick Koston
608f834eaa
[ci] Isolate usb_cdc_acm in component tests due to tinyusb/usb_host conflict ( #12392 )
2025-12-10 00:49:29 +01:00
J. Nick Koston
5919355d18
[ci] Allow memory impact target branch build to fail without blocking CI ( #12381 )
2025-12-10 00:26:24 +01:00
dependabot[bot]
1e23b10eed
Bump aioesphomeapi from 43.1.0 to 43.2.1 ( #12385 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-09 22:02:42 +00:00
Clyde Stubbs
ad0218fd40
[mipi_rgb] Add Waveshare 3.16 ( #12309 )
2025-12-10 08:17:59 +11:00
Clyde Stubbs
87142efbb4
[epaper_spi] Set reasonable default update interval ( #12331 )
2025-12-10 06:42:11 +11:00
Robert Resch
329b38fa29
[micronova] Require memory location and address for custom entities ( #12371 )
2025-12-09 14:30:55 -05:00
Jonathan Swoboda
4b44c7384b
Merge branch 'release' into dev
2025-12-09 12:54:45 -05:00
Jonathan Swoboda
a593965372
Merge pull request #12380 from esphome/bump-2025.11.5
...
2025.11.5
2025-12-09 12:54:30 -05:00
Jonathan Swoboda
4743e5592a
Bump version to 2025.11.5
2025-12-09 12:02:53 -05:00
Jonathan Swoboda
464607011c
[mqtt] Fix logger method case sensitivity error ( #12379 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-09 12:02:53 -05:00
J. Nick Koston
16fe8f9e9e
[libretiny] Fix WiFi scan timeout loop when scan fails ( #12356 )
2025-12-09 12:02:46 -05:00
J. Nick Koston
436d2c44e8
[wifi] Fix scan timeout loop when scan returns zero networks ( #12354 )
2025-12-09 12:01:51 -05:00
J. Nick Koston
b213555dd2
[scheduler] Fix missing lock when recycling items in defer queue processing ( #12343 )
2025-12-09 12:01:51 -05:00
Clyde Stubbs
b6336f9e63
[lvgl] Number saves value on interactive change ( #12315 )
2025-12-09 12:01:51 -05:00
Clyde Stubbs
fb7800a22f
[binary_sensor] Fix reporting of 'unknown' ( #12296 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2025-12-09 12:01:51 -05:00
J. Nick Koston
2c0f4d8f80
[api] Reduce heap usage for Home Assistant service call string storage ( #12151 )
2025-12-09 16:35:14 +01:00
J. Nick Koston
e96c37965c
[wifi] Fix LibreTiny spurious disconnect events aborting connections ( #12357 )
2025-12-09 16:26:27 +01:00
J. Nick Koston
72c74bc0b3
[api] Store Home Assistant state subscriptions in flash instead of heap ( #12008 )
2025-12-09 16:26:11 +01:00
J. Nick Koston
443f9c3f57
[api] Use StringRef for ActionResponse error message to avoid copy ( #12240 )
2025-12-09 16:10:43 +01:00
Javier Peletier
88a2e75989
[packages] Add more information and deprecation deadline for "single package" includes ( #12280 )
2025-12-09 16:04:10 +01:00
J. Nick Koston
e1afd65fae
[api] Store device info strings in flash on ESP8266 ( #12173 )
2025-12-09 15:59:27 +01:00
Jonathan Swoboda
27e031c257
[mqtt] Fix logger method case sensitivity error ( #12379 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-09 09:43:47 -05:00
Jonathan Swoboda
74f509c754
[core] Add PR template instruction to AI instructions ( #12375 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-09 15:42:06 +01:00
J. Nick Koston
f9aa48295c
[mdns] Reduce RAM usage by eliminating MAC address heap allocation ( #12073 )
2025-12-09 09:33:23 -05:00
J. Nick Koston
861ed8dd41
[scheduler] Avoid std::string allocation in RetryArgs ( #12311 )
2025-12-09 09:27:12 -05:00
Clyde Stubbs
750f4ea797
[pio] Rationalise library definitions in platformio.ini ( #12374 )
2025-12-09 08:40:58 -05:00
Clyde Stubbs
6945b44af5
[psram] Fix boot failure with 120MHz Octal flash ( #12377 )
2025-12-09 08:38:16 -05:00
Mirko Vogt
fcae13836c
[sx1509] Change setup priority from HARDWARE to IO ( #12373 )
...
Co-authored-by: Your Name <you@example.com >
2025-12-08 22:50:07 -05:00
Robert Resch
3eaa9f164b
[micronova] Remove MicroNovaFunctions ( #12363 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-12-08 14:38:13 -05:00
smarthome-10
4c31961ae9
Update URLs ( #12369 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-12-08 14:37:45 -05:00
Sébastien Blanchet
7a20c85eec
[i2c] Fix port logic with ESP-IDF ( #12063 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-12-08 14:12:15 -05:00
Robert Resch
9f60aed9b0
[micronova] Make stove switch entity independent ( #12355 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-12-08 11:18:44 -05:00
J. Nick Koston
801d1135ab
[select] Add zero-copy support for API select commands ( #12329 )
2025-12-08 10:37:51 -05:00
J. Nick Koston
d635892ecf
[core] Use StringRef for get_comment and get_compilation_time to avoid allocations ( #12219 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-12-08 10:36:13 -05:00
Johannes Nau
7e486b1c25
[pca9685] Allow to disable the phase balancer for PCA9685 ( #9792 )
2025-12-08 10:34:26 -05:00
Keith Burzinski
eda743ee48
[usb_cdc_acm] New component ( #11687 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-12-08 09:50:23 -05:00
Sébastien Blanchet
5144154f91
[hub75] fix id conflict ( #12365 )
2025-12-08 14:31:05 +00:00
J. Nick Koston
4466c4c69f
[libretiny] Fix WiFi scan timeout loop when scan fails ( #12356 )
2025-12-08 09:09:04 -05:00
Richard Kubíček
c7382fc494
[hlw8032] Single-phase metering IC ( #7241 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2025-12-08 09:07:10 -05:00
Robert Resch
95efb37045
[micronova] Set the write bit automatically ( #12318 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2025-12-08 08:39:43 -05:00
Berik Visschers
2515f1c080
Add seeed_xiao_esp32c6 board definition ( #12307 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2025-12-08 08:37:59 -05:00
J. Nick Koston
53ddd1a1cd
[wifi_signal] Add ifdef guards for clang-tidy compatibility ( #12362 )
2025-12-08 07:43:48 -05:00
J. Nick Koston
93a85d7979
[wifi_signal] Update signal strength immediately on WiFi connect/disconnect ( #12347 )
2025-12-07 22:08:46 -06:00
J. Nick Koston
159194587b
[core] Move Color::gradient to cpp to avoid duplicate code ( #12348 )
2025-12-07 22:08:21 -06:00
J. Nick Koston
ffb3e2eb0a
[wifi] Fix scan timeout loop when scan returns zero networks ( #12354 )
2025-12-07 22:00:04 -06:00
Robert Resch
c5cc91f6f0
[micronova] Add FINAL_VALIDATE_SCHEMA to validate uart ( #12350 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2025-12-07 21:02:05 -05:00
Robert Resch
e36e6fbc3f
[micronova] Move STOVE_STATES to text sensor file as it's used only there ( #12349 )
2025-12-07 19:08:41 -05:00
Robert Resch
1134251c32
[micronova] Set update_interval on entities instead on hub ( #12226 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-12-07 23:55:36 +00:00
J. Nick Koston
68a7634228
[text] Store pattern as const char* to reduce memory usage ( #12335 )
2025-12-07 15:33:15 -06:00
J. Nick Koston
3d5d89ff00
[template] Use C++17 nested namespace syntax ( #12346 )
2025-12-07 15:09:25 -06:00
Joakim Plate
f015130f2e
[esp8266] Allow use of recvfrom for esphome sockets ( #12342 )
2025-12-07 14:59:59 -06:00
J. Nick Koston
acda5bcd5a
[text] Add component tests with pattern coverage ( #12345 )
2025-12-07 14:34:12 -06:00
Edward Firmo
4b5435fd93
[nextion] Use 16-bit id for pics ( #12330 )
...
Co-authored-by: Szczepan <szczepan.staszak@gmail.com >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-12-07 15:16:49 -05:00
J. Nick Koston
05826d5ead
[scheduler] Fix missing lock when recycling items in defer queue processing ( #12343 )
2025-12-07 13:30:22 -06:00
J. Nick Koston
e7a3cccb4d
[text_sensor] Reduce filter memory usage using const char* ( #12334 )
2025-12-07 13:30:06 -06:00
dependabot[bot]
1f271e7c10
Bump pytest from 9.0.1 to 9.0.2 ( #12332 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-06 21:32:08 -06:00
dependabot[bot]
aeedfdcaf3
Bump aioesphomeapi from 43.0.0 to 43.1.0 ( #12333 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-06 21:31:56 -06:00
Jesse Hills
f20aaf3981
[api] Device defined action responses ( #12136 )
...
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-12-06 09:47:57 -06:00
Clyde Stubbs
75c41b11d1
[lvgl] Number saves value on interactive change ( #12315 )
2025-12-06 08:49:15 -06:00
Clyde Stubbs
3c7d6b7fc6
[ci-custom] Fix after switch from string to path ( #12314 )
2025-12-06 07:49:23 -06:00
Clyde Stubbs
7eae0a4972
[image] Add USE_IMAGE in defines.h ( #12317 )
2025-12-06 07:46:39 -06:00
Jonathan Swoboda
6220427524
[cc1101] Use Hz and cv.frequency instead of kHz ( #12313 )
2025-12-05 22:32:20 -05:00
Clyde Stubbs
6716194e47
[binary_sensor] Fix reporting of 'unknown' ( #12296 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2025-12-05 16:59:29 -06:00
Jonathan Swoboda
a517e0ec80
[esp32] Add missing variant support ( #12305 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-05 16:28:24 -05:00
dependabot[bot]
10b54df771
Bump github/codeql-action from 4.31.6 to 4.31.7 ( #12304 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-05 15:17:10 -06:00
dependabot[bot]
bbb71b5359
Bump peter-evans/create-pull-request from 7.0.9 to 7.0.11 ( #12303 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-05 15:16:55 -06:00
Ludovic BOUÉ
1fa7adbe8d
[mipi_spi] Add M5CORE2 model ( #12301 )
2025-12-06 07:24:57 +11:00
Stuart Parmenter
7421f31160
[hub75] HUB75 display component ( #11153 )
...
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2025-12-05 18:51:32 +00:00
c0mputerguru
78bef42473
[sps30] Add idle mode functionality ( #12255 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-12-05 13:33:00 -05:00
J. Nick Koston
7f7c913a85
[light] Fix schedule_show not enabling loop for idle addressable lights ( #12302 )
2025-12-05 11:47:54 -06:00
Jonathan Swoboda
1a308583b3
[esp32] Add support for ESP32-C61 variant ( #12285 )
...
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-12-05 12:16:19 -05:00
J. Nick Koston
27fcff2092
[api] Simplify MessageCreator to trivially copyable type ( #12295 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-12-05 10:27:41 -06:00
Jonathan Swoboda
f4d1c9df71
[remote_receiver] Fix Zephyr clang tidy ( #12299 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-05 09:56:11 -06:00
Jesse Hills
7fd79fdded
[esp32] Change imports to use esp32 only, not .const ( #12243 )
2025-12-05 09:53:08 -05:00
Jesse Hills
19fa768730
Update readme logo ( #12294 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2025-12-05 08:48:04 -05:00
Jonathan Swoboda
ca1d17562a
Merge branch 'release' into dev
2025-12-04 22:55:08 -05:00
Jonathan Swoboda
42811edeb4
Merge pull request #12293 from esphome/bump-2025.11.4
...
2025.11.4
2025-12-04 22:54:55 -05:00
Citizen07
22481d9c0e
[remote_receiver] buffer usage fix and idle optimizations ( #9999 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2025-12-04 22:50:23 -05:00
Jonathan Swoboda
8f20abebf6
Bump version to 2025.11.4
2025-12-04 21:52:48 -05:00
J. Nick Koston
7077488dc7
[scheduler] Fix use-after-free when cancelling timeouts from non-main-loop threads ( #12288 )
2025-12-04 21:52:48 -05:00
Jesse Hills
ef34239064
[CI] Trigger generic version notifier job on release ( #12292 )
2025-12-04 21:52:48 -05:00
Jonathan Swoboda
44148c0c6b
[esp32_hosted] Fix build and bump IDF component version to 2.7.0 ( #12282 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-04 21:52:48 -05:00
Jonathan Swoboda
1b53fcf634
[es8311] Remove MIN and MAX from mic_gain enum options ( #12281 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-04 21:52:48 -05:00
Clyde Stubbs
b18e3d943a
[config] Provide path for has_at_most_one_of messages ( #12277 )
2025-12-04 21:52:48 -05:00
Jonathan Swoboda
f0673f6304
[ld2420] Add missing USE_SELECT ifdefs ( #12275 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-04 21:52:48 -05:00
Clyde Stubbs
320ba30d50
[esp32] Add build flag to suppress noexecstack message ( #12272 )
2025-12-04 21:52:48 -05:00
J. Nick Koston
637cb3f04a
[api] Use loop-based reboot timeout check to avoid scheduler heap churn ( #12291 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-12-04 19:14:35 -06:00
J. Nick Koston
80e881655f
[scheduler] Fix use-after-free when cancelling timeouts from non-main-loop threads ( #12288 )
2025-12-04 19:14:22 -06:00
Jesse Hills
78b2ae8a35
[CI] Trigger generic version notifier job on release ( #12292 )
2025-12-05 14:00:08 +13:00
Jesse Hills
8caaf53ef0
[CI] Update renamed action repo ( #12290 )
2025-12-05 12:53:13 +13:00
dependabot[bot]
4db7748815
Bump ruff from 0.14.7 to 0.14.8 ( #12286 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2025-12-04 21:53:36 +00:00
Jonathan Swoboda
0da157ab98
[tests] Bump esp32_hosted in the test code ( #12289 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-04 21:14:30 +00:00
Jonathan Swoboda
cafa275579
[esp32_hosted] Fix build and bump IDF component version to 2.7.0 ( #12282 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-04 14:47:21 -05:00
Jonathan Swoboda
a31fb223f3
[es8311] Remove MIN and MAX from mic_gain enum options ( #12281 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-04 10:00:45 -05:00
Javier Peletier
37019231de
[lvgl] refactor hello world to yaml file ( #12274 )
2025-12-04 20:18:27 +11:00
Clyde Stubbs
2af66bd6fc
[config] Provide path for has_at_most_one_of messages ( #12277 )
2025-12-04 21:20:55 +13:00
Jonathan Swoboda
951c5377c5
[ld2420] Add missing USE_SELECT ifdefs ( #12275 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-04 20:25:13 +13:00
Thomas Rupprecht
22803ef54b
[esp32] Sort variants in situ ( #10410 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2025-12-03 20:48:11 -05:00
Clyde Stubbs
20f82a3820
[esp32] Add build flag to suppress noexecstack message ( #12272 )
2025-12-03 23:49:57 +00:00
dependabot[bot]
fb331e1c5a
Bump actions/stale from 10.1.0 to 10.1.1 ( #12270 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-03 21:04:09 +00:00
Kevin Ahrendt
a8518d3cea
[wifi, wifi_info] Add a WiFi power mode text sensor ( #11480 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-12-04 09:18:59 +13:00
jsmarion
03aaa66f8e
[cst816] Fix CST826 & CST836 ( #12260 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2025-12-03 14:35:14 -05:00
J. Nick Koston
a24ba26068
[core] Improve CORE.data documentation with dataclass pattern ( #12170 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-12-04 07:33:57 +13:00
Javier Peletier
623cdac689
[tests] Add testing of command line substitutions ( #12210 )
...
Co-authored-by: J. Nick Koston <nick+github@koston.org >
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2025-12-03 12:36:35 -05:00
Jonathan Swoboda
1fbd91dc71
Merge branch 'release' into dev
2025-12-03 11:37:13 -05:00
Jonathan Swoboda
cfd88376b9
Merge pull request #12266 from esphome/bump-2025.11.3
...
2025.11.3
2025-12-03 11:36:57 -05:00
J. Nick Koston
b3812b5811
[text_sensor] Fix spurious raw_state deprecation warnings ( #12262 )
2025-12-03 16:22:06 +00:00
Jonathan Swoboda
577a6b2941
Bump version to 2025.11.3
2025-12-03 10:50:28 -05:00
Jonathan Swoboda
de68b56c4a
[rtl87xx] Fix FreeRTOS version for RTL8720C boards ( #12261 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-03 10:50:28 -05:00
Jonathan Swoboda
ccd23e692b
[analog_threshold] Fix oscillation when using invert filter ( #12251 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-03 10:50:28 -05:00
Jonathan Swoboda
1f5a44be3d
[rtl87xx] Fix AsyncTCP compilation by upgrading FreeRTOS to 8.2.3 ( #12230 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-03 10:50:28 -05:00
Jonathan Swoboda
1d1e47c757
[core] Fix clean all windows ( #12217 )
...
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2025-12-03 10:50:28 -05:00
3fbed1fa79
[ade7953] Apply voltage_gain setting to both channels ( #12180 )
2025-12-03 10:50:28 -05:00
Jonathan Swoboda
5c71520635
[mopeka_pro_check] Fix negative temperatures ( #12198 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-03 10:50:28 -05:00
J. Nick Koston
9d6c81ec23
[hlk_fm22x] Fix Action::play method signatures ( #12192 )
2025-12-03 10:50:28 -05:00
Clyde Stubbs
73fa9230e6
[helpers] Add conversion from FixedVector to std::vector ( #12179 )
2025-12-03 10:50:28 -05:00
J. Nick Koston
48caff13c9
[espnow] Initialize LwIP stack when running without WiFi component ( #12169 )
2025-12-03 10:50:28 -05:00
J. Nick Koston
71bb94524e
[usb_uart] Wake main loop immediately when USB data arrives ( #12148 )
2025-12-03 10:50:28 -05:00
Clyde Stubbs
a3199792c6
[build] Don't clear pio cache unless requested ( #11966 )
2025-12-03 10:50:28 -05:00
lygris
87ac4baf3a
[cc1101] Add new cc1101 component ( #11849 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2025-12-03 10:42:04 -05:00
Jonathan Swoboda
669bcad458
[rtl87xx] Fix FreeRTOS version for RTL8720C boards ( #12261 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-03 15:31:12 +00:00
H. Árkosi Róbert
6f91c75f86
[gree] turbo, light, health, xfan switches ( #12160 )
...
Co-authored-by: clydebarrow <2366188+clydebarrow@users.noreply.github.com >
2025-12-03 09:20:17 +00:00
Javier Peletier
ab60ae092d
[tests] Allow substitution tests to run independently for debugging ( #12224 )
...
Co-authored-by: J. Nick Koston <nick+github@koston.org >
2025-12-02 16:17:24 -06:00
dependabot[bot]
708496c101
Bump actions/checkout from 6.0.0 to 6.0.1 ( #12259 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-02 13:45:38 -06:00
Jonathan Swoboda
2f75962b19
[analog_threshold] Fix oscillation when using invert filter ( #12251 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-02 13:40:46 -05:00
J. Nick Koston
a6a6f482e6
[core] Add PROGMEM macros and move web_server JSON keys to flash ( #12214 )
2025-12-02 16:51:05 +00:00
dependabot[bot]
638c59e162
Bump pylint from 4.0.3 to 4.0.4 ( #12239 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-02 10:13:20 -06:00
Flo
8f97f3b81f
[wifi] Fix ap_active condition ( #12227 )
2025-12-02 10:12:27 -06:00
J. Nick Koston
6ce2a45691
[text_sensor] Add deprecation warning for raw_state member access ( #12246 )
2025-12-02 10:03:58 -06:00
J. Nick Koston
77477bd330
[web_server_idf] Fix SSE multi-line message formatting ( #12247 )
2025-12-02 10:03:29 -06:00
J. Nick Koston
3f08cacf71
[valve] Store valve state strings in flash on ESP8266 ( #12202 )
2025-12-02 10:02:51 -06:00
J. Nick Koston
d1583456e9
[web_server] Store update state strings in flash on ESP8266 ( #12204 )
2025-12-02 10:02:29 -06:00
J. Nick Koston
101103c666
[core] Add RAM strings and symbols analysis to analyze-memory command ( #12161 )
2025-12-02 10:02:09 -06:00
J. Nick Koston
5142ff372b
[light] Use listener pattern for state callbacks with lazy allocation ( #12166 )
2025-12-02 10:01:54 -06:00
J. Nick Koston
f9ad832e7b
[esp32_camera] Replace std::function callbacks with CameraListener interface ( #12165 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-12-02 09:59:32 -06:00
J. Nick Koston
deda7a1bf3
[lock] Store lock state strings in flash on ESP8266 ( #12163 )
2025-12-02 09:59:05 -06:00
Jonathan Swoboda
29be1423f5
[core] Filter noisy platformio log messages ( #12218 )
...
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2025-12-02 08:59:50 -05:00
J. Nick Koston
10ddebc737
[text_sensor] Avoid duplicate string storage when no filters configured ( #12205 )
2025-12-01 22:17:31 -06:00
dependabot[bot]
9a0731437a
Bump aioesphomeapi from 42.9.0 to 42.10.0 ( #12245 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-01 22:11:33 -06:00
J. Nick Koston
82a06c697e
[esp32] Place ring buffer functions in flash by default (prep for IDF 6.0) ( #12184 )
2025-12-02 03:57:41 +00:00
dependabot[bot]
c45cd44bb8
Bump github/codeql-action from 4.31.5 to 4.31.6 ( #12234 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-01 21:49:25 -06:00
Jonathan Swoboda
2903a4aa92
[ota] Use ESP-IDF OTA backend for all ESP32 builds ( #12244 )
...
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-12-02 03:41:34 +00:00
J. Nick Koston
6943803176
[cover] Store cover state strings in flash on ESP8266 ( #12196 )
2025-12-01 21:26:13 -06:00
J. Nick Koston
6dafc5137e
[esp32] Place FreeRTOS functions in flash by default (prep for IDF 6.0) ( #12182 )
2025-12-01 21:24:08 -06:00
Djordje Mandic
df58e832e5
[esp8266] Allow IN&OUT pin config for ESP8266 ( #12238 )
2025-12-01 15:44:33 -08:00
Peter Popovec
e42cf9a4f4
[mqtt] Enable support for the RTL87XX platform ( #7697 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-12-01 23:06:47 +00:00
J. Nick Koston
96f28f0ab4
[button] Convert to C++17 nested namespace style ( #12233 )
...
Co-authored-by: Keith Burzinski <kbx81x@gmail.com >
2025-12-01 17:50:29 -05:00
J. Nick Koston
d332edfaca
[datetime] Convert to C++17 nested namespace style ( #12235 )
2025-12-01 17:50:03 -05:00
Keith Burzinski
d4bd282bb4
[helpers] Fix unit tests following #12135 ( #12237 )
2025-12-01 22:08:49 +00:00
Jonathan Swoboda
78df884bb5
[rtl87xx] Fix AsyncTCP compilation by upgrading FreeRTOS to 8.2.3 ( #12230 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-01 16:03:00 -05:00
Keith Burzinski
52fe3de78f
[zwave_proxy] Use new socket wake infrastructure to reduce latency, convert to C++17 namespace style ( #12135 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-12-01 14:27:20 -06:00
Keith Burzinski
6a79ce8eff
[uart] Automatically enable the socket wake infrastructure when RX wake requested ( #12221 )
2025-12-01 14:16:39 -06:00
Jonathan Swoboda
2b7695ba3f
[core] Fix clean all windows ( #12217 )
...
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2025-12-01 12:40:56 -05:00
Juri Berlanda
6d336676a2
[remote_transmitter, remote_receiver] Add RP2040 support ( #12048 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2025-12-01 12:09:58 -05:00
Robert Resch
b322622ef1
[micronova] Convert to C++17 namespace style ( #12229 )
2025-12-01 10:47:00 -05:00
J. Nick Koston
065c1bfc6a
[core] Fix status_momentary API misuse and optimize parameter type ( #12216 )
2025-12-01 08:34:07 -06:00
Keith Burzinski
664881bc13
[uart] Convert to C++17 namespace style ( #12220 )
2025-12-01 07:57:18 -05:00
Keith Burzinski
dbc16ce468
[wifi_info] Fix compilation error when using only mac_address sensor, add tests ( #12222 )
2025-12-01 02:48:47 -06:00
Keith Burzinski
161a18b326
[uart] Add wake_loop_on_rx flag for low latency processing ( #12172 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-12-01 00:33:23 -06:00
Jonathan Swoboda
4335fcdb72
[psram] Add C5 support ( #12215 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-30 23:27:10 -05:00
bf4ef36c3a
[ade7953] Apply voltage_gain setting to both channels ( #12180 )
2025-11-30 19:17:50 -05:00
J. Nick Koston
2ca118f371
[web_server] Replace routing table with if-else chain to save 116 bytes RAM ( #12139 )
2025-12-01 12:25:46 +13:00
J. Nick Koston
82e1238330
[lock] Refactor trigger classes to template and add integration tests ( #12193 )
2025-11-30 17:09:02 -06:00
Jimmy Hedman
8308bc2911
[mdns] Bump mDNS component to 1.9.1 ( #12207 )
2025-11-30 08:06:06 -05:00
Jonathan Swoboda
47c767fa5e
[openthread] Add C5 support ( #12200 )
2025-11-30 08:04:45 -05:00
Jonathan Swoboda
e95ceafc17
[mopeka_pro_check] Fix negative temperatures ( #12198 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-30 08:04:33 -05:00
Jonathan Swoboda
7317bf4a5d
[esp32_can] Add P4 support ( #12201 )
2025-11-30 08:04:19 -05:00
J. Nick Koston
042a08887f
[climate] Use C++17 nested namespace syntax ( #12194 )
2025-11-30 00:54:49 +00:00
J. Nick Koston
77f5f2326f
[hlk_fm22x] Fix Action::play method signatures ( #12192 )
2025-11-29 19:36:12 -05:00
d82a92b406
[ade7953_base] Add missing CODEOWNERS ( #12181 )
2025-11-29 18:41:47 -05:00
dependabot[bot]
ec88bf0cb1
Bump ruff from 0.14.5 to 0.14.7 ( #12190 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2025-11-29 22:56:26 +00:00
dependabot[bot]
46567c4716
Bump aioesphomeapi from 42.8.0 to 42.9.0 ( #12189 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-29 22:55:27 +00:00
Jakub Čermák
1f47797007
Add MEASUREMENT_ANGLE to SensorStateClass ( #12085 )
2025-11-29 16:26:25 -06:00
Javier Peletier
cf444fc3b8
[mipi_spi] add guition JC4827W543 C/R ( #12034 )
2025-11-29 19:40:13 +11:00
Clyde Stubbs
c40e8e7f5c
[helpers] Add conversion from FixedVector to std::vector ( #12179 )
2025-11-29 19:38:29 +11:00
J. Nick Koston
b71d8010d2
[light] Store log_percent parameter strings in flash on ESP8266 ( #12174 )
2025-11-28 22:59:31 -05:00
J. Nick Koston
2174795b27
[number] Reduce NumberCall size by 4 bytes on 32-bit platforms ( #12178 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-28 22:57:36 -05:00
J. Nick Koston
5fa4ff754c
[ble_client] Convert to C++17 namespace style ( #12176 )
2025-11-28 22:57:01 -05:00
J. Nick Koston
bc50be6053
[logger] Conditionally compile log level change listener ( #12168 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-28 22:14:00 +00:00
J. Nick Koston
ca599b25c2
[espnow] Initialize LwIP stack when running without WiFi component ( #12169 )
2025-11-28 16:33:28 -05:00
J. Nick Koston
2e55296640
[sensor] Replace timeout filter scheduler with loop-based implementation ( #11922 )
2025-11-28 20:43:11 +00:00
Javier Peletier
d6ca01775e
[packages] Restore remote shorthand vars and !remove in early package contents validation ( #12158 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-11-28 18:24:09 +00:00
Javier Peletier
e15f3a08ae
[tests] Remote packages with substitutions ( #12145 )
2025-11-28 12:15:55 -06:00
J. Nick Koston
fb82362e9c
[api] Eliminate rx_buf heap churn and release buffers after initial sync ( #12133 )
2025-11-28 12:13:29 -06:00
J. Nick Koston
26e979d3d5
[wifi] Replace std::function callbacks with listener interfaces ( #12155 )
2025-11-28 11:27:17 -06:00
J. Nick Koston
60ffa0e52e
[esp32_ble_tracker] Replace scanner state callback with listener interface ( #12156 )
2025-11-28 11:27:08 -06:00
J. Nick Koston
e1ec6146c0
[wifi] Save 112 bytes BSS on ESP8266 by calling SDK directly for BSSID ( #12137 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-11-27 22:09:41 -06:00
J. Nick Koston
450065fdae
[light] Replace sparse enum switch with linear search to save 156 bytes RAM ( #12140 )
2025-11-27 22:09:27 -06:00
J. Nick Koston
71dc402a30
[logger] Replace std::function callbacks with LogListener interface ( #12153 )
2025-11-28 04:00:33 +00:00
Jonathan Swoboda
9bd148dfd1
Merge branch 'release' into dev
2025-11-27 18:19:20 -05:00
Jonathan Swoboda
50c1720c16
Merge pull request #12149 from esphome/bump-2025.11.2
...
2025.11.2
2025-11-27 18:19:05 -05:00
J. Nick Koston
4c549798bc
[usb_uart] Wake main loop immediately when USB data arrives ( #12148 )
2025-11-27 16:33:08 -06:00
Jonathan Swoboda
4115dd7222
Bump version to 2025.11.2
2025-11-27 17:23:28 -05:00
J. Nick Koston
d5e2543751
[scheduler] Fix use-after-move crash in heap operations ( #12124 )
2025-11-27 17:23:28 -05:00
Clyde Stubbs
b4b34aee13
[wifi] Restore blocking setup until connected for RP2040 ( #12142 )
2025-11-27 17:23:28 -05:00
Jonathan Swoboda
6645994700
[esp32] Fix hosted update when there is no wifi ( #12123 )
2025-11-27 17:23:28 -05:00
Clyde Stubbs
ae140f52e3
[lvgl] Fix position of errors in widget config ( #12111 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-11-27 17:23:28 -05:00
Clyde Stubbs
46ae6d35a2
[lvgl] Allow multiple widgets per grid cell ( #12091 )
2025-11-27 17:23:27 -05:00
J. Nick Koston
278f12fb99
[script] Fix script.wait hanging when triggered from on_boot ( #12102 )
2025-11-27 17:23:27 -05:00
Jonathan Swoboda
acdcd56395
[esp32] Fix platformio flash size print ( #12099 )
...
Co-authored-by: J. Nick Koston <nick+github@koston.org >
2025-11-27 17:23:27 -05:00
Edward Firmo
9289fc36f7
[nextion] Do not set alternative baud rate when not specified or <= 0 ( #12097 )
2025-11-27 17:23:27 -05:00
J. Nick Koston
1fadd1227d
[scheduler] Fix use-after-move crash in heap operations ( #12124 )
2025-11-27 10:50:21 -06:00
Clyde Stubbs
91df0548ef
[wifi] Restore blocking setup until connected for RP2040 ( #12142 )
2025-11-27 10:30:03 -05:00
Jonathan Swoboda
a7a5a0b9a2
[esp32] Improve IDF component support ( #12127 )
2025-11-26 22:46:17 -05:00
Jonathan Swoboda
9c85ec9182
[esp32] Fix hosted update when there is no wifi ( #12123 )
2025-11-26 20:01:35 -05:00
Jesse Hills
23e58c1c7b
[inkplate] Ignore strapping pin warnings on default pins ( #12110 )
2025-11-26 17:08:40 -06:00
Clyde Stubbs
b3955cd151
[epaper_spi] Add SSD1677 and Waveshare 4.26 ( #11887 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-11-26 17:07:51 -06:00
Clyde Stubbs
927d3715c1
[lvgl] Allow setting text directly on a button ( #11964 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-11-26 17:06:40 -06:00
Clyde Stubbs
a2d9941c62
[lvgl] Add option to sync updates with display ( #11896 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-11-26 17:06:32 -06:00
Clyde Stubbs
caaa08d678
[core] Fix for missing arguments to shared_lambda ( #12115 )
2025-11-26 17:05:45 -06:00
Jon Oberheide
eb970cf44e
make thermostat humidification_action public ( #12132 )
2025-11-26 16:56:22 -06:00
Pawelo
083886c4b0
[prometheus] Avoid generating unused light color metrics to reduce memory usage on ESP8266 ( #9530 )
...
Co-authored-by: J. Nick Koston <nick+github@koston.org >
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-11-26 18:06:51 +00:00
Javier Peletier
12a51ff047
[packages] Fix package schema validation ( #12116 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-11-26 11:00:44 -06:00
J. Nick Koston
b328758634
Revert "[core] Deduplicate identical stateless lambdas to reduce flash usage" ( #12117 )
2025-11-26 10:53:44 -06:00
Clyde Stubbs
1207b9e995
[lvgl] Automatically pad rows and columns ( #11879 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-11-26 01:53:51 +00:00
Clyde Stubbs
e071380532
[lvgl] Add missing obj scroll properties ( #11901 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-11-26 01:49:47 +00:00
Clyde Stubbs
f071b6232a
[lvgl] Fix position of errors in widget config ( #12111 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-11-26 01:47:27 +00:00
J. Nick Koston
d443dbbf34
[lvgl] Fix lambda return types for coord and font validators ( #12113 )
2025-11-25 19:42:09 -06:00
J. Nick Koston
03a8ef71ff
[esp32_ble_client] Replace std::string with char[18] for BLE address storage ( #12070 )
2025-11-25 18:37:49 -06:00
J. Nick Koston
bda17180df
[core] Deduplicate identical stateless lambdas to reduce flash usage ( #11918 )
2025-11-26 12:48:08 +13:00
J. Nick Koston
ffae3501ab
[core] Replace seq<>/gens<> with std::index_sequence for code clarity ( #11921 )
2025-11-26 12:44:50 +13:00
Jesse Hills
50bdcdee0c
Add developer-breaking-change labelling ( #12095 )
2025-11-26 12:39:41 +13:00
dependabot[bot]
ae60b5e6a1
Bump actions/setup-python from 6.0.0 to 6.1.0 in /.github/actions/restore-python ( #12108 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-25 14:27:49 -06:00
dependabot[bot]
70df4ecaa9
Bump actions/setup-python from 6.0.0 to 6.1.0 ( #12106 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-25 13:35:40 -06:00
Clyde Stubbs
b6be5e3eda
[lvgl] Allow multiple widgets per grid cell ( #12091 )
2025-11-26 06:06:42 +11:00
Nikolai Ryzhkov
dec323e786
[sht4x] Read and store a serial number of SHT4x sensors ( #12089 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
Co-authored-by: J. Nick Koston <nick+github@koston.org >
2025-11-25 13:27:35 -05:00
J. Nick Koston
6ca0cd1e8b
[ltr390] Simplify mode tracking with bitmask instead of vector/function ( #12093 )
2025-11-25 12:16:48 -06:00
J. Nick Koston
3106934678
[esp32_ble] Optimize name storage to reduce RAM and eliminate heap allocations ( #12071 )
2025-11-25 12:16:27 -06:00
J. Nick Koston
8c5985f68a
[web_server] Consolidate turn_on/turn_off handlers to eliminate duplicate lambdas ( #12094 )
2025-11-25 12:16:02 -06:00
J. Nick Koston
cf8c205644
[core] Reduce flash size by combining set_name() and set_object_id() calls ( #11941 )
2025-11-25 12:15:45 -06:00
J. Nick Koston
a571033b43
[script] Fix script.wait hanging when triggered from on_boot ( #12102 )
2025-11-25 10:30:01 -06:00
Jonathan Swoboda
cdf27f1447
[esp32] Fix platformio flash size print ( #12099 )
...
Co-authored-by: J. Nick Koston <nick+github@koston.org >
2025-11-25 11:14:53 -05:00
Edward Firmo
c30b920193
[nextion] Do not set alternative baud rate when not specified or <= 0 ( #12097 )
2025-11-25 07:48:32 -05:00
J. Nick Koston
697c5f424e
[api] Use const char* pointers for light effects to eliminate heap allocations ( #12090 )
2025-11-25 08:17:53 +00:00
J. Nick Koston
18c97a08c3
[esp8266] Use C++17 nested namespaces and constexpr ( #12096 )
2025-11-25 01:47:06 -06:00
bdm310
66a871840e
Add more lvgl arc update parameters ( #12066 )
2025-11-25 17:14:23 +11:00
J. Nick Koston
46a26560fd
[template.alarm_control_panel] Replace std::map with FixedVector for heap and flash savings ( #11893 )
2025-11-25 16:21:56 +13:00
J. Nick Koston
1c808a3375
[ble_client] Write static BLE data directly from flash without allocation ( #11826 )
2025-11-25 16:19:18 +13:00
Keith Burzinski
2bc8a4a779
[wifi_info] Use callbacks instead of polling ( #10748 )
...
Co-authored-by: J. Nick Koston <nick+github@koston.org >
2025-11-24 20:23:10 -06:00
dependabot[bot]
7f1a9a611f
Bump aioesphomeapi from 42.7.0 to 42.8.0 ( #12092 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-25 02:09:02 +00:00
Jonathan Swoboda
b51409ed5e
Merge branch 'release' into dev
2025-11-24 17:30:08 -05:00
Jonathan Swoboda
3775b54554
Merge pull request #12086 from esphome/bump-2025.11.1
...
2025.11.1
2025-11-24 17:29:53 -05:00
Keith Burzinski
88b898458b
[bluetooth_proxy] Fix crash due to null pointer ( #12084 )
...
Co-authored-by: J. Nick Koston <nick+github@koston.org >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-11-24 21:25:49 +00:00
Jonathan Swoboda
9186144dcd
Bump version to 2025.11.1
2025-11-24 16:24:38 -05:00
Jesse Hills
25bcd0ea25
[online_image] Fix some large PNGs causing watchdog timeout ( #12025 )
...
Co-authored-by: guillempages <guillempages@users.noreply.github.com >
2025-11-24 16:24:38 -05:00
J. Nick Koston
50d08a2eba
[esp_ldo,mipi_dsi,mipi_rgb] Fix dangling pointer bugs in mark_failed() ( #12077 )
2025-11-24 16:24:38 -05:00
J. Nick Koston
3a7a0c66ab
[script][wait_until] Fix FIFO ordering and reentrancy bugs ( #12049 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-24 16:24:38 -05:00
Jonathan Swoboda
83525b7a92
[core] Add support for passing yaml files to clean-all ( #12039 )
2025-11-24 16:24:38 -05:00
Jonathan Swoboda
f31f023c89
[esp32] Fix C2 builds ( #12050 )
2025-11-24 16:24:37 -05:00
J. Nick Koston
f8efefffaa
[cst816][http_request] Fix status_set_error() dangling pointer bugs ( #12033 )
2025-11-24 16:24:37 -05:00
Jonathan Swoboda
d698083ede
[jsn_sr04t] Fix model AJ_SR04M ( #11992 )
2025-11-24 16:24:37 -05:00
Jonathan Swoboda
11ba6440d7
[cst816][packet_transport][udp][wake_on_lan] Fix error messages ( #12019 )
2025-11-24 16:24:37 -05:00
Jonathan Swoboda
89ee37a2d5
[ltr501][ltr_als_ps] Rename enum to avoid collision with lwip defines ( #12017 )
2025-11-24 16:24:37 -05:00
J. Nick Koston
45b8c1e267
[network] Fix IPAddress constructor causing comparison failures and garbage output ( #12005 )
2025-11-24 16:24:37 -05:00
Jonathan Swoboda
fbe091f167
[graph] Fix legend border ( #12000 )
2025-11-24 16:24:37 -05:00
dependabot[bot]
e09656f20e
Bump bleak from 1.1.1 to 2.0.0 ( #12083 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-24 15:21:03 -06:00
Jesse Hills
eeb373fca9
[online_image] Fix some large PNGs causing watchdog timeout ( #12025 )
...
Co-authored-by: guillempages <guillempages@users.noreply.github.com >
2025-11-25 09:15:30 +13:00
J. Nick Koston
97ba67f4ee
[core] Deprecate unsafe const char* APIs in mark_failed() and status_set_error(), add LogString* overloads ( #12021 )
2025-11-24 13:45:56 -06:00
J. Nick Koston
909baf5e7a
[prometheus] Use current_option() instead of deprecated .state for select entities ( #12079 )
2025-11-24 13:45:29 -06:00
J. Nick Koston
a0440603b7
[wifi] Use ESP-IDF IP formatting macros directly to eliminate heap allocations ( #12078 )
2025-11-24 13:45:06 -06:00
dependabot[bot]
e2cd0ccd0e
Bump actions/create-github-app-token from 2.1.4 to 2.2.0 ( #12081 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-24 13:44:43 -06:00
dependabot[bot]
378fc4120a
Bump peter-evans/create-pull-request from 7.0.8 to 7.0.9 ( #12082 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-24 13:44:27 -06:00
dependabot[bot]
0dd842744a
Bump github/codeql-action from 4.31.4 to 4.31.5 ( #12080 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-24 13:44:09 -06:00
J. Nick Koston
7a73a524b9
[logger] Eliminate strlen overhead on LibreTiny ( #11938 )
2025-11-24 12:21:09 -06:00
Kevin Ahrendt
d1a1bb446b
[wifi] Add runtime power saving mode control ( #11478 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-11-24 17:55:04 +00:00
J. Nick Koston
c146d92425
[api] Remove redundant socket pointer from APIFrameHelper ( #11985 )
2025-11-25 06:53:42 +13:00
J. Nick Koston
c888becfa7
[api] Optimize APINoiseContext memory usage by removing shared_ptr overhead ( #11981 )
2025-11-25 06:52:15 +13:00
Flo
09f3f62194
[api] Connected Condition - state_subscription_only flag ( #11906 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-11-24 11:49:16 -06:00
Jordan Zucker
b820e67616
[prometheus] Add event and text base components metrics ( #10240 )
...
Co-authored-by: Jordan Zucker <jordan@Jordans-MacBook-Pro.local >
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-11-24 11:42:07 -06:00
Sascha Ittner
d7da559885
[thermopro_ble] Add thermopro ble support ( #11835 )
...
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-11-24 11:31:26 -06:00
Jonathan Swoboda
d7a197b3a3
[esp32] Use the IDF I2C implementation on Arduino ( #12076 )
2025-11-24 12:27:09 -05:00
Flo
66cda04664
[wifi] ap_active condition ( #11852 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-11-24 11:19:38 -06:00
J. Nick Koston
0764f4da86
[esp_ldo,mipi_dsi,mipi_rgb] Fix dangling pointer bugs in mark_failed() ( #12077 )
2025-11-24 11:02:24 -06:00
J. Nick Koston
06815fe177
[script][wait_until] Fix FIFO ordering and reentrancy bugs ( #12049 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-24 10:41:24 -06:00
J. Nick Koston
04ec6a6999
[api] Use stack buffer for MAC address in Noise handshake ( #12072 )
2025-11-24 10:23:31 -06:00
J. Nick Koston
737f23a0bd
[light] Dynamically disable loop when idle to reduce CPU overhead ( #11881 )
2025-11-24 10:23:11 -06:00
J. Nick Koston
3c48e13c9f
[ethernet] Conditionally compile manual_ip to save 24 bytes RAM ( #11832 )
2025-11-24 10:22:13 -06:00
J. Nick Koston
426734beef
[web_server_base] Replace shared_ptr with unique_ptr for AsyncWebServer ( #11984 )
2025-11-24 10:22:01 -06:00
J. Nick Koston
056b4375eb
[api] Reduce heap allocations in DeviceInfoResponse ( #11952 )
2025-11-24 10:21:47 -06:00
J. Nick Koston
1f0a5e1eea
[logger] Reduce UART overhead on ESP32/ESP8266 and fix buffer truncation ( #11927 )
2025-11-24 10:21:32 -06:00
Jonathan Swoboda
8607a0881d
[core] Add support for passing yaml files to clean-all ( #12039 )
2025-11-24 10:10:24 -05:00
James
b4b98505ba
[mipi_dsi] add guition JC4880P443 display ( #12068 )
2025-11-24 21:05:02 +11:00
Jonathan Swoboda
60d687c2c6
[esp32] Fix C2 builds ( #12050 )
2025-11-23 23:31:14 -05:00
Jonathan Swoboda
5750f7fccb
[ci] Fix test grouping ( #12067 )
2025-11-23 21:25:24 -06:00
Jonathan Swoboda
c91a9495e6
[ci] Fix filename ( #12065 )
2025-11-23 16:19:26 -05:00
Javier Peletier
f42b806889
[core] Fix error on invalid id extend/remove ( #12064 )
2025-11-24 08:03:13 +11:00
Jesse Hills
a5751b294f
[api] Rename USE_API_SERVICES to USE_API_USER_DEFINED_ACTIONS ( #12029 )
2025-11-24 08:13:23 +13:00
Abílio Costa
3f6f2d7d65
[bm8563] Add bm8563 component ( #11616 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2025-11-21 15:28:42 -05:00
Marko Draca
782aee92a7
[mcp3204] differential mode support ( #7436 )
...
Co-authored-by: marko <marko@>
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2025-11-21 14:50:07 -05:00
Thomas Rupprecht
972b7e84fe
[tests] Fix mipi_spi test board ( #12031 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2025-11-21 08:38:44 -05:00
J. Nick Koston
150e26dc2b
[cst816][http_request] Fix status_set_error() dangling pointer bugs ( #12033 )
2025-11-21 06:41:48 -06:00
Jonathan Swoboda
0dea7a23e3
[jsn_sr04t] Fix model AJ_SR04M ( #11992 )
2025-11-21 07:39:59 -05:00
dependabot[bot]
01addeae08
Bump actions/checkout from 5.0.1 to 6.0.0 ( #12022 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-20 13:11:41 -06:00
Jonathan Swoboda
a1e507baf8
[cst816][packet_transport][udp][wake_on_lan] Fix error messages ( #12019 )
2025-11-20 12:10:28 -05:00
Jonathan Swoboda
1accb4ff34
[ltr501][ltr_als_ps] Rename enum to avoid collision with lwip defines ( #12017 )
2025-11-20 10:58:21 -05:00
damib
59cd6dbf70
[climate_ir] Add optional humidity sensor ( #9805 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: Djordje Mandic <6750655+DjordjeMandic@users.noreply.github.com >
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2025-11-20 09:28:14 -05:00
omartijn
3c86f3894b
[hc8] Add support for HC8 CO2 sensor ( #11872 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2025-11-20 09:24:45 -05:00
J. Nick Koston
06bef148f4
[core] Optimize DelayAction for no-argument case using if constexpr ( #11913 )
2025-11-20 09:06:52 -05:00
tomaszduda23
5d883c6e06
[nrf52,i2c] fix review comment ( #11931 )
2025-11-20 09:06:40 -05:00
J. Nick Koston
b62053812b
[core] Document threading model rationale in ThreadModel enum ( #11979 )
2025-11-20 09:06:28 -05:00
J. Nick Koston
a2321edf3c
[network] Fix IPAddress constructor causing comparison failures and garbage output ( #12005 )
2025-11-20 08:59:16 -05:00
J. Nick Koston
24a6ad148c
[lock] Modernize to C++17 nested namespaces ( #11982 )
2025-11-20 08:57:49 -05:00
J. Nick Koston
5071473767
[mdns] Modernize to C++17 nested namespace syntax ( #11983 )
2025-11-20 08:57:33 -05:00
J. Nick Koston
4825da8e9c
[select] Modernize namespace declarations to C++17 syntax ( #12007 )
2025-11-20 08:57:04 -05:00
Javier Peletier
b346666a52
[st7701s] Add explanatory comment ( #12014 )
2025-11-20 20:05:22 +11:00
B48D81EFCC
83307684a3
[stts22h] Add support for STTS22H temperature sensor ( #11778 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-11-20 03:58:39 +00:00
David Woodhouse
da25951f6e
[socket] Fix IPv6 address parsing for BSD sockets ( #11996 )
2025-11-19 21:01:32 -06:00
Jonathan Swoboda
4398fd84d2
[graph] Fix legend border ( #12000 )
2025-11-20 13:09:22 +13:00
Jonathan Swoboda
bbd6d019e5
Merge branch 'release' into dev
2025-11-19 17:37:58 -05:00
Jonathan Swoboda
625172e07d
Merge pull request #12004 from esphome/bump-2025.11.0
...
2025.11.0
2025-11-19 17:37:42 -05:00
Jonathan Swoboda
1e9c7d3c6d
Bump version to 2025.11.0
2025-11-19 16:02:52 -05:00
Jonathan Swoboda
4cdab4e2d8
Merge branch 'beta' into dev
2025-11-19 15:06:55 -05:00
Jonathan Swoboda
c2bc7b3cdc
Merge pull request #12003 from esphome/bump-2025.11.0b5
...
2025.11.0b5
2025-11-19 15:06:44 -05:00
dependabot[bot]
2c3417062a
Bump pyupgrade from 3.21.1 to 3.21.2 ( #12002 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-19 13:47:40 -06:00
Jonathan Swoboda
c75abfb894
Bump version to 2025.11.0b5
2025-11-19 14:17:03 -05:00
Jesse Hills
1157b4aee8
[epaper_spi] Add basic 7.3in-Spectra-E6 model ( #12001 )
2025-11-19 14:17:03 -05:00
J. Nick Koston
71dc2d374d
[web_server_idf] Fix pbuf_free crash by moving shutdown before close ( #11995 )
2025-11-19 14:17:03 -05:00
Jonathan Swoboda
0a224f919b
[wifi] Fix positive RSSI values on 8266 ( #11994 )
2025-11-19 14:17:03 -05:00
Jonathan Swoboda
7ef4b4f3d9
[text_sensor] Fix infinite loop in substitute filter ( #11989 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-11-19 14:17:03 -05:00
J. Nick Koston
13b875c763
[tests] Fix SNTP time ID conflicts in component tests for grouped testing ( #11990 )
2025-11-19 14:17:03 -05:00
Jesse Hills
b02b07ffaf
[epaper_spi] Add basic 7.3in-Spectra-E6 model ( #12001 )
2025-11-19 14:11:45 -05:00
J. Nick Koston
8804bc2815
[web_server_idf] Fix pbuf_free crash by moving shutdown before close ( #11995 )
2025-11-20 07:58:33 +13:00
Jonathan Swoboda
61cef0a75c
[api] Fix format warnings in dump ( #11999 )
2025-11-19 12:58:47 -05:00
Jonathan Swoboda
73bc5252a1
[wifi] Fix positive RSSI values on 8266 ( #11994 )
2025-11-19 10:12:57 -05:00
Jonathan Swoboda
f2b10ad132
[text_sensor] Fix infinite loop in substitute filter ( #11989 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-11-19 10:12:34 -05:00
J. Nick Koston
100ea46f03
[tests] Fix SNTP time ID conflicts in component tests for grouped testing ( #11990 )
2025-11-18 23:19:54 -06:00
J. Nick Koston
b3ef05e5e1
[ld24xx] Modernize namespace declarations to C++17 syntax ( #11988 )
2025-11-19 04:00:39 +00:00
J. Nick Koston
45c994e4de
[light] Modernize namespace declarations to C++17 syntax ( #11986 )
2025-11-18 21:56:23 -06:00
Jesse Hills
a72545639d
Merge branch 'beta' into dev
2025-11-19 13:43:25 +13:00
Jesse Hills
dfd614c00c
Merge pull request #11980 from esphome/bump-2025.11.0b4
...
2025.11.0b4
2025-11-19 13:22:09 +13:00
J. Nick Koston
29374837c6
[wifi, captive_portal, web_server, wifi_info] Use stack allocation for MAC address formatting ( #11963 )
2025-11-18 17:06:34 -06:00
Jesse Hills
2681a14d05
Bump version to 2025.11.0b4
2025-11-19 09:17:33 +13:00
J. Nick Koston
f436f6ee2e
[wifi] Fix captive portal unusable when WiFi credentials are wrong ( #11965 )
2025-11-19 09:17:33 +13:00
Jonathan Swoboda
f18bc62690
[sfa30] Fix negative temperature values ( #11973 )
2025-11-19 09:17:33 +13:00
J. Nick Koston
6db73df649
[scheduler] Add defensive nullptr checks and explicit locking requirements ( #11974 )
2025-11-19 09:17:33 +13:00
Jonathan Swoboda
93215f1737
[esp32] Fix Arduino build on some ESP32 S2 boards ( #11972 )
2025-11-19 09:17:33 +13:00
Clyde Stubbs
70aa94b8a4
[lvgl] Apply scale to spinbox value ( #11946 )
2025-11-19 09:17:33 +13:00
strange_v
e8998a79c7
[mipi_rgb] Fix GUITION-4848S040 colors ( #11709 )
2025-11-19 09:17:33 +13:00
Jonathan Swoboda
3b25fdbc5f
[core] Add support for setting environment variables ( #11953 )
2025-11-19 09:17:33 +13:00
J. Nick Koston
6c8577678c
[captive_portal] Warn when enabled without WiFi AP configured ( #11856 )
2025-11-19 09:17:33 +13:00
J. Nick Koston
70ed9c7c4d
[wifi] Fix captive portal unusable when WiFi credentials are wrong ( #11965 )
2025-11-19 08:17:21 +13:00
dependabot[bot]
81fe5deaa9
Bump github/codeql-action from 4.31.3 to 4.31.4 ( #11977 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-19 08:12:42 +13:00
Jonathan Swoboda
72e4b16a5b
[sfa30] Fix negative temperature values ( #11973 )
2025-11-18 13:29:40 -05:00
Jonathan Swoboda
fe2befcec2
[bme68x] Print error when no sensors are configured ( #11976 )
2025-11-18 13:18:09 -05:00
J. Nick Koston
1888f5ffd5
[scheduler] Add defensive nullptr checks and explicit locking requirements ( #11974 )
2025-11-18 18:16:18 +00:00
Jonathan Swoboda
c59af22217
[esp32] Fix Arduino build on some ESP32 S2 boards ( #11972 )
2025-11-18 12:40:31 -05:00
J. Nick Koston
33983b051b
[ld24xx] Use stack allocation for MAC and version formatting ( #11961 )
2025-11-18 10:51:47 -06:00
Clyde Stubbs
11d0d4d128
[lvgl] Apply scale to spinbox value ( #11946 )
2025-11-18 17:27:50 +13:00
Clyde Stubbs
a4242dee64
[build] Don't clear pio cache unless requested ( #11966 )
2025-11-18 15:11:49 +11:00
J. Nick Koston
0d6c9623ce
[dashboard_import] Store package import URL in .rodata instead of RAM ( #11951 )
2025-11-17 20:02:16 -06:00
strange_v
0923bcd2ca
[mipi_rgb] Fix GUITION-4848S040 colors ( #11709 )
2025-11-18 01:32:17 +00:00
J. Nick Koston
fdc7ae7760
[wifi] Skip redundant setter calls for default values ( #11943 )
2025-11-17 17:20:32 -06:00
J. Nick Koston
1a73f49cd2
[number] Modernize to C++17 nested namespaces ( #11945 )
2025-11-17 17:20:18 -06:00
dependabot[bot]
23f85162d0
Bump actions/checkout from 5.0.0 to 5.0.1 ( #11957 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-17 15:39:01 -06:00
dependabot[bot]
7a238028a7
Bump ruamel-yaml-clib from 0.2.14 to 0.2.15 ( #11956 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-17 15:38:44 -06:00
Jonathan Swoboda
3d6c361037
[core] Add support for setting environment variables ( #11953 )
2025-11-17 12:32:08 -05:00
Javier Peletier
9e1f8d83f8
[config] Support !remove and !extend with LVGL-style configs ( #11534 )
2025-11-17 18:03:11 +11:00
Jesse Hills
fa0aa6defc
Merge branch 'beta' into dev
2025-11-17 17:41:46 +13:00
Jesse Hills
70366d2124
Merge pull request #11944 from esphome/bump-2025.11.0b3
...
2025.11.0b3
2025-11-17 17:41:11 +13:00
J. Nick Koston
10bdb47eae
[cover] Modernize to C++17 nested namespaces ( #11935 )
2025-11-16 20:37:06 -06:00
Jesse Hills
a38c4e0c6e
Bump version to 2025.11.0b3
2025-11-17 15:32:09 +13:00
Anton Sergunov
6c6b03bda0
[uart] Setup uart pins only if flags are set ( #11914 )
...
Co-authored-by: J. Nick Koston <nick+github@koston.org >
2025-11-17 15:32:09 +13:00
J. Nick Koston
9e02e31917
[web_server_idf] Fix lwIP assertion crash by shutting down sockets on connection close ( #11937 )
2025-11-17 15:32:09 +13:00
J. Nick Koston
3fd58f1a91
[web_server.ota] Merge multiple instances to prevent undefined behavior ( #11905 )
2025-11-17 15:32:09 +13:00
J. Nick Koston
9151489481
[sntp] Merge multiple instances to fix crash and undefined behavior ( #11904 )
2025-11-17 15:32:09 +13:00
J. Nick Koston
f19296ac7f
[analyze-memory] Show all core symbols > 100 B instead of top 15 ( #11909 )
2025-11-17 15:32:09 +13:00
J. Nick Koston
36868ee7b1
[scheduler] Fix timing breakage after 49 days of uptime on ESP8266/RP2040 ( #11924 )
2025-11-17 15:32:09 +13:00
J. Nick Koston
d559f9f52e
[ld2410] Add timeout filter to prevent stuck targets ( #11920 )
2025-11-17 15:32:09 +13:00
J. Nick Koston
6440b5fbf5
[ld2412] Fix stuck targets by adding timeout filter ( #11919 )
2025-11-17 15:32:09 +13:00
Jonathan Swoboda
97c4914573
[uart] Improve error handling and validate buffer size ( #11895 )
...
Co-authored-by: J. Nick Koston <nick+github@koston.org >
2025-11-17 15:32:09 +13:00
Edward Firmo
7ce94c27fe
[wifi] Allow use_psram with Arduino ( #11902 )
2025-11-17 15:32:09 +13:00
Edward Firmo
eb54c0026d
[light] Fix missing ColorMode::BRIGHTNESS case in logging ( #11836 )
2025-11-17 15:32:09 +13:00
Clyde Stubbs
fe00e209ff
[esp32] Add sdkconfig flag to make OTA work for 32MB flash ( #11883 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2025-11-17 15:32:08 +13:00
Clyde Stubbs
aed80732f9
[esp32] Make esp-idf default framework for P4 ( #11884 )
2025-11-17 15:32:08 +13:00
Anton Sergunov
aa097a2fe6
[uart] Setup uart pins only if flags are set ( #11914 )
...
Co-authored-by: J. Nick Koston <nick+github@koston.org >
2025-11-17 14:25:00 +13:00
J. Nick Koston
3b860e784c
[web_server_idf] Fix lwIP assertion crash by shutting down sockets on connection close ( #11937 )
2025-11-17 13:39:01 +13:00
J. Nick Koston
96ee38759d
[web_server.ota] Merge multiple instances to prevent undefined behavior ( #11905 )
2025-11-17 13:38:52 +13:00
J. Nick Koston
986d3c8f13
[sntp] Merge multiple instances to fix crash and undefined behavior ( #11904 )
2025-11-17 13:38:38 +13:00
Clyde Stubbs
320120883c
[lvgl] Migrate lv_font creation into Font class and optimise ( #11915 )
2025-11-17 08:47:54 +11:00
J. Nick Koston
4fc4da6ed2
[analyze-memory] Show all core symbols > 100 B instead of top 15 ( #11909 )
2025-11-16 07:35:31 -06:00
J. Nick Koston
6f4042f401
Add tests for sensor timeout filters ( #11923 )
2025-11-15 22:21:38 -06:00
J. Nick Koston
ea2b4c3e25
[binary_sensor] Modernize to C++17 nested namespaces and remove redundant qualifications ( #11929 )
2025-11-16 04:21:06 +00:00
J. Nick Koston
fc546ca3f6
[scheduler] Fix timing breakage after 49 days of uptime on ESP8266/RP2040 ( #11924 )
2025-11-15 22:20:57 -06:00
J. Nick Koston
6b158e760d
[ld2410] Add timeout filter to prevent stuck targets ( #11920 )
2025-11-15 22:04:25 -06:00
J. Nick Koston
5710cab972
[ld2412] Fix stuck targets by adding timeout filter ( #11919 )
2025-11-15 22:03:43 -06:00
Clyde Stubbs
eb759efb3d
[font] Store glyph data in flash only ( #11926 )
2025-11-16 12:48:02 +11:00
dependabot[bot]
1df996601d
Bump ruff from 0.14.4 to 0.14.5 ( #11910 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2025-11-14 19:14:07 +00:00
dependabot[bot]
c32891ec02
Bump github/codeql-action from 4.31.2 to 4.31.3 ( #11911 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-14 13:09:59 -06:00
Jonathan Swoboda
2bf6d48fcf
[uart] Improve error handling and validate buffer size ( #11895 )
...
Co-authored-by: J. Nick Koston <nick+github@koston.org >
2025-11-14 14:06:08 -05:00
Edward Firmo
e49a943cf7
[wifi] Allow use_psram with Arduino ( #11902 )
2025-11-14 09:13:48 -05:00
dependabot[bot]
67524e14ee
Bump pylint from 4.0.2 to 4.0.3 ( #11894 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-13 19:05:02 +00:00
Edward Firmo
2290eb0dd2
[light] Fix missing ColorMode::BRIGHTNESS case in logging ( #11836 )
2025-11-13 12:08:06 -06:00
Clyde Stubbs
0afcf67c32
[esp32] Add sdkconfig flag to make OTA work for 32MB flash ( #11883 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2025-11-13 10:52:08 -05:00
Clyde Stubbs
952bdfaac2
[esp32] Make esp-idf default framework for P4 ( #11884 )
2025-11-13 09:55:48 -05:00
Jesse Hills
ed7e5cd325
Bump version to 2025.12.0-dev
2025-11-13 17:00:47 +13:00
Jonathan Swoboda
a15f46e741
Merge branch 'beta' into dev
2025-11-12 22:46:34 -05:00
Jonathan Swoboda
050a27a409
Merge pull request #11880 from esphome/bump-2025.11.0b2
...
2025.11.0b2
2025-11-12 22:46:23 -05:00
Jonathan Swoboda
382483b063
Bump version to 2025.11.0b2
2025-11-12 21:56:11 -05:00
J. Nick Koston
1675408161
[wifi] Fix slow reconnection after connection loss for all network types ( #11873 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-12 21:56:11 -05:00
J. Nick Koston
1d8b08dcce
[wifi][ethernet] Fix spurious warnings and unclear status after PR #9823 ( #11871 )
2025-11-12 21:56:11 -05:00
J. Nick Koston
afed581079
[light] Fix dangling reference in compute_color_mode causing memory corruption ( #11868 )
2025-11-12 21:56:11 -05:00
J. Nick Koston
ff107a0674
[mqtt] Fix crash with empty broker during upload/logs ( #11866 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-12 21:56:11 -05:00
J. Nick Koston
72da3d0f1e
[thermostat] Replace std::map with FixedVector, reduce flash usage ( #11875 )
2025-11-12 21:56:11 -05:00
J. Nick Koston
5a2e6697e0
[api][event] Send events immediately to prevent loss during rapid triggers ( #11777 )
2025-11-12 21:56:11 -05:00
J. Nick Koston
799cfe1de4
[esp32_ble_tracker] Use initializer_list to eliminate compiler warning and reduce flash usage ( #11861 )
2025-11-12 21:56:11 -05:00
J. Nick Koston
6df0264d51
[api] Eliminate heap allocations when transmitting Event types ( #11773 )
2025-11-12 21:56:11 -05:00
J. Nick Koston
a859ecaad1
[core] Fix wait_until hanging when used in on_boot automations ( #11869 )
2025-11-12 21:56:11 -05:00
Jonathan Swoboda
4f088c93c9
[esp32] Update the recommended platform to 55.03.31-2 ( #11865 )
2025-11-12 21:56:11 -05:00
J. Nick Koston
a1ab19d127
[ci] Reduce release time by removing 21 redundant ESP32-S3 IDF tests ( #11850 )
2025-11-12 21:56:11 -05:00
tomaszduda23
d869108416
[nrf52] add settings for dcdc converter ( #11841 )
2025-11-12 20:06:20 -06:00
J. Nick Koston
2d6618da3c
[wifi] Fix slow reconnection after connection loss for all network types ( #11873 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-13 13:44:22 +13:00
J. Nick Koston
47fe84e922
[wifi][ethernet] Fix spurious warnings and unclear status after PR #9823 ( #11871 )
2025-11-13 13:43:51 +13:00
J. Nick Koston
735bf9930a
[light] Fix dangling reference in compute_color_mode causing memory corruption ( #11868 )
2025-11-13 13:41:28 +13:00
J. Nick Koston
769137fc09
[mqtt] Fix crash with empty broker during upload/logs ( #11866 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-13 13:40:26 +13:00
J. Nick Koston
3a5b3ad77d
[thermostat] Replace std::map with FixedVector, reduce flash usage ( #11875 )
2025-11-12 17:55:06 -06:00
J. Nick Koston
859101ddc9
[api][event] Send events immediately to prevent loss during rapid triggers ( #11777 )
2025-11-13 12:42:50 +13:00
J. Nick Koston
29a50da635
[wifi] Use stack allocation for BSSID formatting in logging ( #11859 )
2025-11-12 14:27:06 -06:00
J. Nick Koston
5f0fa68d73
[esp32_ble] Use stack allocation for MAC formatting in dump_config ( #11860 )
2025-11-12 14:26:57 -06:00
J. Nick Koston
2f39b10baa
[esp32_ble_tracker] Use initializer_list to eliminate compiler warning and reduce flash usage ( #11861 )
2025-11-12 14:26:46 -06:00
J. Nick Koston
5a550cc579
[api] Eliminate heap allocations when transmitting Event types ( #11773 )
2025-11-12 14:26:36 -06:00
J. Nick Koston
4b58cb4ce6
[wifi] Pass ManualIP by const reference to reduce stack usage ( #11858 )
2025-11-12 14:01:19 -06:00
J. Nick Koston
3872a2fd91
[captive_portal] Warn when enabled without WiFi AP configured ( #11856 )
2025-11-12 14:01:07 -06:00
dependabot[bot]
5d613ada83
Bump pytest from 9.0.0 to 9.0.1 ( #11874 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-12 14:00:50 -06:00
J. Nick Koston
9de80b635a
[core] Fix wait_until hanging when used in on_boot automations ( #11869 )
2025-11-12 17:56:19 +00:00
Jonathan Swoboda
748aee584a
[esp32] Update the recommended platform to 55.03.31-2 ( #11865 )
2025-11-12 10:41:22 -05:00
Jonathan Swoboda
3cbfddcc83
Merge branch 'beta' into dev
2025-11-11 23:27:24 -05:00
Jonathan Swoboda
1d71b6b93e
Merge pull request #11862 from esphome/bump-2025.11.0b1
...
2025.11.0b1
2025-11-11 23:27:12 -05:00
J. Nick Koston
398dba4fc8
[ci] Reduce release time by removing 21 redundant ESP32-S3 IDF tests ( #11850 )
2025-11-12 16:44:19 +13:00
Jonathan Swoboda
298813d4fa
Bump version to 2025.11.0b1
2025-11-11 22:14:22 -05:00
Jonathan Swoboda
56d141c741
Merge branch 'release' into dev
2025-11-11 20:09:55 -05:00
Jonathan Swoboda
47a7f729dd
Merge pull request #11857 from esphome/bump-2025.10.5
...
2025.10.5
2025-11-11 20:09:41 -05:00
Jonathan Swoboda
7806eb980f
Bump version to 2025.12.0-dev
2025-11-11 19:50:47 -05:00
Jonathan Swoboda
a59888224c
Bump version to 2025.10.5
2025-11-11 19:44:37 -05:00
Clyde Stubbs
58ad4759f0
[lvgl] Fix rotation with unusual width ( #11680 )
2025-11-11 19:44:37 -05:00
Clyde Stubbs
87f79290ba
[usb_uart] Fixes for transfer queue allocation ( #11548 )
2025-11-11 19:44:37 -05:00
Jonathan Swoboda
9326d78439
[core] Don't allow python 3.14 ( #11527 )
2025-11-11 19:44:37 -05:00
Stuart Parmenter
a93887a790
[const] Add CONF_ROWS ( #11249 )
2025-11-11 19:44:37 -05:00
Kevin Ahrendt
d7fa131a8a
[network, psram, speaker wifi] Use CORE.data to enable high performance networking ( #11812 )
2025-11-11 18:43:06 -06:00
J. Nick Koston
79a4444928
[wifi] Conditionally compile manual_ip to save 24-72 bytes RAM ( #11833 )
2025-11-11 23:27:08 +00:00
J. Nick Koston
572fae5c7d
[wifi] Restore two-attempt BSSID filtering for mesh networks ( #11844 )
2025-11-12 12:12:53 +13:00
J. Nick Koston
5dafaaced4
[wifi] Fix scan and connection failures after adapter restart ( #11851 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-11 23:12:10 +00:00
J. Nick Koston
65a303d48f
[wifi] Add min_auth_mode configuration option ( #11814 )
2025-11-11 16:39:55 -06:00
J. Nick Koston
00c71b7236
[wifi] Fix all-hidden networks duplicate attempts and scan skipping ( #11848 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-11 22:33:37 +00:00
J. Nick Koston
ef04903a7a
[wifi] Change priority type from float to int8_t ( #11830 )
2025-11-12 11:10:17 +13:00
J. Nick Koston
a2ec7f622c
[wifi] Fix infinite retry loop when no hidden networks and captive portal active ( #11831 )
2025-11-11 16:04:37 -06:00
tomaszduda23
2f91e7bd47
[nrf52] fix boot loop ( #11854 )
2025-11-11 15:33:53 -06:00
tomaszduda23
80a7c6d3c3
[nrf52,debug] add partition dump ( #11839 )
...
Co-authored-by: J. Nick Koston <nick+github@koston.org >
2025-11-11 14:52:41 -06:00
CzBiX
7a92565a0c
[lvgl] Fix compile when using transform_zoom ( #11845 )
2025-11-12 06:24:52 +11:00
tomaszduda23
661920c51e
[nrf52,ssd1306_i2c] fix build error ( #11847 )
2025-11-11 18:18:17 +00:00
tomaszduda23
a6b905e148
[nrf52,pcf8563] fix build error ( #11846 )
...
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
Co-authored-by: J. Nick Koston <nick+github@koston.org >
2025-11-11 17:50:07 +00:00
tomaszduda23
a6b7c1f18c
[nrf52,gpio] add gpio levels for high voltage mode ( #9858 )
...
Co-authored-by: J. Nick Koston <nick+github@koston.org >
2025-11-11 15:17:25 +00:00
Clyde Stubbs
7a700ca077
[core] Update clamp functions to allow mixed but comparable types ( #11828 )
2025-11-11 02:15:44 +00:00
Clyde Stubbs
1539b43074
[wifi][ethernet] Don't block setup until connected ( #9823 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2025-11-10 19:17:16 -06:00
Jesse Hills
463a00b1ac
[CI] Don't request codeowners review in forks ( #11827 )
2025-11-10 19:10:29 -06:00
J. Nick Koston
82692d7053
[tests] Migrate components to shared packages and fix ID ambiguity ( #11819 )
2025-11-10 19:00:54 -06:00
J. Nick Koston
1cccfdd2b9
[wifi] Fix mesh network failover and improve retry logic reliability ( #11805 )
2025-11-11 13:40:23 +13:00
Beormund
855aa32f54
Add support for RX8130 RTC Chip ( #10511 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2025-11-10 19:32:59 -05:00
Stuart Parmenter
0f8332fe3c
[lvgl] Automatically register widget types ( #11394 )
...
Co-authored-by: clydebarrow <2366188+clydebarrow@users.noreply.github.com >
2025-11-11 11:04:03 +11:00
Thomas Rupprecht
40e2976ba2
[ai] simplify namespace syntax ( #11824 )
2025-11-10 17:33:34 -06:00
dependabot[bot]
e46300828e
Bump pytest from 8.4.2 to 9.0.0 ( #11817 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-10 13:45:56 -06:00
dependabot[bot]
8c5b964722
Bump pyupgrade from 3.21.0 to 3.21.1 ( #11816 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-10 13:28:25 -06:00
dependabot[bot]
43eafbccb3
Bump pytest-asyncio from 1.2.0 to 1.3.0 ( #11815 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-10 13:28:14 -06:00
J. Nick Koston
f32b69b8f1
[tests] Add unit test coverage for web_port property ( #11811 )
2025-11-10 10:00:42 -06:00
On Freund
2a16653642
HLK-FM22X Face Recognition module component ( #8059 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2025-11-10 07:44:27 -06:00
tomaszduda23
b47e89a7d5
[nrf52,watchdog] do not disable watchog if it is not nesesery ( #11686 )
2025-11-10 15:21:38 +13:00
J. Nick Koston
c17a31a8f8
Ensure event paths are enabled in api compile tests ( #11776 )
2025-11-10 14:28:49 +13:00
Paul Schulz
fbbdad75f6
[sx126x] Change BUSY, RST, DIO1 pins to general GPIO (from internal) ( #11782 )
2025-11-10 14:26:02 +13:00
J. Nick Koston
7abb6d4998
[core] Implement Global Controller Registry to reduce RAM usage ( #11772 )
2025-11-09 17:34:08 -06:00
Ludovic BOUÉ
1dabe83d04
[nrf52] api ( #11751 )
2025-11-10 11:48:33 +13:00
J. Nick Koston
0d735dc259
[remote_base] Optimize abbwelcome action memory usage - store static data in flash ( #11798 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2025-11-09 22:46:01 +00:00
J. Nick Koston
7b86e1feb0
[core] Remove deprecated EntityBase::hash_base() method ( #11783 )
2025-11-10 11:39:27 +13:00
J. Nick Koston
d516627957
[uart] Store static data in flash and use function pointers for lambdas ( #11784 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2025-11-09 22:37:14 +00:00
J. Nick Koston
fb1c67490a
[udp] Optimize udp.write action memory usage - store static data in flash ( #11794 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2025-11-09 22:33:56 +00:00
J. Nick Koston
8b9600b930
[speaker] Optimize speaker.play action memory usage - store static data in flash ( #11796 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2025-11-09 22:33:29 +00:00
J. Nick Koston
cbb98c4050
[bl0940] Fix calibration number preference hash for multi-device configs ( #11769 )
2025-11-10 11:27:56 +13:00
J. Nick Koston
e7ff56f1cd
[remote_base] Eliminate substr() allocations in Pronto dump logging ( #11726 )
2025-11-10 11:27:09 +13:00
J. Nick Koston
7705a5de06
[sx127x] Optimize send_packet action memory usage - store static data in flash ( #11792 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2025-11-09 22:25:40 +00:00
J. Nick Koston
77ab096b59
[remote_base] Optimize raw transmit action memory usage - use function pointers ( #11800 )
2025-11-10 11:25:16 +13:00
J. Nick Koston
26a3ec41d6
[sx126x] Optimize send_packet action memory usage - store static data in flash ( #11790 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2025-11-09 22:23:33 +00:00
J. Nick Koston
3bcbfe8d97
[canbus] Optimize canbus.send memory usage - store static data in flash ( #11788 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2025-11-09 22:22:15 +00:00
J. Nick Koston
870b2c4f84
[ble_client] Optimize ble_write memory usage - store static data in flash ( #11786 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2025-11-10 11:21:25 +13:00
J. Nick Koston
5f9c7a70ff
Add additional tests for remote_transmitter raw ( #11801 )
2025-11-10 11:17:14 +13:00
J. Nick Koston
f7179d4255
Add additonal abbwelcome remote_base tests ( #11799 )
2025-11-10 11:16:53 +13:00
J. Nick Koston
eb0558ca3f
Add additional udp lambda tests ( #11795 )
2025-11-10 11:16:09 +13:00
J. Nick Koston
5585355263
Add additional speaker lambda tests ( #11797 )
2025-11-10 11:15:50 +13:00
J. Nick Koston
e468ca4881
Add additional sx127x lambda tests ( #11793 )
2025-11-10 11:11:31 +13:00
J. Nick Koston
4c078dea2c
Add additional sx126x lambda tests ( #11791 )
2025-11-10 11:10:31 +13:00
J. Nick Koston
783dbd1e6b
Add additional compile time tests for canbus ( #11789 )
2025-11-10 11:09:46 +13:00
J. Nick Koston
b49619d9bf
Add ble_client lambda compile tests ( #11787 )
2025-11-10 11:09:25 +13:00
J. Nick Koston
a290b88cd6
Expand uart.write tests ( #11785 )
2025-11-10 11:09:03 +13:00
dependabot[bot]
b61027607f
Bump aioesphomeapi from 42.6.0 to 42.7.0 ( #11771 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-08 15:22:40 -06:00
optimusprimespace
f55c872180
Updated AQI calculation for HM3301 to the new standard ( #9442 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-11-08 14:56:51 -06:00
J. Nick Koston
c77bb3b269
[event] Store event types in flash memory ( #11767 )
2025-11-07 15:46:16 -06:00
dependabot[bot]
79d1a558af
Bump ruff from 0.14.3 to 0.14.4 ( #11768 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2025-11-07 20:12:15 +00:00
J. Nick Koston
a5bf55b6ac
[ci] Fix component batching for beta/release branches (3-4 → 40 per batch) ( #11759 )
2025-11-07 20:19:45 +13:00
J. Nick Koston
85d2565f25
[tests] Fix determine_jobs tests failing when target branch is beta ( #11758 )
2025-11-07 20:18:43 +13:00
J. Nick Koston
4f08f0750a
[ai_instructions] Add public API and breaking changes guidelines ( #11756 )
2025-11-06 22:34:53 -06:00
J. Nick Koston
3c41e080c5
[core] Use ESPDEPRECATED macro for deprecation warnings ( #11755 )
2025-11-07 03:37:02 +00:00
J. Nick Koston
7c30d57391
[wifi] Refactor AP selection to use index instead of copy (saves 88 bytes) ( #11749 )
2025-11-06 21:26:53 -06:00
J. Nick Koston
182e106bfa
[wifi] Guard AP-related members with USE_WIFI_AP to save RAM ( #11753 )
2025-11-07 15:44:40 +13:00
J. Nick Koston
d0b399d771
[ci] Reduce release time by removing 468 redundant ESP32-C3 IDF tests ( #11737 )
2025-11-07 15:44:01 +13:00
philippderdiedas
5d20e3a3b4
Add MCP3221 i2c A-D-Converter ( #7764 )
2025-11-07 14:25:14 +13:00
Kevin Ahrendt
ba5fa7c10a
[psram] Add option to disable ignore not found sdkconfig setting ( #11411 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2025-11-07 14:22:50 +13:00
J. Nick Koston
5cdb891b58
[socket] Deduplicate IP formatting in LWIP raw TCP implementation ( #11747 )
2025-11-07 14:21:58 +13:00
rwrozelle
26607713bb
[openthread] add poll period for mtd devices ( #11374 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2025-11-06 16:57:31 +13:00
Szewcson
895d76ca03
[gdk101] Fix fw version reporting ( #11029 )
...
Signed-off-by: szewcu <szewcson@gmail.com >
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2025-11-05 22:19:29 -05:00
J. Nick Koston
74187845b7
[select] Convert remaining components to use index-based control() ( #11693 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2025-11-06 15:55:26 +13:00
J. Nick Koston
822eacfd77
[core] Fix wait_until and for_condition timing regression in automation chains ( #11716 )
2025-11-06 15:49:24 +13:00
Clyde Stubbs
ab5d8f67ae
[core] Add helper functions for clamp_at_... ( #10387 )
2025-11-06 15:48:02 +13:00
J. Nick Koston
83f30a64ed
[api] Store YAML service names in flash instead of heap ( #11744 )
2025-11-06 15:31:59 +13:00
J. Nick Koston
5eea7bdb44
Update AI instructions with C++ style guidelines from developers docs ( #11743 )
2025-11-06 14:45:48 +13:00
J. Nick Koston
bdfd88441a
[ci] Skip memory impact analysis when more than 40 components changed ( #11741 )
2025-11-05 19:31:23 -06:00
Clyde Stubbs
20b6e0d5c2
[lvgl] Allow text substitution for NaN ( #11712 )
2025-11-06 10:37:38 +11:00
J. Nick Koston
ce5e608863
[ci] Skip memory impact analysis for release and beta branches ( #11740 )
2025-11-05 14:32:45 -06:00
J. Nick Koston
aa5795c019
[tests] Fix ID collision between bl0940 and nau7802 component tests ( #11739 )
2025-11-05 13:17:34 -06:00
J. Nick Koston
00c0854323
[core] Deprecate get_icon(), get_device_class(), get_unit_of_measurement() and fix remaining non-MQTT usages ( #11732 )
2025-11-05 12:50:35 -06:00
J. Nick Koston
be006ecadd
[mdns] Eliminate redundant hostname copy to save heap memory ( #11734 )
2025-11-05 18:31:19 +00:00
J. Nick Koston
b08419fa47
[mqtt] Use StringRef to avoid string copies in discovery ( #11731 )
2025-11-06 07:30:45 +13:00
J. Nick Koston
d36ef050a9
[template] Mark all component classes as final ( #11733 )
2025-11-06 07:15:50 +13:00
J. Nick Koston
df53ff7afe
[scheduler] Extract helper functions to improve code readability ( #11730 )
2025-11-06 07:13:12 +13:00
J. Nick Koston
b7838671ae
[ld2420] Eliminate substr() allocation in firmware version parsing ( #11724 )
2025-11-05 10:57:20 -06:00
J. Nick Koston
479f8dd85c
[rtttl] Reduce flash usage by eliminating substr() allocations ( #11722 )
2025-11-05 09:17:28 -06:00
J. Nick Koston
6e2dbbf636
[voice_assistant] Eliminate substr() allocations in text truncation ( #11725 )
2025-11-05 09:15:05 -06:00
J. Nick Koston
6b522dfee6
[wifi_info] Reduce heap usage by up to 1.7KB in scan_results sensor ( #11723 )
2025-11-05 09:14:21 -06:00
J. Nick Koston
32975c9d8b
[select][lvgl] Fix FixedVector size() returning 0 when using operator[] after init() ( #11721 )
2025-11-05 01:49:27 +00:00
J. Nick Koston
1446e7174a
[core] Reduce action framework argument copies by 83% ( #11704 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2025-11-05 01:23:24 +00:00
Gnuspice
64f8963566
[const] Move CONF_ENABLED to const.py ( #11719 )
2025-11-05 12:46:06 +13:00
J. Nick Koston
6f7e54c3f3
[select] Refactor to index-based operations for immediate and future RAM savings ( #11623 )
2025-11-05 11:33:01 +13:00
J. Nick Koston
c7ae424613
[display] Optimize display writers with function pointers for stateless lambdas ( #11629 )
2025-11-05 11:14:54 +13:00
Clyde Stubbs
c5e5609e92
[lvgl] Fix case sensitivity in flex layout ( #11717 )
2025-11-05 09:00:12 +11:00
J. Nick Koston
885508775f
[fan] Remove duplicate preset mode storage to save RAM ( #11632 )
2025-11-05 10:55:37 +13:00
J. Nick Koston
531b27582a
[network] Store use_address in RODATA to save RAM ( #11707 )
2025-11-05 10:52:10 +13:00
J. Nick Koston
aed7505f53
[automations] Reduce memory usage in if/while/repeat actions (32-36 bytes per instance) ( #11650 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2025-11-05 10:48:20 +13:00
Javier Peletier
191a88c2dc
[gt911] Fix gt911 touchscreen with reset pin not initializing when loglevel is set to NONE ( #11715 )
2025-11-04 13:38:59 -05:00
SeByDocKy
968df6cb3f
[gp8403] Add gp8413 (15 bits) DAC model ( #7726 )
...
Co-authored-by: Djordje Mandic <6750655+DjordjeMandic@users.noreply.github.com >
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-11-04 12:16:11 -05:00
Cameron Steel
71fa88c9d4
[max7219digit] support flip_x when rotate_chip is 90° or 270° ( #6109 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2025-11-04 16:32:23 +00:00
Chaser Huang
84f7cacef9
[sgp30] Fix reading from preexisting stored baseline even with store_baseline:false ( #7922 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2025-11-04 15:41:30 +00:00
leejoow
13e3c03a61
[dallas_temp] add support for index ( #11346 )
2025-11-03 22:30:53 -08:00
J. Nick Koston
060bb4159f
[ci] Cache component dependency graph for up to 3.4x faster determine-jobs ( #11648 )
2025-11-04 17:38:57 +13:00
J. Nick Koston
980098ca77
[ci] Fix non-component files incorrectly detected as components ( #11701 )
2025-11-04 16:47:11 +13:00
J. Nick Koston
4d2f9db861
[esp32_ble] Remove leftover lwip/sockets.h include ( #11702 )
2025-11-04 16:46:34 +13:00
J. Nick Koston
4c31cb57ea
[espnow] Add wake_loop_threadsafe() for low-latency event processing ( #11696 )
2025-11-04 16:45:57 +13:00
J. Nick Koston
5257900495
[mqtt] Add wake_loop_threadsafe() for low-latency event processing on ESP32 ( #11695 )
2025-11-04 16:45:20 +13:00
Clyde Stubbs
3e086c2127
[lvgl] Fix rotation with unusual width ( #11680 )
2025-11-04 16:43:27 +13:00
Clyde Stubbs
0b04361fc0
[lvgl] Layout improvements ( #10149 )
...
Co-authored-by: clydeps <U5yx99dok9>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-04 16:39:27 +13:00
Clyde Stubbs
758ac58343
[psram] Require mode for S3 ( #11470 )
...
Co-authored-by: clydeps <U5yx99dok9>
2025-11-04 16:38:43 +13:00
Jesse Hills
ce63137565
Merge branch 'release' into dev
2025-11-04 16:04:48 +13:00
Jesse Hills
00155989af
Merge pull request #11703 from esphome/bump-2025.10.4
...
2025.10.4
2025-11-04 16:04:04 +13:00
Jonathan Swoboda
326975ccad
[core] Fix ESPTime crash ( #11705 )
2025-11-03 21:09:34 -05:00
J. Nick Koston
6220084fe6
[ci] Fix memory impact analysis to filter incompatible platform components ( #11706 )
2025-11-04 12:23:04 +11:00
Keith Burzinski
59326f137e
[tinyusb] New component ( #11678 )
2025-11-03 18:29:30 -06:00
Keith Burzinski
266e4ae91f
[helpers] Add get_mac_address_into_buffer() ( #11700 )
2025-11-03 23:30:37 +00:00
Clyde Stubbs
99d1a9cf6e
[usb_uart] Fixes for transfer queue allocation ( #11548 )
2025-11-04 10:23:45 +11:00
J. Nick Koston
99ce989eae
[micro_wake_word] Add wake_loop_threadsafe() for low-latency wake word detection ( #11698 )
2025-11-03 16:30:35 -06:00
Jesse Hills
a3583da17d
Bump version to 2025.10.4
2025-11-04 11:25:33 +13:00
Clyde Stubbs
0f6fd91304
[sdl] Fix keymappings ( #11635 )
2025-11-04 11:25:33 +13:00
Clyde Stubbs
2f5f1da16f
[lvgl] Fix event for binary sensor ( #11636 )
2025-11-04 11:25:33 +13:00
Clyde Stubbs
51745d1d5e
[image] Catch and report svg load errors ( #11619 )
2025-11-04 11:25:33 +13:00
J. Nick Koston
fecc8399a5
[lvgl] Fix nested lambdas in automations unable to access parameters ( #11583 )
...
Co-authored-by: clydebarrow <2366188+clydebarrow@users.noreply.github.com >
2025-11-04 11:25:33 +13:00
Clyde Stubbs
db395a662d
[mipi_rgb] Fix rotation with custom model ( #11585 )
2025-11-04 11:25:33 +13:00
Anton Sergunov
641dd24b21
Fix the LiberTiny bug with UART pin setup ( #11518 )
2025-11-04 11:25:32 +13:00
Keith Burzinski
57f2e32b00
[uart] Fix order of initialization calls ( #11510 )
2025-11-04 11:25:32 +13:00
Clyde Stubbs
8aa8bb8f98
[epaper_spi] Refactoring ( #11540 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-04 10:45:32 +13:00
Jonathan Swoboda
9c7cb30ae5
[esp32_hosted] Initial OTA implementation ( #11562 )
2025-11-03 14:08:50 -06:00
J. Nick Koston
fb7dbc9910
[usb_host] Add wake_loop_threadsafe() for low-latency USB event processing ( #11683 )
2025-11-03 13:50:39 -06:00
J. Nick Koston
3f12630a6b
[core][esp32_ble][socket] Add wake_loop_threadsafe() helper for background thread wakeups ( #11681 )
2025-11-04 08:13:37 +13:00
tomaszduda23
06d0787ee0
[nrf52, i2c] i2c support for nrf52 ( #8150 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
Co-authored-by: Ludovic BOUÉ <lboue@users.noreply.github.com >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-11-03 16:42:49 +00:00
Paul Strawder
cb039b42aa
[esp32] Make the loop task's stack size configurable ( #10564 )
...
Co-authored-by: Paul Strawder <paul@korro.ai >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick+github@koston.org >
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2025-11-03 16:34:53 +00:00
Nathan Bernard
f05f45af74
Add support for Mopeka standard check alternate ID ( #10907 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-11-03 15:17:28 +00:00
J. Nick Koston
1ec1692c77
[mqtt] Fix climate custom fan mode and preset compilation errors ( #11692 )
2025-11-03 08:23:04 -06:00
Kent Gibson
7e1cea8e69
[template] alarm_control_panel more ESP_LOGCONFIG reductions ( #11691 )
2025-11-03 08:05:33 -06:00
tomaszduda23
0e792d0791
[nrf52,debug] fix status of nRESET pin, add extra registry from UICR ( #11667 )
...
Co-authored-by: J. Nick Koston <nick+github@koston.org >
2025-11-03 05:20:08 +00:00
J. Nick Koston
42833c85f5
[climate] Replace std::vector<std::string> with const char* for custom fan modes and presets ( #11621 )
2025-11-02 23:16:39 -06:00
dependabot[bot]
a41c7b2b3c
Bump aioesphomeapi from 42.5.0 to 42.6.0 ( #11682 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-02 22:16:38 -06:00
J. Nick Koston
4dd3c90663
[esp32_ble] Wake main loop for GAP security events ( #11677 )
2025-11-03 15:55:17 +13:00
J. Nick Koston
0f0cd1f706
[core] Avoid redundant millis() calls in base_automation loop methods ( #11676 )
2025-11-03 01:40:13 +00:00
J. Nick Koston
4a5e6576c8
[scheduler] Refactor call() for improved code organization ( #11643 )
2025-11-03 14:29:29 +13:00
J. Nick Koston
cf76c3a747
[web_server_idf] Reduce flash by eliminating temporary string allocations in event formatting ( #11658 )
...
Co-authored-by: Clyde Stubbs <2366188+clydebarrow@users.noreply.github.com >
2025-11-03 14:23:03 +13:00
J. Nick Koston
3f05fd82e5
[fan] Use std::vector for preset modes, preserve config order ( #11483 )
2025-11-03 14:18:59 +13:00
J. Nick Koston
34244afea1
[esp32_ble] Reduce GATT event latency from 8ms to 12μs with notification socket ( #11663 )
2025-11-03 14:16:26 +13:00
J. Nick Koston
4838eff382
[web_server] Use zero-copy entity ID comparison in request handlers ( #11644 )
2025-11-03 14:12:56 +13:00
J. Nick Koston
712421b82b
[web_server] Eliminate nested lambdas in DeferredUpdateEventSourceList ( #11641 )
2025-11-03 14:10:18 +13:00
J. Nick Koston
7a1297ec84
[web_server] Remove redundant assignment in deq_push_back_with_dedup_ ( #11642 )
2025-11-03 14:08:12 +13:00
J. Nick Koston
40f919eaa6
Add action continuation tests ( #11674 )
2025-11-03 14:07:03 +13:00
J. Nick Koston
01ae86145a
[ble_client] Fix premature disconnections by reading characteristics immediately after service discovery ( #11410 )
2025-11-03 14:06:40 +13:00
J. Nick Koston
17ab20ef61
[esp32_ble] Optimize loop() to reduce flash usage by ~104 bytes ( #11627 )
2025-11-03 14:05:36 +13:00
J. Nick Koston
1509ed8d23
[esphome][ota] Add write_byte_() helper to reduce code duplication ( #11511 )
2025-11-03 14:04:06 +13:00
Clyde Stubbs
3e17767f6a
[font][image] Use ESPHome urls for remote images ( #11675 )
2025-11-03 00:50:15 +00:00
Clyde Stubbs
19e275dc02
[component] Add is_idle method and condition ( #11651 )
2025-11-03 11:33:44 +11:00
Kjell Braden
86402be9e3
actions: fix loop re-entry ( #7972 )
...
Co-authored-by: Clyde Stubbs <2366188+clydebarrow@users.noreply.github.com >
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2025-11-02 17:02:13 -06:00
tomaszduda23
8a8a80e107
[nrf52, zigbee] OnlyWith support list of components ( #11533 )
...
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-11-02 16:44:52 -06:00
Juan Antonio Aldea
79378a930e
Use lists inits initialization instead of std::fill ( #11532 )
2025-11-02 16:26:20 -06:00
Jimmy Hedman
c822ec152f
Enable IPv6 for host ( #11630 )
2025-11-02 16:22:49 -06:00
tomaszduda23
50e7ce55e7
[nrf52] enable nrf52 test ( #11379 )
2025-11-02 16:20:30 -06:00
tomaszduda23
70ea3af578
[nrf52,gpio] switch input gpio to polling mode ( #11664 )
2025-11-02 16:19:28 -06:00
Guillermo Ruffino
338190abec
ESP32 Pin loopTask to CORE 1 ( #11669 )
2025-11-02 16:11:02 -06:00
Edward Firmo
425c88ee94
[nextion] Send auto_wake_on_touch as part of startup commands on loop ( #11670 )
2025-11-02 16:06:13 -06:00
Kjell Braden
f6946c0b9a
add integration test for script re-entry argument issue ( #11652 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-11-02 15:08:45 -06:00
J. Nick Koston
edde2fc94c
Add basic tests for web_server_idf ( #11659 )
2025-11-02 08:18:17 -06:00
J. Nick Koston
1fc3165b58
[api] Remove unnecessary intermediate variable in frame helpers ( #11668 )
2025-11-01 22:43:39 -05:00
J. Nick Koston
d25121a55c
[core] Remove redundant fd bounds check in yield_with_select_() ( #11666 )
2025-11-01 22:43:08 -05:00
tomaszduda23
55af818629
[nrf52] fix compilation warning ( #11656 )
2025-11-01 11:18:38 -05:00
J. Nick Koston
c662697ca7
[json] Fix component test compilation errors ( #11647 )
2025-11-01 11:18:10 -05:00
J. Nick Koston
e28c152298
[cpp_generator] Align isinstance() with codebase style (tuple vs PEP 604) ( #11645 )
2025-11-01 20:48:58 +11:00
Clyde Stubbs
0b4d445794
[sdl] Fix keymappings ( #11635 )
2025-11-01 17:45:42 +11:00
Clyde Stubbs
4d1d37a911
[lvgl] Fix event for binary sensor ( #11636 )
2025-11-01 17:37:07 +11:00
Clyde Stubbs
8df5a3a630
[lvgl] Trigger improvements and additions ( #11628 )
2025-11-01 17:27:28 +11:00
J. Nick Koston
5a5894eaa3
[ruff] Remove deprecated UP038 rule from ignore list ( #11646 )
2025-11-01 17:05:26 +11:00
Clyde Stubbs
d9d2d2f6b9
[automations] Update error message ( #11640 )
2025-11-01 15:17:23 +11:00
Clyde Stubbs
30f2a4395f
[image] Catch and report svg load errors ( #11619 )
2025-11-01 11:08:28 +11:00
dependabot[bot]
292abd1187
Bump ruff from 0.14.2 to 0.14.3 ( #11633 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2025-10-31 19:46:50 +00:00
Javier Peletier
6d0527ff2a
[substitutions] fix jinja parsing strings that look like sets as sets ( #11611 )
2025-10-31 14:04:55 -05:00
dependabot[bot]
fd64585f99
Bump github/codeql-action from 4.31.0 to 4.31.2 ( #11626 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-30 16:50:06 -05:00
Markus
077cce9848
[core] .local addresses are only resolvable if mDNS is enabled ( #11508 )
2025-10-30 10:08:08 -05:00
J. Nick Koston
bd87e56bc7
[e131] Replace std::set with std::vector to reduce flash usage ( #11598 )
2025-10-30 15:14:03 +13:00
J. Nick Koston
58235049e3
[template] Eliminate optional wrapper to save 4 bytes RAM per instance ( #11610 )
2025-10-30 15:06:21 +13:00
J. Nick Koston
29ed3c20af
[gpio] Skip set_use_interrupt call when using default value ( #11612 )
2025-10-30 14:28:38 +13:00
J. Nick Koston
08aae39ea4
[ci] Consolidate component splitting into determine-jobs ( #11614 )
2025-10-30 14:27:28 +13:00
J. Nick Koston
03fd114371
[ci] Restore parallel execution for clang-tidy split mode ( #11613 )
2025-10-30 14:26:37 +13:00
Stuart Parmenter
918650f15a
[lvgl] memset canvas buffer to prevent display of random garbage ( #11582 )
...
Co-authored-by: clydebarrow <2366188+clydebarrow@users.noreply.github.com >
2025-10-29 21:06:45 +00:00
Stuart Parmenter
287f65cbaf
[lvgl] fix typo from previous refactor ( #11596 )
2025-10-30 07:27:31 +11:00
Javier Peletier
f18c70a256
[core] Fix substitution id redefinition false positive ( #11603 )
2025-10-30 07:06:55 +13:00
Jonathan Swoboda
6fb490f49b
[remote_transmitter] Add non-blocking mode ( #11524 )
2025-10-29 12:40:22 -04:00
J. Nick Koston
66cf7c3a3b
[lvgl] Fix nested lambdas in automations unable to access parameters ( #11583 )
...
Co-authored-by: clydebarrow <2366188+clydebarrow@users.noreply.github.com >
2025-10-29 17:07:48 +11:00
dependabot[bot]
f29021b5ef
Bump ruff from 0.14.1 to 0.14.2 ( #11519 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2025-10-29 05:23:42 +00:00
dependabot[bot]
7549ca4d39
Bump actions/download-artifact from 5.0.0 to 6.0.0 ( #11521 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-29 00:20:13 -05:00
dependabot[bot]
33e7a2101b
Bump actions/upload-artifact from 4.6.2 to 5.0.0 ( #11520 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-29 00:20:05 -05:00
dependabot[bot]
59a216bfcb
Bump github/codeql-action from 4.30.9 to 4.31.0 ( #11522 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-29 00:19:47 -05:00
Jesse Hills
09d89000ad
[core] Remove deprecated schema constants ( #11591 )
2025-10-29 00:14:02 -05:00
Kent Gibson
b6c9ece0e6
template_alarm_control_panel readability improvements ( #11593 )
2025-10-29 00:10:36 -05:00
dependabot[bot]
7169556722
Bump aioesphomeapi from 42.4.0 to 42.5.0 ( #11597 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-29 04:46:47 +00:00
J. Nick Koston
f6e4c0cb52
[ci] Fix component tests not running when only test files change ( #11580 )
2025-10-29 16:22:28 +13:00
J. Nick Koston
f3634edc22
[select] Store options in flash to reduce RAM usage ( #11514 )
2025-10-29 15:28:16 +13:00
Jesse Hills
a609343cb6
[fan] Remove deprecated set_speed function ( #11590 )
2025-10-28 21:06:30 -05:00
Clyde Stubbs
5528c3c765
[mipi_rgb] Fix rotation with custom model ( #11585 )
2025-10-29 14:37:14 +13:00
Anton Sergunov
0d805355f5
Fix the LiberTiny bug with UART pin setup ( #11518 )
2025-10-29 14:33:16 +13:00
Jesse Hills
99f48ae51c
[logger] Improve level validation errors ( #11589 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-29 01:29:40 +00:00
Jesse Hills
25e4aafd71
[ci] Fix auto labeller workflow with wrong comment for too-big with labels ( #11592 )
2025-10-29 14:28:29 +13:00
Kent Gibson
4f2d54be4e
template_alarm_control_panel cleanups ( #11469 )
2025-10-29 13:48:26 +13:00
dependabot[bot]
249cd7415b
Bump aioesphomeapi from 42.3.0 to 42.4.0 ( #11586 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-29 00:32:41 +00:00
J. Nick Koston
78d780105b
[ci] Change upper Python version being tested to 3.13 ( #11587 )
2025-10-28 19:24:37 -05:00
Jesse Hills
466d4522bc
[http_request] Pass trigger variables into on_response/on_error ( #11464 )
2025-10-29 12:17:16 +13:00
Javier Peletier
e462217500
[packages] Tighten package validation ( #11584 )
2025-10-29 11:18:47 +13:00
J. Nick Koston
f1bce262ed
[uart] Optimize UART components to eliminate temporary vector allocations ( #11570 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2025-10-29 09:48:20 +13:00
J. Nick Koston
7ed7e7ad26
[climate] Replace std::set with FiniteSetMask for trait storage ( #11466 )
2025-10-29 08:46:44 +13:00
J. Nick Koston
08b8454555
[ble_client] Use function pointers for lambda actions and sensors ( #11564 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2025-10-29 08:10:32 +13:00
J. Nick Koston
0119e17f04
[ci] Remove base bus components exclusion from memory impact analysis ( #11572 )
2025-10-29 08:08:13 +13:00
J. Nick Koston
c3f40de844
[modbus_controller] Optimize lambdas to use function pointers instead of std::function ( #11566 )
2025-10-29 08:06:13 +13:00
J. Nick Koston
7dd829cfca
[esp32_ble_server][esp32_improv] Eliminate unnecessary heap allocations ( #11569 )
2025-10-29 08:05:12 +13:00
J. Nick Koston
da19673f51
Add additional uart test coverage ( #11571 )
2025-10-29 08:03:09 +13:00
rwrozelle
f5e32d03d0
[http_request] update timeout to be uint32_t ( #11577 )
2025-10-28 12:41:48 -04:00
J. Nick Koston
f3b69383fd
Add additional modbus compile tests ( #11567 )
2025-10-28 16:43:16 +13:00
J. Nick Koston
aba72809d3
Additional tests for ble_client lambdas ( #11565 )
2025-10-28 16:43:10 +13:00
aanban
85205a28d2
[remote_base] add support for Dyson cool AM07 tower fan ( #10163 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2025-10-27 22:49:16 -04:00
Edward Firmo
285e006637
[nextion] Add set_component_visibility() method for dynamic visibility control ( #11530 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-10-28 13:22:28 +13:00
Edward Firmo
5647f36900
[nextion] Remove TFT upload baud rate validation to reduce flash usage ( #11012 )
2025-10-28 13:21:17 +13:00
Samuel Sieb
1e9309ffff
[tuya] allow enum for eco id ( #11544 )
...
Co-authored-by: Samuel Sieb <samuel@sieb.net >
2025-10-28 13:20:21 +13:00
Daniel Herrmann
ce8a6a6c43
fix: load_cert_chain requires the path, not a file object ( #11543 )
2025-10-28 12:24:13 +13:00
J. Nick Koston
dfb4b31bf9
[template] Store initial option as index in template select ( #11523 )
2025-10-28 11:37:40 +13:00
J. Nick Koston
31b1b50ad9
[number] Skip set_mode call when using default AUTO mode ( #11537 )
2025-10-28 11:16:38 +13:00
J. Nick Koston
3377080272
[core] Simplify ESPTime::strftime() and save 20 bytes flash ( #11539 )
2025-10-28 11:16:09 +13:00
Keith Burzinski
d65ad69338
[uart] Fix order of initialization calls ( #11510 )
2025-10-27 17:09:45 -05:00
J. Nick Koston
dfa69173ea
[api] Use FixedVector const references for service array arguments ( #11546 )
2025-10-28 11:03:44 +13:00
J. Nick Koston
f44615cc8d
[template] Optimize all template platforms to use function pointers for stateless lambdas ( #11555 )
2025-10-28 11:00:02 +13:00
J. Nick Koston
bda4769bd3
[core] Optimize TemplatableValue to use function pointers for stateless lambdas ( #11554 )
2025-10-27 21:05:40 +00:00
J. Nick Koston
14b057f54e
[light] Optimize LambdaLightEffect and AddressableLambdaLightEffect with function pointers ( #11556 )
2025-10-27 20:14:16 +00:00
J. Nick Koston
e26b5874d7
[api] Register user services with initializer_list ( #11545 )
2025-10-28 09:07:31 +13:00
J. Nick Koston
00f22e5c36
[network] Eliminate runtime string parsing for IP address initialization ( #11561 )
2025-10-28 08:51:08 +13:00
Javier Peletier
51e080c2d3
[substitutions] fix #11077 Preserve ESPHomeDatabase (document metadata) in substitutions ( #11087 )
...
Co-authored-by: J. Nick Koston <nick+github@koston.org >
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-10-27 19:46:26 +00:00
J. Nick Koston
3c18558003
Optimize stateless lambdas to use function pointers ( #11551 )
2025-10-28 08:06:22 +13:00
Jonathan Swoboda
7394cbf773
[core] Don't allow python 3.14 ( #11527 )
2025-10-26 09:00:08 -04:00
J. Nick Koston
1577a46efd
[gpio] Skip set_inverted() call for default false value ( #11538 )
2025-10-25 22:09:42 -07:00
J. Nick Koston
e212ed024d
[sntp] Replace std::vector<std::string> with std::array<const char*> to save heap memory ( #11525 )
2025-10-25 10:00:43 -07:00
Jonathan Swoboda
5fdd90c71a
[esp32] Add IDF 5.4.3 to platform list and switch to tar.xz ( #11528 )
2025-10-25 00:27:39 -07:00
Jonathan Swoboda
6929bdb415
[remote_transmitter] Remove delays and use RMT instead ( #11505 )
2025-10-24 15:01:30 -04:00
J. Nick Koston
2c85ba037e
[http_request] Pass collect_headers by const reference instead of by value ( #11494 )
2025-10-23 20:01:48 -07:00
J. Nick Koston
2440bbdceb
[core][sensor] Eliminate redundant default value setters in generated code ( #11495 )
2025-10-23 20:01:23 -07:00
Jesse Hills
3ac8eb7696
Merge branch 'release' into dev
2025-10-24 14:08:56 +13:00
Jesse Hills
6a478b9070
Merge pull request #11506 from esphome/bump-2025.10.3
...
2025.10.3
2025-10-24 14:08:12 +13:00
Jesse Hills
a32a1d11fb
Bump version to 2025.10.3
2025-10-24 07:51:38 +13:00
Markus
daeb8ef88c
[core] handle mixed IP and DNS addresses correctly in resolve_ip_address ( #11503 )
...
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2025-10-24 07:51:38 +13:00
Anton Sergunov
febee437d6
[uart] Make rx pin respect pullup and pulldown settings ( #9248 )
2025-10-24 07:51:38 +13:00
Peter Zich
de2f475dbd
[hdc1080] Make HDC1080_CMD_CONFIGURATION failure a warning (and log it) ( #11355 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-10-24 07:51:38 +13:00
Markus
fa3ec6f732
[core] handle mixed IP and DNS addresses correctly in resolve_ip_address ( #11503 )
...
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2025-10-23 11:32:07 -07:00
dependabot[bot]
e490aec6b4
Bump ruamel-yaml from 0.18.15 to 0.18.16 ( #11482 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-23 10:25:36 -07:00
J. Nick Koston
8da8095a6a
[tests] Isolate gps component to prevent TinyGPSPlus millis() conflicts ( #11499 )
2025-10-23 10:11:13 -07:00
Patrick
ab14c0cd72
[pipsolar] improve sensor readout in HA, set unknown state on timeout / error ( #10292 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-10-23 11:32:02 -04:00
J. Nick Koston
917deac7cb
[scheduler] Remove unused <deque> include after defer queue optimization ( #11491 )
2025-10-23 04:02:19 +00:00
dependabot[bot]
3d21adecd3
Bump aioesphomeapi from 42.2.0 to 42.3.0 ( #11493 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-23 02:58:09 +00:00
J. Nick Koston
5b023f9369
[ethernet] Add RMII GPIO pin conflict validation ( #11488 )
2025-10-22 16:37:50 -10:00
dependabot[bot]
6c2ce5cacf
Bump bleak from 1.0.1 to 1.1.1 ( #11492 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-22 16:36:30 -10:00
J. Nick Koston
d23e25f099
[api] Fix clang-tidy modernize-use-emplace warning for light effects ( #11490 )
2025-10-22 21:31:51 -05:00
optimusprimespace
9b78098eec
[hdc2010] New component ( #6674 )
...
Co-authored-by: Keith Burzinski <kbx81x@gmail.com >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2025-10-22 22:24:17 -04:00
Keith Burzinski
7e5b82c5f3
[improv_serial] Various optimizations ( #11473 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-10-23 14:24:08 +13:00
J. Nick Koston
2864e989bd
[light] Extract ColorModeMask into generic FiniteSetMask helper ( #11472 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-10-23 14:22:46 +13:00
J. Nick Koston
6efe346cc5
[light] Use std::initializer_list for add_effects to reduce flash overhead ( #11485 )
2025-10-23 14:21:53 +13:00
J. Nick Koston
f2f6c597ef
[light] Store effect names in flash (const char*) to save RAM ( #11487 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-23 14:17:57 +13:00
tomaszduda23
b91b12d77a
[nrf52] support BLE --device for logging ( #9861 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-10-22 14:55:34 -10:00
J. Nick Koston
7f567bdfbe
[fan] Add basic fan compile tests ( #11484 )
2025-10-23 10:53:15 +13:00
Daniel Stiner
f2de8df556
[openthread] Fix OTA by populating CORE.address with device's mDNS address ( #11095 )
...
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-10-22 11:07:01 -10:00
J. Nick Koston
1c67a61945
[ci] Fix WiFi testing mode validation and component splitter for variant-only tests ( #11481 )
2025-10-23 08:10:24 +13:00
Jonathan Swoboda
77141d3e83
[esp32] Set the location of the IDF component manager cache ( #11467 )
2025-10-22 14:28:18 -04:00
J. Nick Koston
f592f79bce
[ci] Fix component splitter for components with only variant tests ( #11476 )
2025-10-22 07:30:27 -10:00
J. Nick Koston
6edbb94529
[ci] Fix test detection for components with only variant tests ( #11474 )
2025-10-22 00:06:14 -10:00
Jeff Brown
d37eb59fd7
[light] Eliminate dimming undershoot during addressable light transition ( #11471 )
2025-10-22 08:22:33 +00:00
Jeff Brown
e2b3617df3
[climate] Fix restore state for fan mode, preset, and swing mode ( #11126 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2025-10-21 22:08:40 -10:00
J. Nick Koston
e1c851cab8
[wifi] Optimize WiFi network storage with FixedVector ( #11458 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2025-10-22 05:23:10 +00:00
J. Nick Koston
146b067d62
[light] Add compile test for addressable lights ( #11465 )
2025-10-22 16:59:39 +13:00
J. Nick Koston
5b15827009
[CI] Fix component detection when core files change in determine-jobs ( #11461 )
2025-10-22 16:58:40 +13:00
J. Nick Koston
0de79ba291
[event] Replace std::set with FixedVector for event type storage ( #11463 )
2025-10-22 16:57:18 +13:00
J. Nick Koston
e3aaf6a144
[wifi] Test multiple stas in wifi compile tests ( #11460 )
2025-10-22 16:55:46 +13:00
J. Nick Koston
78ffeb30fb
[binary_sensor] Optimize MultiClickTrigger with FixedVector ( #11453 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2025-10-22 16:55:13 +13:00
Jesse Hills
2c1927fd12
[api] Allow clearing noise psk if dynamically set ( #11429 )
2025-10-22 14:24:56 +13:00
Jesse Hills
c6ae1a5909
[core] Stop clang-format "fixing" a single line ( #11462 )
2025-10-22 01:00:27 +00:00
J. Nick Koston
9c712744be
[light] Replace std::vector with FixedVector in strobe and color_wipe effects ( #11455 )
2025-10-22 11:40:19 +13:00
Javier Peletier
ae50a09b4e
C++ components unit test framework ( #9284 )
...
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-10-21 22:21:22 +00:00
Jeff Brown
1ea80594c6
[light] Improve gamma correction precision ( #11141 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2025-10-21 22:11:11 +00:00
J. Nick Koston
8500323d39
[esp32] Add advanced options to disable unused VFS features (saves ~8.7 KB flash) ( #11441 )
2025-10-22 10:47:31 +13:00
J. Nick Koston
6f7db2f5f7
[gpio] Optimize switch interlock with FixedVector ( #11448 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2025-10-21 11:35:34 -10:00
J. Nick Koston
9922c65912
Add compile tests for binary_sensor MultiClickTrigger ( #11454 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2025-10-22 10:32:48 +13:00
J. Nick Koston
f2469077d9
[light] Add tests for AddressableColorWipeEffectColor/StrobeLightEffectColor ( #11456 )
2025-10-22 10:31:18 +13:00
Jesse Hills
742eca92d8
[CI] Add auto label for chained PRs ( #11457 )
2025-10-21 11:22:56 -10:00
J. Nick Koston
548913b471
Add gpio switch interlock compile tests ( #11449 )
2025-10-22 10:12:32 +13:00
Anton Sergunov
a05c5ea240
[uart] Make rx pin respect pullup and pulldown settings ( #9248 )
2025-10-22 10:10:25 +13:00
Jeff Brown
8e8a2bde95
[light] Decouple AddressableLight and Light transition classes ( #11166 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-10-21 10:37:29 -10:00
Petr Kejval
80265a6bd2
[sensor] Add optimistic option to heartbeat filter ( #10993 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-10-21 09:17:07 -04:00
J. Nick Koston
87e9a7a1bd
[climate] Remove unnecessary vector allocations in state save/restore ( #11445 )
2025-10-21 04:35:18 -05:00
J. Nick Koston
3aedfe8be3
[binary_sensor] Optimize AutorepeatFilter with FixedVector ( #11444 )
2025-10-21 04:30:13 -05:00
J. Nick Koston
7f2cc47ed6
[binary_sensor] Add compile test for auto repeat ( #11443 )
2025-10-21 04:25:59 -05:00
J. Nick Koston
a5542e0d2b
[sensor] Optimize calibration and Or filters with FixedVector ( #11437 )
2025-10-20 21:38:05 -10:00
Keith Burzinski
66afe4a9be
[climate] Add some integration tests ( #11439 )
2025-10-21 02:26:18 -05:00
J. Nick Koston
0ae9009e41
[ci] Fix clang-tidy split mode for core file changes ( #11434 )
2025-10-20 20:39:50 -10:00
J. Nick Koston
0b2f5fcd7e
Add additional sensor filter tests ( #11438 )
2025-10-20 20:39:21 -10:00
J. Nick Koston
7a2887e2ed
[analyze-memory] Improve symbol categorization accuracy ( #11440 )
2025-10-20 20:39:05 -10:00
J. Nick Koston
cd2d3f061d
[espnow] Fix compilation error with initializer_list after #11433 ( #11436 )
2025-10-20 19:58:24 -10:00
J. Nick Koston
73f5d01c2d
[core] Optimize automation actions memory usage with std::initializer_list ( #11433 )
2025-10-21 04:32:58 +00:00
Jesse Hills
0938609f7a
[improv] Put next_url behind defines to save flash ( #11420 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-10-21 16:58:26 +13:00
J. Nick Koston
77203f0cb4
[text_sensor] Optimize filters with FixedVector (1.6KB flash savings) ( #11423 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2025-10-21 03:24:51 +00:00
J. Nick Koston
040130e357
[ci] Fix memory impact workflow for new components ( #11421 )
2025-10-21 16:02:07 +13:00
J. Nick Koston
85959e3004
[sensor,text_sensor,binary_sensor] Optimize filter parameters with std::initializer_list ( #11426 )
2025-10-21 15:47:13 +13:00
Jonathan Swoboda
a809a13729
[core] Add support for extern "C" includes ( #11422 )
2025-10-21 15:46:50 +13:00
J. Nick Koston
3b6ff615e8
[ci] Fix clang-tidy split decision to account for component dependencies ( #11430 )
2025-10-21 15:39:15 +13:00
J. Nick Koston
05216db5f0
ESP8266: Complete testing mode memory patches with DRAM and Flash ( #11427 )
2025-10-21 15:26:49 +13:00
J. Nick Koston
9f668b0c4b
Add basic text_sensor tests ( #11424 )
2025-10-21 15:26:41 +13:00
J. Nick Koston
6a239f4d1c
[ci] Prefer platform-specific tests for memory impact analysis ( #11398 )
2025-10-21 10:25:33 +13:00
J. Nick Koston
ffb0e854b6
[ci] Optimize clang-tidy for small PRs by avoiding unnecessary job spitting ( #11402 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-21 10:24:46 +13:00
Jonathan Swoboda
6fbd0e3385
[esp32_hosted] Bump esp hosted ( #11414 )
2025-10-20 11:12:07 -10:00
dependabot[bot]
426511e78d
Bump actions/download-artifact from 4.3.0 to 5.0.0 ( #11419 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-20 11:11:15 -10:00
dependabot[bot]
97d91fee85
Bump pylint from 4.0.1 to 4.0.2 ( #11418 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-20 11:10:33 -10:00
J. Nick Koston
0f4b54aa82
[esp32_improv, improv_base] Reduce flash usage by 352 bytes ( #11406 )
2025-10-20 11:07:39 -10:00
J. Nick Koston
1706a69fad
[sensor] Optimize filter memory usage with ValueListFilter base class ( #11407 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-21 09:38:49 +13:00
J. Nick Koston
e23d66a8cf
[esp32] Automatic CONFIG_LWIP_MAX_SOCKETS configuration based on component needs ( #11378 )
2025-10-21 09:38:34 +13:00
J. Nick Koston
46101fd830
Add tests for FilterOutValueFilter and ThrottleWithPriorityFilter ( #11408 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-20 09:25:03 -10:00
J. Nick Koston
e988905c2f
[json] Add basic compile tests ( #11409 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-21 07:31:59 +13:00
Patrick
abb57f08f5
[pipsolar] cleanup / refactoring ( #10291 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-10-20 17:08:31 +00:00
EasilyBoredEngineer
ca2fe994a1
[espnow] Add transport platform for packet_transport ( #11025 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-10-20 10:44:20 -04:00
Peter Zich
03def13917
[hdc1080] Make HDC1080_CMD_CONFIGURATION failure a warning (and log it) ( #11355 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-10-20 09:13:13 -04:00
Keith Burzinski
63f100a8ca
[bang_bang] Various clean-up ( #11356 )
2025-10-19 22:56:25 -10:00
Juan Antonio Aldea
ea4e5fd7bd
[climate] Migrate components to the new API ( #11369 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: Keith Burzinski <kbx81x@gmail.com >
2025-10-19 22:20:39 -10:00
Enrico Galli
12e9c5e60e
[epaper_spi] Fix busy pin logic ( #11349 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-10-20 19:11:09 +13:00
Aman kumar
3d82c5baf7
[esp32_improv]: add next_url support for WiFi provisioning ( #10757 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2025-10-20 19:10:38 +13:00
Keith Burzinski
6f5e36ffc3
[climate] First pass at some optimization ( #11366 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-10-19 23:42:54 -05:00
Grant Le Roux
118b1d8593
MQTT Light - Min/Max Color Temperature ( #11103 )
...
Co-authored-by: Cram42 <5396871+cram42@users.noreply.github.com >
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-10-20 17:05:05 +13:00
Jesse Hills
319ba4a504
[cover] Clean up deprecated functions from 2021.9 ( #11391 )
2025-10-20 04:03:09 +00:00
J. Nick Koston
ae8336c268
[esp32][ci] Fix IRAM overflow in grouped component tests for ESP32-IDF ( #11386 )
2025-10-20 03:58:03 +00:00
J. Nick Koston
1b38518c63
[tests] Fix flaky test_noise_corrupt_encrypted_frame integration test ( #11405 )
2025-10-20 03:45:44 +00:00
J. Nick Koston
c00977df54
[climate] Add basic compile tests for climate component ( #11404 )
2025-10-20 03:27:04 +00:00
J. Nick Koston
255b5a3abd
[ci] Skip memory analysis when only Python/config files change in core ( #11397 )
2025-10-20 16:13:08 +13:00
Clyde Stubbs
dd732dd155
[mipi_rgb] Add Waveshare 5" 1024x600 ( #11206 )
2025-10-20 14:09:36 +11:00
Jesse Hills
22fec4329f
[fan] Clean up deprecated code from 2022.2 ( #11392 )
2025-10-20 03:02:03 +00:00
Stefan Rado
8f1c4634ec
[uponor_smatrix] Use combined 32 bit addresses instead of separate 16 bit system and device addresses ( #11066 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-10-19 16:49:06 -10:00
tomaszduda23
c15f1a9be8
[nrf52] add missing defines for tests ( #11384 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-10-19 16:11:44 -10:00
J. Nick Koston
11b53096a6
[ci] Fix fork PR workflow failing to find PRs from forks ( #11396 )
2025-10-19 15:58:05 -10:00
J. Nick Koston
6a18367949
[cli] Add analyze-memory command ( #11395 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-20 14:26:37 +13:00
Javier Peletier
a59b1494d8
[substitutions] Recursive substitutions and better jinja error handling and debug help ( #10806 )
2025-10-20 14:17:16 +13:00
Jesse Hills
e6ce5c58d1
Merge branch 'release' into dev
2025-10-20 13:43:31 +13:00
Jesse Hills
ebc0f5f7c9
Merge pull request #11387 from esphome/bump-2025.10.2
...
2025.10.2
2025-10-20 13:42:48 +13:00
Juan Antonio Aldea
0f87e7508b
remove hexencode due 2022.1 deprecation ( #11383 )
2025-10-19 13:09:28 -10:00
J. Nick Koston
862bbb7fe1
[ci] Fix memory impact analysis failing on fork PRs ( #11380 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-10-19 13:09:09 -10:00
Jesse Hills
020cea80b2
[nextion] Clean up deprecated code from 1.20 ( #11393 )
2025-10-19 22:16:50 +00:00
Jesse Hills
9c146a7070
[climate] Clean up deprecated functions from 1.20 ( #11388 )
2025-10-19 22:11:35 +00:00
Jesse Hills
afbd3f77af
[light] Clean up deprecated functions from 1.21 ( #11389 )
2025-10-19 22:08:30 +00:00
Javier Peletier
1e1fefbd0a
[substitutions] !extend and !remove now support substitutions and jinja ( #11203 )
2025-10-20 10:31:25 +13:00
Juan Antonio Aldea
1a2057df30
Migrate from hexencode() to format_hex_pretty() in Kuntze component ( #11372 )
2025-10-20 10:15:17 +13:00
J. Nick Koston
87ca8784ef
[openthread] Backport address resolution support to prevent OTA crash ( #11312 )
...
Co-authored-by: Daniel Stiner <danstiner@gmail.com >
2025-10-20 10:12:56 +13:00
Jesse Hills
a186c1062f
Bump version to 2025.10.2
2025-10-20 10:06:43 +13:00
Jonathan Swoboda
ea38237f29
[esp32] Fix OTA rollback ( #11300 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-10-20 10:06:43 +13:00
J. Nick Koston
6aff1394ad
[core] Fix IndexError when OTA devices cannot be resolved ( #11311 )
2025-10-20 10:06:43 +13:00
Spectre5
0e34d1b64d
Change all temperature offsets to temperature_delta ( #11347 )
2025-10-20 10:06:43 +13:00
tomaszduda23
1483cee0fb
[dashboard] fix migration to Path ( #11342 )
...
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2025-10-20 10:06:43 +13:00
J. Nick Koston
8c1bd2fd85
[dashboard] Fix binary download with packages using secrets after Path migration ( #11313 )
2025-10-20 10:06:43 +13:00
Daniel Stiner
ea609dc0f6
[const] Add CONF_OPENTHREAD ( #11318 )
2025-10-20 10:06:42 +13:00
Jonathan Swoboda
913095f6be
[esp32] Reduce tx power on Arduino ( #11304 )
2025-10-20 10:06:42 +13:00
Jonathan Swoboda
bb24ad4a30
[htu21d] Revert register address change ( #11291 )
2025-10-20 10:06:42 +13:00
Jonathan Swoboda
0d612fecfc
[core] Add ESP32 ROM functions to reserved ids ( #11293 )
2025-10-20 10:06:42 +13:00
J. Nick Koston
9c235b4140
[datetime] Fix DateTimeStateTrigger compilation when time component is not used ( #11287 )
2025-10-20 10:06:42 +13:00
J. Nick Koston
70cb1793f3
[wifi] Optimize WiFi scan results with in-place construction ( #11330 )
2025-10-19 19:53:05 +00:00
J. Nick Koston
3bdd351d49
[wifi] Convert fast_connect to compile-time define, save 156-1024 bytes flash ( #11328 )
2025-10-19 19:52:33 +00:00
Jonathan Swoboda
b0ea3f57de
[esp32] Fix OTA rollback ( #11300 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-10-19 09:49:05 -10:00
J. Nick Koston
c9312d5c27
[script] Fix unbounded queue growth, optimize queued mode (default max_runs=5) ( #11308 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-10-19 09:42:17 -10:00
J. Nick Koston
33fea90c19
[wifi] Optimize WiFi scanning to reduce copies and heap allocations ( #11323 )
2025-10-19 19:26:18 +00:00
J. Nick Koston
25f3b6a959
[mqtt] Reduce flash usage by optimizing ArduinoJson assignments ( #11340 )
2025-10-19 19:17:33 +00:00
J. Nick Koston
e993312640
[core] Fix IndexError when OTA devices cannot be resolved ( #11311 )
2025-10-20 08:15:47 +13:00
J. Nick Koston
85babe85e4
[sensor] Optimize sliding window filters to eliminate heap fragmentation ( #11282 )
2025-10-20 07:59:47 +13:00
J. Nick Koston
0266c897c9
[mdns] Use std::unique_ptr for TXT records to reduce ESP32 flash usage ( #11362 )
2025-10-20 07:53:00 +13:00
J. Nick Koston
bda7676e3a
[bluetooth_proxy] Merge duplicate loops in get_connection_() ( #11359 )
2025-10-20 07:51:41 +13:00
J. Nick Koston
57e98ec3fc
[wifi] Replace std::vector with std::unique_ptr for WiFi scan buffer ( #11364 )
2025-10-20 07:49:58 +13:00
J. Nick Koston
09b2ad071b
[esp32_ble_client] Remove duplicate MAC address extraction in set_address() ( #11358 )
2025-10-20 07:49:13 +13:00
J. Nick Koston
fdecda3d65
[light] Use bitmask instead of std::set for color modes ( #11348 )
2025-10-20 07:48:14 +13:00
J. Nick Koston
a0922bc8b0
[ci] Add automated memory impact analysis for pull requests ( #11242 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-10-20 07:43:38 +13:00
J. Nick Koston
f25af18655
[scheduler] Replace defer queue deque with vector to avoid 512-byte upfront allocation ( #11305 )
2025-10-20 07:34:34 +13:00
J. Nick Koston
5db07c2d70
[api][time] Refactor timezone update logic for cleaner code ( #11327 )
2025-10-20 07:31:40 +13:00
Juan Antonio Aldea
40823df7bc
make types sensors_t and sensor_type_t internal to StatsdComponent. ( #11345 )
2025-10-19 07:47:31 -10:00
tomaszduda23
5e1019a6fa
[nrf52, ble_nus] add logging over BLE ( #9846 )
2025-10-19 07:41:19 -10:00
tomaszduda23
f3cdbd0a05
[nrf52] fix task names in logs ( #11367 )
2025-10-19 07:39:48 -10:00
Keith Burzinski
ddf1b67e49
[prometheus] Update to use new climate API ( #11361 )
2025-10-18 22:11:44 -10:00
Keith Burzinski
b4d9fddd07
[mqtt] Update to use new climate API ( #11360 )
2025-10-18 22:11:10 -10:00
Keith Burzinski
25f03074ab
[web_server] Update to use new climate API ( #11363 )
2025-10-18 22:10:07 -10:00
Keith Burzinski
590f6ff70b
[api] Update to use new climate API ( #11357 )
2025-10-19 06:20:11 +00:00
Keith Burzinski
a33ed5e47b
[thermostat] Add humidity support ( #11286 )
2025-10-18 17:25:53 -10:00
Spectre5
c11a9bb97f
Change all temperature offsets to temperature_delta ( #11347 )
2025-10-18 21:13:57 -04:00
dependabot[bot]
acef2085d9
Bump aioesphomeapi from 42.1.0 to 42.2.0 ( #11352 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-18 23:11:36 +00:00
dependabot[bot]
865663ce5f
Bump aioesphomeapi from 42.0.0 to 42.1.0 ( #11350 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-18 11:48:25 -10:00
tomaszduda23
ae010fd6f1
[dashboard] fix migration to Path ( #11342 )
...
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2025-10-18 17:32:12 +00:00
J. Nick Koston
91a10d0e36
[total_daily_energy] Fix ID conflicts in component test configuration ( #11337 )
2025-10-18 08:36:30 -04:00
Juan Antonio Aldea
d5c36eaf2a
[tests] Remove superfluous else-blocks from lambdas ( #11322 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-10-17 21:40:54 -10:00
J. Nick Koston
85f1019d90
[tests] Migrate remote_transmitter/receiver to common bus definitions ( #11325 )
2025-10-17 17:21:38 -10:00
Leonardo Rivera
bfeade1e2b
[remote_base] Add Symphony IR protocol (encode/decode) with command_repeats support ( #10777 )
2025-10-17 21:13:33 -04:00
Niall Douglas
b134d42e3b
[xgzp68xx] Add oversampling config and tidy up implementation. ( #10306 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2025-10-18 00:47:18 +00:00
J. Nick Koston
b3b65316f0
[ci] Fix test_build_components missing test files with hyphen naming pattern ( #11329 )
2025-10-17 13:05:44 -10:00
dependabot[bot]
b61cec8e77
Bump github/codeql-action from 4.30.8 to 4.30.9 ( #11326 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-17 09:14:45 -10:00
Jonathan Swoboda
24243fb22c
[tests] Add i2c_id to mcp47a1 & mcp4725 and remove from isolation ( #11324 )
2025-10-17 08:23:49 -10:00
J. Nick Koston
ba6c8c87c2
[dashboard] Fix binary download with packages using secrets after Path migration ( #11313 )
2025-10-17 08:20:55 -10:00
J. Nick Koston
f5774cc138
[debug] Replace std::map with struct array for ESP32 chip features ( #11307 )
2025-10-17 08:20:31 -10:00
B48D81EFCC
6d09e68b2e
[bh1900nux] Add bh1900nux temperature Sensor ( #8631 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: Andreas Riehl <andreas.riehl@acp.de >
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2025-10-17 11:11:51 -04:00
tomaszduda23
fe9db75c27
[nrf52] add xiao_ble board ( #10698 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2025-10-17 09:02:37 -04:00
mrtoy-me
2b832e9ee8
[cap1188] remove delays in setup ( #11317 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-10-17 08:55:07 -04:00
exotime
661e9f9991
[toshiba] Add support for RAS-2819T air conditioner ( #9490 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: Keith Burzinski <kbx81x@gmail.com >
2025-10-17 03:33:50 -05:00
esphomebot
39e23c323d
Synchronise Device Classes from Home Assistant ( #11285 )
2025-10-17 07:49:10 +00:00
J. Nick Koston
bdfbac0301
[tests] Fix ESP32-C3 component test binary size by using larger partition table ( #11319 )
2025-10-17 20:20:00 +13:00
Daniel Stiner
9646653e57
[const] Add CONF_OPENTHREAD ( #11318 )
2025-10-16 21:02:28 -10:00
Joshua M. Boniface
c6c202e4f7
[ina2xx_base] add device reset-on-boot disablement option ( #10787 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2025-10-16 21:57:19 -04:00
Jonathan Swoboda
62f73c768e
[esp32] Reduce tx power on IDF in the event of a brownout ( #11306 )
2025-10-16 17:43:15 -04:00
Jonathan Swoboda
cd1215347e
[esp32] Reduce tx power on Arduino ( #11304 )
2025-10-16 16:55:30 -04:00
dependabot[bot]
b8353b3117
Bump ruff from 0.14.0 to 0.14.1 ( #11303 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2025-10-16 20:52:22 +00:00
Jonathan Swoboda
5d3574c81f
[htu21d] Revert register address change ( #11291 )
2025-10-16 11:29:05 -04:00
Jonathan Swoboda
364e5ffd79
[core] Add ESP32 ROM functions to reserved ids ( #11293 )
2025-10-16 11:28:52 -04:00
Jesse Hills
c38c2a1daf
Merge branch 'release' into dev
2025-10-16 23:00:45 +13:00
Jesse Hills
070b0882b8
Merge pull request #11284 from esphome/bump-2025.10.1
...
2025.10.1
2025-10-16 23:00:00 +13:00
J. Nick Koston
7e2ccb7bc3
[datetime] Fix DateTimeStateTrigger compilation when time component is not used ( #11287 )
2025-10-15 23:45:42 -10:00
Jesse Hills
7f1173fcba
Bump version to 2025.10.1
2025-10-16 17:17:07 +13:00
J. Nick Koston
a75ccf841c
[substitutions] Fix AttributeError when using packages with substitutions ( #11274 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-16 17:17:07 +13:00
Jonathan Swoboda
56eb605ec9
[wifi] Fix enterprise wifi ( #11276 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-10-16 17:17:07 +13:00
J. Nick Koston
2c4818de00
[tests] Fix OTA password test assertions after merge collision ( #11275 )
2025-10-16 17:17:06 +13:00
Jesse Hills
2b94de8732
[ota.esphome] Handle blank password the same as no password defined ( #11271 )
2025-10-16 17:17:06 +13:00
J. Nick Koston
f71aed3a5c
[ota] Fix MQTT resolution when static IP appears first in device list ( #11272 )
2025-10-16 17:17:06 +13:00
Clyde Stubbs
353e097085
[mipi_spi] Rotation fixes ( #11226 )
2025-10-16 17:17:06 +13:00
J. Nick Koston
14d76e9e4e
[ci] Merge components with different buses to reduce CI time ( #11251 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2025-10-16 16:36:03 +13:00
J. Nick Koston
f2e0a412db
[substitutions] Fix AttributeError when using packages with substitutions ( #11274 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-16 16:23:20 +13:00
J. Nick Koston
6943b1d985
[api] Use FixedVector for ExecuteServiceRequest/Argument arrays to eliminate reallocations ( #11270 )
2025-10-16 16:22:08 +13:00
J. Nick Koston
18062d154f
[esp32_ble_tracker] Refactor to use CORE.data instead of module-level globals ( #11220 )
2025-10-16 16:18:30 +13:00
J. Nick Koston
2b0b82b2fb
[esp32_ble] Refactor to use CORE.data instead of module-level globals ( #11222 )
2025-10-16 16:17:16 +13:00
J. Nick Koston
3e1c8f37c5
[i2s_audio] Refactor to use CORE.data instead of module-level globals ( #11223 )
2025-10-16 16:16:28 +13:00
Keith Burzinski
236ca12d3e
[api, climate, thermostat] Implement feature_flags for climate ( #10987 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-10-15 21:59:55 -05:00
J. Nick Koston
42f1b61e31
[git] Automatically recover from broken git repositories in external_components ( #11246 )
2025-10-16 15:58:58 +13:00
J. Nick Koston
708f8a95e5
[api] Use FixedVector for HomeAssistantServiceCallAction to reduce flash usage and avoid realloc ( #11277 )
2025-10-16 02:48:38 +00:00
J. Nick Koston
10ca86ae8d
[api] Use std::unique_ptr for fixed-size byte buffers in Noise protocol ( #11278 )
2025-10-16 02:41:25 +00:00
Jonathan Swoboda
22056e0809
[wifi] Fix enterprise wifi ( #11276 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-10-16 01:24:56 +00:00
J. Nick Koston
fe4857fabb
[tests] Fix OTA password test assertions after merge collision ( #11275 )
2025-10-16 13:28:19 +13:00
Jesse Hills
3054c2bc29
[ota.esphome] Handle blank password the same as no password defined ( #11271 )
2025-10-16 13:07:37 +13:00
J. Nick Koston
b190f37ae7
[ota] Fix MQTT resolution when static IP appears first in device list ( #11272 )
2025-10-16 13:06:02 +13:00
dependabot[bot]
28454b8219
Bump aioesphomeapi from 41.18.0 to 42.0.0 ( #11273 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-15 14:00:27 -10:00
J. Nick Koston
332f52e149
[api] Use FixedVector for ListEntitiesServicesResponse args ( #11230 )
2025-10-15 12:28:56 -10:00
Clyde Stubbs
ae1f54d398
[mipi_spi] Rotation fixes ( #11226 )
2025-10-16 07:09:52 +11:00
J. Nick Koston
2b3e7f38d2
[esp32] Add option to disable libc locks in IRAM, saving ~1.3KB RAM ( #10930 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-15 09:34:14 -10:00
dependabot[bot]
5510ece6ac
Bump pylint from 4.0.0 to 4.0.1 ( #11267 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-15 09:34:01 -10:00
Jonathan Swoboda
e19a85b523
[esp32_ble] Add support for hosted BLE ( #11167 )
2025-10-15 15:19:08 -04:00
Jonathan Swoboda
cf02a08209
[esp32] Bump IDF version to 5.5.1 and Arduino version to 3.3.2 ( #9839 )
2025-10-15 08:45:33 -10:00
Jonathan Swoboda
90e8c12df1
[ci] Isolate openthread ( #11259 )
2025-10-15 06:45:06 -10:00
Jonathan Swoboda
42bf5840c9
[esp32_rmt_led_strip] Don't send reset if duration is zero ( #11235 )
2025-10-15 07:49:28 -04:00
Thane Gill
47817485e7
[esp32] Remove kconfiglib from requirements.txt ( #11210 )
2025-10-15 07:48:26 -04:00
Jonathan Swoboda
ded98ff705
[esp32_hosted] Bump hosted components ( #11170 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-10-15 07:48:05 -04:00
J. Nick Koston
7f8ca5ddef
[ci] Add Python 3.14 testing and streamline version matrix ( #11238 )
2025-10-14 19:49:48 -10:00
J. Nick Koston
1b0ca3360e
[ci] Group all PR builds, isolate direct changes for full validation on dev ( #11193 )
2025-10-14 19:49:14 -10:00
Jesse Hills
66263b40e1
Merge branch 'release' into dev
2025-10-15 17:31:16 +13:00
Jesse Hills
9a29dec6d9
Merge pull request #11245 from esphome/bump-2025.10.0
...
2025.10.0
2025-10-15 17:30:30 +13:00
Stuart Parmenter
6d5e41ef7f
[const] Add CONF_ROWS ( #11249 )
2025-10-15 17:29:41 +13:00
Stuart Parmenter
fedfda6c29
[core] Fix regression from #10654 ( #11248 )
2025-10-15 16:57:47 +13:00
dependabot[bot]
6e2088f836
Bump aioesphomeapi from 41.17.0 to 41.18.0 ( #11247 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-15 03:12:34 +00:00
J. Nick Koston
7a82379c88
[mdns] Use FixedVector for txt_records to reduce flash usage ( #11228 )
2025-10-15 02:16:59 +00:00
J. Nick Koston
c983581b6c
[api] Convert HomeassistantActionRequest vectors to FixedVector for flash savings ( #11229 )
2025-10-14 21:10:04 -05:00
J. Nick Koston
f0ac61f247
[light] Use FixedVector for LightState effects list ( #11232 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-14 16:00:22 -10:00
Jesse Hills
63b113d823
Bump version to 2025.10.0
2025-10-15 14:01:02 +13:00
J. Nick Koston
85420b0606
[web_server_idf] Use std::vector instead of std::set for SSE sessions ( #11233 )
2025-10-14 19:50:40 -05:00
J. Nick Koston
00230f7cc6
[wifi] Use FixedVector for scan results to reduce flash usage ( #11216 )
2025-10-15 00:45:28 +00:00
J. Nick Koston
63a87a5ef3
[core] Use FixedVector for automation condition vectors to save 384 bytes flash ( #11237 )
2025-10-14 14:27:10 -10:00
J. Nick Koston
d75ae357c2
[wifi] Free scan results memory after connection (saves up to 1.2KB RAM) ( #11205 )
2025-10-14 14:25:31 -10:00
Jesse Hills
88d223d03a
Merge branch 'beta' into dev
2025-10-15 12:44:49 +13:00
Jesse Hills
0381644605
Merge pull request #11241 from esphome/bump-2025.10.0b4
...
2025.10.0b4
2025-10-15 12:44:15 +13:00
Jesse Hills
48a557b005
[netlify] Pin python version ( #11244 )
2025-10-15 12:37:55 +13:00
Jesse Hills
b927b29a0a
[netlify] Pin python version ( #11244 )
2025-10-15 12:37:27 +13:00
Jesse Hills
780ece73ff
Bump version to 2025.10.0b4
2025-10-15 11:35:52 +13:00
J. Nick Koston
d7fcf8d57b
[pzemac, pzemdc, sdm_meter] Fix pin conflicts in ESP32-IDF tests ( #11240 )
2025-10-15 11:35:52 +13:00
TJQ
82a3ca575f
[mipi_dsi] Update waveshare P4-86 display parameters ( #10562 )
2025-10-15 11:35:52 +13:00
dependabot[bot]
5913da5a89
Bump aioesphomeapi from 41.16.0 to 41.16.1 ( #11221 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-15 11:35:52 +13:00
dependabot[bot]
8c13105ce1
Bump aioesphomeapi from 41.14.0 to 41.16.0 ( #11215 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-15 11:35:52 +13:00
J. Nick Koston
72ec9b672e
[pzemac, pzemdc, sdm_meter] Fix pin conflicts in ESP32-IDF tests ( #11240 )
2025-10-15 11:33:19 +13:00
J. Nick Koston
8f49b1da54
Bump pillow to 11.3.0 ( #11239 )
2025-10-14 11:49:39 -10:00
dependabot[bot]
9ff6f344ab
Bump ruamel-yaml-clib from 0.2.12 to 0.2.14 ( #10842 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-14 10:49:30 -10:00
J. Nick Koston
0e703ddbba
[docs] Add embedded systems optimization best practices to AI instructions ( #11225 )
2025-10-15 07:54:16 +13:00
TJQ
2175c2909b
[mipi_dsi] Update waveshare P4-86 display parameters ( #10562 )
2025-10-14 22:28:06 +11:00
dependabot[bot]
cbdb9d4a56
Bump aioesphomeapi from 41.16.1 to 41.17.0 ( #11231 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-14 08:06:18 +00:00
J. Nick Koston
baa010583e
[docs] Add state management best practices to CLAUDE.md ( #11224 )
2025-10-14 20:09:48 +13:00
dependabot[bot]
8e9a68a107
Bump aioesphomeapi from 41.16.0 to 41.16.1 ( #11221 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-13 18:12:52 -10:00
J. Nick Koston
4c688a4b00
[network] Optimize get_use_address() to return const reference instead of a copy ( #11218 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-14 03:54:33 +00:00
Jesse Hills
9eef281895
Merge branch 'beta' into dev
2025-10-14 16:35:50 +13:00
Jesse Hills
c3fd07f8bc
Merge pull request #11219 from esphome/bump-2025.10.0b3
...
2025.10.0b3
2025-10-14 16:35:13 +13:00
J. Nick Koston
8a15c18066
[bluetooth_proxy] Use FixedVector for GATT characteristics and descriptors ( #11214 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-14 16:05:13 +13:00
Jesse Hills
d02ed41eb4
Bump version to 2025.10.0b3
2025-10-14 15:38:15 +13:00
J. Nick Koston
07504c8208
Fix log retrieval with FQDN when mDNS is disabled ( #11202 )
2025-10-14 15:38:15 +13:00
Jonathan Swoboda
b666b8e261
[core] Properly clean the build dir in the HA addon ( #11208 )
2025-10-14 15:38:15 +13:00
dependabot[bot]
8627b56e36
Bump esphome-dashboard from 20251009.0 to 20251013.0 ( #11212 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-14 15:38:15 +13:00
Jesse Hills
69df07ddcf
[media_player.speaker] Dynamic auto load ( #11084 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-10-14 15:38:15 +13:00
J. Nick Koston
5bb69a968c
[esp32_ble] Replace handler vectors with StaticVector for 560B-2KB memory savings ( #11200 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-14 15:33:33 +13:00
J. Nick Koston
7c02f2f10a
[socket] Split LWIP socket classes to reduce memory overhead on ESP8266/RP2040 ( #11172 )
2025-10-14 14:00:49 +13:00
dependabot[bot]
fe07c34246
Bump aioesphomeapi from 41.14.0 to 41.16.0 ( #11215 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-14 00:00:45 +00:00
dependabot[bot]
c652aa375a
Bump pylint from 3.3.9 to 4.0.0 ( #11211 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-13 13:10:46 -10:00
J. Nick Koston
9fb254fdc2
Fix log retrieval with FQDN when mDNS is disabled ( #11202 )
2025-10-14 10:23:44 +13:00
Jonathan Swoboda
3df4dbd3a6
[core] Properly clean the build dir in the HA addon ( #11208 )
2025-10-13 17:12:45 -04:00
J. Nick Koston
6372099df3
[http_request] Pass parameters by const reference to reduce flash usage ( #11184 )
2025-10-14 09:53:11 +13:00
J. Nick Koston
8d8fcfeda2
[core] Add make_name_with_suffix helper to optimize string concatenation ( #11176 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-14 09:39:38 +13:00
J. Nick Koston
0f356fcc79
[core] Optimize looping_components_ with FixedVector to save flash ( #11183 )
2025-10-14 09:20:43 +13:00
dependabot[bot]
aec60d122b
Bump esphome-dashboard from 20251009.0 to 20251013.0 ( #11212 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-13 09:34:12 -10:00
J. Nick Koston
c10f68ef0c
[mdns] Conditionally store services to reduce RAM usage by 200-464 bytes ( #11180 )
2025-10-14 07:24:57 +13:00
J. Nick Koston
bcc424afed
[web_server] Reduce code duplication in JSON generation with helper functions ( #11117 )
2025-10-14 07:21:19 +13:00
J. Nick Koston
be2c859df3
[web_server] Consolidate duplicate client connection checks (saves 288 bytes of flash) ( #11116 )
2025-10-14 07:01:47 +13:00
Jesse Hills
59f728488e
[media_player.speaker] Dynamic auto load ( #11084 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-10-13 12:58:30 +13:00
Jesse Hills
04a0de556d
Merge branch 'beta' into dev
2025-10-13 10:56:08 +13:00
Jesse Hills
13cfa30c67
Merge pull request #11199 from esphome/bump-2025.10.0b2
...
2025.10.0b2
2025-10-13 10:55:34 +13:00
Jesse Hills
da1959ab5d
Bump version to 2025.10.0b2
2025-10-13 08:49:29 +13:00
J. Nick Koston
2b42903e9c
[usb_host] Fix transfer slot exhaustion at high data rates and add configurable max_transfer_requests ( #11174 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-10-13 08:49:29 +13:00
J. Nick Koston
742c9cbb53
[esp32_improv] Fix state not transitioning to PROVISIONED when WiFi configured via captive portal ( #11181 )
2025-10-13 08:49:29 +13:00
J. Nick Koston
e4bc465a3d
[ota] Increase handshake timeout to 20s now that auth is non-blocking ( #11186 )
2025-10-13 08:49:29 +13:00
J. Nick Koston
5cec0941f8
[wifi] Fix missed string literal in flash on ESP8266 ( #11187 )
2025-10-13 08:49:29 +13:00
J. Nick Koston
72a7aeb430
[ci] Dynamic runner allocation: 8 for releases, 4 for dev ( #11191 )
2025-10-13 08:49:29 +13:00
J. Nick Koston
53e6b28092
[mipi_rgb] Fix pin conflicts introduced by shared SPI bus in #11134 ( #11185 )
2025-10-13 08:49:28 +13:00
dependabot[bot]
7f3c7bb5c6
Bump aioesphomeapi from 41.13.0 to 41.14.0 ( #11188 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-13 08:49:28 +13:00
Jonathan Swoboda
c02c0b2a96
[esp32] Change Arduino dev & latest to 3.3.2 ( #11169 )
2025-10-13 08:49:28 +13:00
J. Nick Koston
5f5092e29f
[ci] Filter out components without tests from CI test jobs ( #11134 followup) ( #11178 )
2025-10-13 08:49:28 +13:00
J. Nick Koston
2864bf1674
Group component tests to reduce CI time ( #11134 )
2025-10-13 08:49:28 +13:00
J. Nick Koston
132e949927
[mdns] Restore mdns_txt_record() public API for external components ( #11158 )
2025-10-13 08:49:28 +13:00
J. Nick Koston
8fa44e471d
[esp32_ble] Partial revert of #10862 - Fix GATT client notifications ( #11171 )
2025-10-13 08:49:28 +13:00
J. Nick Koston
ccedcfb600
[json] Fix PSRAM allocator dangling pointer crash ( #11165 )
2025-10-13 08:49:28 +13:00
J. Nick Koston
8b0ec0afe3
[ci][tests] Remove all redundant ESP32-C3 Arduino tests ( #11154 )
2025-10-13 08:49:28 +13:00
J. Nick Koston
dca29ed89b
[datetime][ci][tests] Replace test.all.yaml with minimal platform cover ( #11151 )
2025-10-13 08:49:28 +13:00
J. Nick Koston
728726e29e
[ci][tests] Remove redundant ESP32-C3 Arduino tests for non-variant-specific components ( #11152 )
2025-10-13 08:49:28 +13:00
J. Nick Koston
79f4ca20b8
[opentherm][ci][tests] Remove redundant ESP32 Arduino tests and simplify conditionals ( #11149 )
2025-10-13 08:49:28 +13:00
J. Nick Koston
3eca72e0b8
[ci][logger][tests] Remove redundant ESP32 Arduino test files ( #11144 )
2025-10-13 08:49:28 +13:00
J. Nick Koston
22c0f55cef
[ci][debug][tests] Remove redundant ESP32 variant Arduino test files ( #11146 )
2025-10-13 08:49:28 +13:00
J. Nick Koston
fd8ecc9608
[ci][time][tests] Remove redundant ESP32 Arduino test files ( #11147 )
2025-10-13 08:49:27 +13:00
J. Nick Koston
ac96a59d58
[network][ci][tests] Remove redundant ESP32 Arduino test files ( #11148 )
2025-10-13 08:49:27 +13:00
J. Nick Koston
dceed992d8
[esp32_ble_beacon, esp32_ble_tracker] Remove unused Arduino includes and redundant tests ( #11140 )
2025-10-13 08:49:27 +13:00
J. Nick Koston
b0c66c1c09
[ci][mdns][tests] Remove redundant ESP32 Arduino test files ( #11143 )
2025-10-13 08:49:27 +13:00
J. Nick Koston
8f04a5b944
[esp32] Update migration warning for Arduino-as-IDF-component transition ( #11142 )
2025-10-13 08:49:27 +13:00
Jonathan Swoboda
e6c21df30b
[esp32] Update IDF 5.5 and Arduino 3.3 to use 55.03.31-1 ( #11120 )
2025-10-13 08:49:27 +13:00
J. Nick Koston
842cb9033a
[mdns] Store TXT record values in flash to reduce heap usage ( #11114 )
2025-10-13 08:49:27 +13:00
J. Nick Koston
a2cb415dfa
[ci][improv_serial][tests] Remove redundant ESP32 Arduino test files ( #11138 )
2025-10-13 08:49:27 +13:00
J. Nick Koston
1fac193535
[ci][ethernet][tests] Remove redundant Arduino tests for ethernet PHYs ( #11137 )
2025-10-13 08:49:27 +13:00
J. Nick Koston
34632f78cf
[ci][tests] Remove redundant ESP32 Arduino test files ( #11136 )
2025-10-13 08:49:27 +13:00
J. Nick Koston
b93c60e85a
[canbus][mcp23xxx_base] Mark virtual methods as pure virtual to fix linker errors ( #11133 )
2025-10-13 08:49:27 +13:00
dependabot[bot]
60dc055509
Bump esphome-dashboard from 20250904.0 to 20251009.0 ( #11123 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-13 08:49:27 +13:00
J. Nick Koston
1f13d44c1b
[usb_host] Fix transfer slot exhaustion at high data rates and add configurable max_transfer_requests ( #11174 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-10-13 08:04:30 +13:00
J. Nick Koston
9ebfa9aaa8
[esp32_improv] Fix state not transitioning to PROVISIONED when WiFi configured via captive portal ( #11181 )
2025-10-13 07:30:58 +13:00
J. Nick Koston
6bc9ed0810
[ota] Increase handshake timeout to 20s now that auth is non-blocking ( #11186 )
2025-10-13 07:27:43 +13:00
J. Nick Koston
9b6e8b4b41
[wifi] Fix missed string literal in flash on ESP8266 ( #11187 )
2025-10-13 07:26:28 +13:00
J. Nick Koston
cad747c672
[ci] Dynamic runner allocation: 8 for releases, 4 for dev ( #11191 )
2025-10-13 07:25:35 +13:00
J. Nick Koston
660adccda3
[mipi_rgb] Fix pin conflicts introduced by shared SPI bus in #11134 ( #11185 )
2025-10-12 08:58:56 -04:00
dependabot[bot]
51fbc4f7a3
Bump aioesphomeapi from 41.13.0 to 41.14.0 ( #11188 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-12 08:12:52 +00:00
Jonathan Swoboda
2cc5e24b38
[esp32] Change Arduino dev & latest to 3.3.2 ( #11169 )
2025-10-11 20:44:44 -04:00
J. Nick Koston
3afa73b449
[ci] Filter out components without tests from CI test jobs ( #11134 followup) ( #11178 )
2025-10-11 18:27:18 -05:00
J. Nick Koston
dcf2697a2a
Group component tests to reduce CI time ( #11134 )
2025-10-12 07:21:45 +13:00
J. Nick Koston
6a11700a6b
[mdns] Restore mdns_txt_record() public API for external components ( #11158 )
2025-10-12 07:21:37 +13:00
J. Nick Koston
9bd9b043c8
[esp32_ble_tracker] Replace std::vector with StaticVector for listeners and clients ( #11173 )
2025-10-11 05:47:42 -10:00
J. Nick Koston
cb602c9b1a
[esp32_ble] Partial revert of #10862 - Fix GATT client notifications ( #11171 )
2025-10-11 05:47:23 -10:00
dependabot[bot]
b54beb357a
Bump github/codeql-action from 4.30.7 to 4.30.8 ( #11163 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-10 13:46:27 -10:00
J. Nick Koston
6abc2efd96
[json] Fix PSRAM allocator dangling pointer crash ( #11165 )
2025-10-10 21:18:57 +00:00
J. Nick Koston
be51093a7e
[ci][tests] Remove all redundant ESP32-C3 Arduino tests ( #11154 )
2025-10-10 16:02:18 +13:00
J. Nick Koston
52219c4dcc
[datetime][ci][tests] Replace test.all.yaml with minimal platform cover ( #11151 )
2025-10-09 13:45:59 -10:00
J. Nick Koston
590cae13c0
[ci][tests] Remove redundant ESP32-C3 Arduino tests for non-variant-specific components ( #11152 )
2025-10-09 18:41:50 -05:00
J. Nick Koston
e15429b0f5
[opentherm][ci][tests] Remove redundant ESP32 Arduino tests and simplify conditionals ( #11149 )
2025-10-09 23:38:34 +00:00
J. Nick Koston
b5cc668a45
[ci][logger][tests] Remove redundant ESP32 Arduino test files ( #11144 )
2025-10-09 13:30:05 -10:00
Jonathan Swoboda
a1b0ae78e0
[stale] Increase operations-per-run ( #11135 )
...
CI passed, stuck on status
2025-10-09 19:10:09 -04:00
J. Nick Koston
fcc8a809e6
[ci][debug][tests] Remove redundant ESP32 variant Arduino test files ( #11146 )
2025-10-09 16:57:40 -05:00
J. Nick Koston
48474c0f8c
[ci][time][tests] Remove redundant ESP32 Arduino test files ( #11147 )
2025-10-09 16:57:11 -05:00
J. Nick Koston
9f9c95dd09
[network][ci][tests] Remove redundant ESP32 Arduino test files ( #11148 )
2025-10-09 16:56:53 -05:00
J. Nick Koston
a74fcbc8b6
[esp32_ble_beacon, esp32_ble_tracker] Remove unused Arduino includes and redundant tests ( #11140 )
2025-10-09 11:42:25 -10:00
J. Nick Koston
c8b898f9c5
[ci][mdns][tests] Remove redundant ESP32 Arduino test files ( #11143 )
2025-10-09 11:40:47 -10:00
J. Nick Koston
81bf2688b4
[esp32] Update migration warning for Arduino-as-IDF-component transition ( #11142 )
2025-10-09 11:36:31 -10:00
Jonathan Swoboda
87d2c9868f
[esp32] Update IDF 5.5 and Arduino 3.3 to use 55.03.31-1 ( #11120 )
2025-10-09 21:27:36 +00:00
J. Nick Koston
5ca407e27c
[mdns] Store TXT record values in flash to reduce heap usage ( #11114 )
2025-10-10 09:01:58 +13:00
dependabot[bot]
5bbc2ab482
Bump pyupgrade from 3.20.0 to 3.21.0 ( #11139 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-09 19:40:40 +00:00
J. Nick Koston
309e8b4c92
[ci][improv_serial][tests] Remove redundant ESP32 Arduino test files ( #11138 )
2025-10-09 19:17:04 +00:00
Jesse Hills
eee2987c99
Merge branch 'beta' into dev
2025-10-10 07:53:53 +13:00
J. Nick Koston
061e55f8c5
[ci][ethernet][tests] Remove redundant Arduino tests for ethernet PHYs ( #11137 )
2025-10-09 08:45:45 -10:00
Jesse Hills
9ad462d8c6
Merge pull request #11115 from esphome/bump-2025.10.0b1
...
2025.10.0b1
2025-10-10 07:28:02 +13:00
J. Nick Koston
56334b7832
[ci][tests] Remove redundant ESP32 Arduino test files ( #11136 )
2025-10-10 07:26:41 +13:00
J. Nick Koston
a4b7e0c700
[canbus][mcp23xxx_base] Mark virtual methods as pure virtual to fix linker errors ( #11133 )
2025-10-09 07:41:49 -10:00
Jeff Brown
84ad7ee0e4
[esp32] Accept more framework URL schemes as sources ( #11125 )
2025-10-09 13:10:48 -04:00
dependabot[bot]
d006008539
Bump esphome-dashboard from 20250904.0 to 20251009.0 ( #11123 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-09 09:26:38 -04:00
J. Nick Koston
f1af9d978c
[ci] Reduce component test group size to 10 to prevent runner disk exhaustion ( #11122 )
2025-10-09 10:36:13 +13:00
J. Nick Koston
6bb1e4c9c0
[ci] Reduce component test group size to 10 to prevent runner disk exhaustion ( #11122 )
2025-10-09 10:35:52 +13:00
J. Nick Koston
785df05631
[ci] Reduce component test group size to prevent runner disk exhaustion ( #11121 )
2025-10-09 07:53:49 +13:00
J. Nick Koston
82bdb08884
[ci] Reduce component test group size to prevent runner disk exhaustion ( #11121 )
2025-10-08 14:24:26 -04:00
Jesse Hills
b709ff84c3
Bump version to 2025.11.0-dev
2025-10-08 21:14:45 +13:00
Jesse Hills
93266ad08f
Bump version to 2025.10.0b1
2025-10-08 21:14:44 +13:00
Jesse Hills
2fac813f18
[epaper_spi] New epaper component ( #10462 )
...
Co-authored-by: Keith Burzinski <kbx81x@gmail.com >
Co-authored-by: Tudor Sandu <tm.sandu@gmail.com >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-10-08 21:11:06 +13:00
Jesse Hills
a62c7a03dd
[api] Add support for getting action responses from home-assistant ( #10948 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2025-10-08 20:47:36 +13:00
J. Nick Koston
ec63247ae0
[mdns] Fix delete/malloc bug and store string constants in flash ( #11105 )
2025-10-08 04:19:29 +00:00
carlessolegrau
0fe6e7169c
[modbus_controller] courtesy response ( #10027 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-10-08 16:40:49 +13:00
dependabot[bot]
a0f4de1bfb
Bump aioesphomeapi from 41.12.0 to 41.13.0 ( #11113 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-08 03:35:17 +00:00
Jesse Hills
a541549d23
[core] Fix dynamic auto load priority ( #11112 )
2025-10-07 17:05:09 -10:00
Jonathan Swoboda
b74715fe14
[esp32] Fix issue when framework source is set ( #11106 )
2025-10-07 22:55:59 -04:00
J. Nick Koston
5aff20a624
[api] Add message size limits to prevent memory exhaustion ( #10936 )
2025-10-08 00:47:31 +00:00
Kevin Ahrendt
7682b4e9a3
[audio] Update esp-audio-libs 2.0.1 to use new FLAC decoder ( #10974 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2025-10-07 23:35:42 +00:00
Jonathan Swoboda
6eabf709c6
[esp32] Hide build warnings ( #11102 )
2025-10-08 10:27:56 +13:00
J. Nick Koston
6209d4b493
[api] Optimize frame helpers to eliminate double-move overhead ( #11092 )
2025-10-08 10:16:44 +13:00
J. Nick Koston
f10c361454
[esp32_ble] Refactor ESPBTUUID comparison with direct returns and memcmp ( #11074 )
2025-10-08 09:34:08 +13:00
J. Nick Koston
27456c1370
[esp32_ble] Refactor ESPBTUUID::from_raw to use parse_hex helpers ( #11073 )
2025-10-08 09:32:47 +13:00
J. Nick Koston
1aeefbe547
[light] Reduce flash usage by eliminating duplicate validation code ( #11030 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-08 09:23:57 +13:00
dependabot[bot]
3f3bce7ef4
Bump ruff from 0.13.3 to 0.14.0 ( #11107 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2025-10-07 19:27:21 +00:00
Jesse Hills
0acc58d5a1
[core] Update helpers for new auto load functionality ( #11097 )
2025-10-07 14:24:28 -05:00
dependabot[bot]
0b4ef0fea2
Bump github/codeql-action from 3.30.6 to 4.30.7 ( #11109 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-07 14:22:36 -05:00
dependabot[bot]
a067bdb769
Bump aioesphomeapi from 41.11.0 to 41.12.0 ( #11108 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-07 14:21:35 -05:00
Jesse Hills
301e7a7ac5
[const] Move CONF_CAPTURE_RESPONSE to const.py ( #11096 )
2025-10-07 03:15:56 -05:00
J. Nick Koston
ac566b7fd6
[clang-tidy] Include sdkconfig.defaults in hash calculation ( #11091 )
2025-10-06 22:06:30 +00:00
J. Nick Koston
fddb8b35f2
[esp32] Fix clang-tidy error for Arduino watchdog function declarations ( #11085 )
2025-10-06 16:54:13 -04:00
Jesse Hills
27e1095cd7
[core] Allow AUTO_LOAD to receive the component config to determine if it should load other components ( #10961 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2025-10-06 15:36:27 -05:00
Mariusz Kryński
fa4541a4f3
[mcp2515] setup filters ( #10486 )
2025-10-06 16:10:46 -04:00
J. Nick Koston
24dcc1843e
[time] Fix clang-tidy sign comparison errors ( #11080 )
2025-10-06 14:34:40 -05:00
J. Nick Koston
f670d775ac
[api] Fix clang-tidy sign comparison error ( #11081 )
2025-10-06 19:26:58 +00:00
J. Nick Koston
59a31adac2
[waveshare_epaper] Fix clang-tidy sign comparison errors ( #11079 )
2025-10-07 08:14:28 +13:00
dependabot[bot]
a3c0acc7c9
Bump pylint from 3.3.8 to 3.3.9 ( #11082 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-06 14:13:48 -05:00
dependabot[bot]
ad2c5b96a9
Bump zeroconf from 0.147.2 to 0.148.0 ( #11083 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-06 19:11:04 +00:00
J. Nick Koston
9adc3bd943
[veml7700] Fix clang-tidy sign comparison errors ( #11078 )
2025-10-06 18:24:05 +00:00
J. Nick Koston
ad296a7d74
[uponor_smatrix] Fix clang-tidy sign comparison errors ( #11076 )
2025-10-06 18:20:56 +00:00
J. Nick Koston
fdd422c42a
[tormatic] Fix clang-tidy sign comparison error ( #11075 )
2025-10-06 13:14:52 -05:00
J. Nick Koston
3d82301c3d
[graph] Fix clang-tidy sign comparison error ( #11051 )
2025-10-06 13:28:43 -04:00
J. Nick Koston
2fa49be17d
[haier] Fix clang-tidy sign comparison error ( #11053 )
2025-10-06 13:27:15 -04:00
J. Nick Koston
75867842ea
[rtttl] Fix clang-tidy sign comparison error ( #11065 )
2025-10-06 13:26:59 -04:00
Stephen Kent
cba85c0925
[remote_receiver] Add signal demodulation support on ESP32 ( #8711 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2025-10-06 13:24:58 -04:00
J. Nick Koston
42d1269aaf
[esp32_ble_server] Use early returns in is_created() and is_failed() methods ( #11072 )
2025-10-06 17:16:25 +00:00
J. Nick Koston
f4df17673b
[esp32_ble_server] Refactor property setters to reduce code duplication ( #11071 )
2025-10-06 12:15:06 -05:00
J. Nick Koston
e340397b41
[mipi_spi] Fix clang-tidy sign comparison errors ( #11070 )
2025-10-06 13:10:41 -04:00
J. Nick Koston
abeadc7830
[remote_base] Fix clang-tidy sign comparison error ( #11064 )
2025-10-06 11:49:50 -05:00
Beormund
8d4b347e5c
[lm75b] Add LM75B temperature sensor component ( #10534 )
2025-10-06 12:36:33 -04:00
J. Nick Koston
a7f556c25f
[esp32_ble] Fix clang-tidy sign comparison error ( #11048 )
2025-10-06 11:28:41 -05:00
J. Nick Koston
3f4250fcd7
[st7567_i2c] Fix clang-tidy sign comparison warning ( #11067 )
2025-10-06 12:27:34 -04:00
J. Nick Koston
b532e04ae4
[st7789v] Fix clang-tidy sign comparison errors ( #11068 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-06 16:24:52 +00:00
Jesse Hills
697cab45dd
[json] Add parse_json overload for const char * ( #11039 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-10-06 11:19:31 -05:00
J. Nick Koston
a88182c8e3
[statsd] Fix clang-tidy sign comparison error ( #11069 )
2025-10-06 12:12:39 -04:00
J. Nick Koston
8cfb6578d1
[graphical_display_menu] Fix clang-tidy sign comparison errors ( #11052 )
2025-10-06 12:10:54 -04:00
J. Nick Koston
eb16d322cd
[audio, i2s_audio] Fix clang-tidy sign comparison errors ( #11044 )
2025-10-06 12:07:44 -04:00
J. Nick Koston
22e06ba063
[matrix_keypad] Fix clang-tidy sign comparison error ( #11059 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2025-10-06 11:53:24 -04:00
Mort
7147479f90
[qmc5883l] Added drdy_pin option to allow it to run max rate ( #10901 )
...
Co-authored-by: Lamer Mortification <lamer_mortification@yahoo.com >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2025-10-06 11:48:05 -04:00
J. Nick Koston
e55df1babc
[key_collector] Fix clang-tidy sign comparison errors ( #11056 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2025-10-06 11:34:18 -04:00
J. Nick Koston
4c8fc5f4e6
[pid] Fix clang-tidy sign comparison error ( #11063 )
2025-10-06 11:20:59 -04:00
J. Nick Koston
646508006c
[ili9xxx] Fix clang-tidy sign comparison errors ( #11054 )
2025-10-06 11:02:54 -04:00
J. Nick Koston
9384f0683b
[kamstrup_kmp] Fix clang-tidy sign comparison errors ( #11055 )
2025-10-06 11:02:02 -04:00
J. Nick Koston
5e7f5bf890
[ltr501] Fix clang-tidy sign comparison errors ( #11057 )
2025-10-06 10:59:36 -04:00
J. Nick Koston
2a8796437d
[ltr_als_ps] Fix clang-tidy sign comparison errors ( #11058 )
2025-10-06 10:59:02 -04:00
J. Nick Koston
1635767aa2
[max7219digit] Fix clang-tidy sign comparison error ( #11060 )
2025-10-06 10:56:44 -04:00
J. Nick Koston
192856e8d1
[nau7802] Fix clang-tidy sign comparison errors ( #11062 )
2025-10-06 09:52:47 -05:00
J. Nick Koston
71be5a5f65
[mixer] Fix clang-tidy sign comparison errors ( #11061 )
2025-10-06 14:48:39 +00:00
J. Nick Koston
f86b83cda5
[fingerprint_grow] Fix clang-tidy sign comparison error ( #11050 )
2025-10-06 10:15:56 -04:00
J. Nick Koston
74c055745f
[esp32_can] Fix clang-tidy sign comparison error ( #11049 )
2025-10-06 10:14:24 -04:00
J. Nick Koston
3edcdc7d80
[es7210] Fix clang-tidy sign comparison errors ( #11047 )
2025-10-06 10:13:12 -04:00
J. Nick Koston
94fea68e3e
[daikin_arc] Fix clang-tidy sign comparison errors ( #11046 )
2025-10-06 10:12:40 -04:00
J. Nick Koston
6880f9fc5c
[cm1106] Fix clang-tidy sign comparison error ( #11045 )
2025-10-06 10:09:10 -04:00
J. Nick Koston
26ebac8cb8
[bl0906, bl0942] Fix clang-tidy sign comparison errors ( #11043 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-06 10:08:33 -04:00
J. Nick Koston
5cf0046601
[animation] Fix clang-tidy sign comparison errors ( #11042 )
2025-10-06 10:07:44 -04:00
J. Nick Koston
c68017ddb4
[online_image] Fix clang-tidy sign comparison errors ( #11041 )
2025-10-06 10:07:04 -04:00
Keith Burzinski
cfd241ff29
[zwave_proxy] Send HomeID upon client connect ( #11037 )
2025-10-06 03:47:55 +00:00
Clyde Stubbs
f757a19e82
[mipi] Fix rotation handling ( #11010 )
2025-10-06 14:05:44 +11:00
J. Nick Koston
e8854e0659
[esp32_ble] Fix max_connections architecture (shared client+server limit) ( #11006 )
2025-10-06 02:45:44 +00:00
Edward Firmo
a3622d878d
[nextion] Reduce DEBUG logs on events ( #11014 )
2025-10-05 21:11:36 -04:00
Jonathan Swoboda
da2089c8be
[core] Remove platformio install from setup ( #10997 )
2025-10-06 13:10:05 +13:00
J. Nick Koston
118663f9e2
[web_server] Use IDF web server for ESP32 Arduino builds ( #10991 )
2025-10-05 19:07:52 -05:00
J. Nick Koston
4a99987bfe
[tuya] Fix clang-tidy signed/unsigned comparison warning ( #11035 )
2025-10-06 13:07:00 +13:00
J. Nick Koston
d164c06f01
[sonoff_d1] Fix clang-tidy signed/unsigned comparison warning ( #11034 )
2025-10-06 13:06:43 +13:00
J. Nick Koston
972987acdf
[esp32_rmt_led_strip] Fix clang-tidy signed/unsigned comparison warning ( #11033 )
2025-10-06 13:06:26 +13:00
J. Nick Koston
eea2b6b81b
[esp32_ble] Optimize string operations to reduce flash usage by 264 bytes ( #11023 )
2025-10-06 13:04:50 +13:00
J. Nick Koston
f62e06104e
[wifi] Optimize logging to reduce flash usage by 284 bytes on ESP8266 ( #11022 )
2025-10-06 13:03:26 +13:00
J. Nick Koston
f26e71bae6
[ci] Fix clang-tidy after Arduino-as-IDF-component migration ( #11031 )
2025-10-05 22:16:09 +00:00
Jonathan Swoboda
c6e4a7911c
[esp32] Improve version handling ( #10899 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-10-05 22:10:23 +00:00
J. Nick Koston
e2c5eeef97
[scheduler] Deduplicate item removal code with template helper ( #11017 )
2025-10-05 16:32:51 -05:00
J. Nick Koston
7ea51b1865
[esphome.ota] Fix ESP32-S3 OTA authentication with hardware SHA acceleration ( #11011 )
2025-10-06 10:17:28 +13:00
J. Nick Koston
aa1afbd152
[wifi] Optimize WPA2 EAP phase2 logging to reduce memory overhead ( #11005 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-06 10:02:41 +13:00
J. Nick Koston
20d9ae699c
[logger] Conditionally compile runtime tag-specific log levels for performance ( #11004 )
2025-10-06 09:59:52 +13:00
J. Nick Koston
c0fb0ae06f
[web_server_idf] Optimize parameter storage to reduce flash usage and memory overhead ( #11003 )
2025-10-06 09:57:59 +13:00
J. Nick Koston
9b6d62cd69
[web_server_idf] Fix watchdog timeout with unreliable event source connections ( #11002 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-06 09:55:39 +13:00
J. Nick Koston
5932a4bd0e
[web_server] Reduce flash and RAM usage by optimizing string construction ( #10986 )
2025-10-06 09:42:23 +13:00
J. Nick Koston
84c3cf5f17
[core] Replace std::pair with purpose-built named structs for component metadata ( #10984 )
2025-10-06 09:38:58 +13:00
J. Nick Koston
120a445abf
[number] Reduce flash usage in NumberCall logging ( #10983 )
2025-10-06 09:37:47 +13:00
J. Nick Koston
41c073a451
[lock] Replace std::set with bitmask (saves 388B flash + 23B RAM per lock) ( #10977 )
2025-10-06 09:33:58 +13:00
J. Nick Koston
0fd71ca211
[mdns][openthread] Use StaticVector for services storage with compile-time capacity ( #10976 )
2025-10-06 09:30:17 +13:00
J. Nick Koston
19439199cc
[api] Add configurable send queue limit to prevent OOM crashes ( #10973 )
2025-10-06 09:25:04 +13:00
J. Nick Koston
39d5cbc74a
[esp32_ble_server] Replace EventEmitter with direct callbacks to reduce memory usage ( #10946 )
2025-10-06 09:20:40 +13:00
Jonathan Swoboda
722c5a94f2
[sps30] Clean up ( #10998 )
2025-10-05 09:24:09 -05:00
J. Nick Koston
7b48fc292f
[api] Consolidate fatal error logging to reduce flash usage ( #11015 )
2025-10-05 09:56:30 -04:00
J. Nick Koston
6c7d92e726
[ethernet] Consolidate error handling to reduce flash usage ( #11019 )
2025-10-04 20:47:46 -05:00
J. Nick Koston
b1859c50bd
[api] Simplify message reading conditional ( #11016 )
2025-10-04 21:42:21 -04:00
J. Nick Koston
3f9924eac2
[core] Merge duplicate loops in mac_address_is_valid() ( #11018 )
2025-10-04 21:42:07 -04:00
mrtoy-me
874db20b7d
[mpr121] cleaner setup ( #11013 )
2025-10-04 08:54:31 -04:00
J. Nick Koston
2eea674c04
[json] Fix missing defines.h include causing PSRAM allocator to be unused ( #11008 )
2025-10-03 23:52:40 -05:00
J. Nick Koston
0137954f2b
[const] Move CONF_MAX_CONNECTIONS to const.py ( #11007 )
2025-10-03 18:20:00 -05:00
Patrick
0a40a30e4a
[esp32_can] support multiple CAN instances for platforms that support it ( #10712 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2025-10-03 23:10:19 +00:00
dependabot[bot]
d43b844e06
Bump ruff from 0.13.2 to 0.13.3 ( #11000 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2025-10-03 14:28:58 -05:00
Tucker Kern
2596b6096f
Fix log level selector when selecting levels above INFO ( #10368 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2025-10-03 14:28:38 -05:00
dependabot[bot]
6f8e82aeb6
Bump actions/stale from 10.0.0 to 10.1.0 ( #11001 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-03 14:27:29 -05:00
J. Nick Koston
ca0e738799
[logger] Fix line number wrapping bug for files with >999 lines ( #10979 )
2025-10-03 10:50:21 -05:00
Jonathan Swoboda
14a23101f2
[core] Fix MQTT import ( #10982 )
2025-10-03 11:35:55 -04:00
mrtoy-me
2b389bb8f2
[sps30] remove delay ( #10964 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-10-03 09:40:43 -04:00
mrtoy-me
89c3340ef6
[mpr121] remove delay ( #10963 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-10-03 09:06:16 -04:00
Oliver Gründel
ba0532cda7
Fix UNIT_KILOVOLT_AMPS_REACTIVE constant definition ( #10992 )
2025-10-03 07:36:14 -04:00
J. Nick Koston
5419b8bddb
[ci] Fix pre-commit action to comply with pinned SHA security policy ( #10990 )
2025-10-02 21:53:16 -05:00
dependabot[bot]
624868bb05
Bump github/codeql-action from 3.30.5 to 3.30.6 ( #10985 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-02 22:58:06 +02:00
J. Nick Koston
f2aa5a754c
[api] Remove ClientInfo::get_combined_info() to eliminate heap fragmentation ( #10970 )
2025-10-02 12:44:30 +13:00
J. Nick Koston
638c6cc14e
[api] Reduce flash usage in user services by eliminating vector copy ( #10971 )
2025-10-01 20:26:47 +02:00
Jonathan Swoboda
8137d7600a
[rtttl] Fix warning ( #10972 )
2025-10-01 20:26:25 +02:00
Carl Reid
08afc3030a
[psram] raise instead of returning invalid object ( #10954 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-10-01 09:47:32 -04:00
Jesse Hills
1deb79a24b
[core] Add some types to loader.py ( #10967 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-01 15:36:17 +02:00
J. Nick Koston
de21c61b6a
[logger] Optimize log formatting performance (35-72% faster) ( #10960 )
2025-10-01 15:33:30 +02:00
J. Nick Koston
db1aa82350
[core] Fix ComponentIterator alignment for 32-bit platforms ( #10969 )
2025-10-01 15:33:14 +02:00
Jesse Hills
fe4799b300
Merge branch 'release' into dev
2025-10-02 00:30:42 +13:00
Jesse Hills
93e18e850e
Merge pull request #10966 from esphome/bump-2025.9.3
...
2025.9.3
2025-10-02 00:29:56 +13:00
mrtoy-me
5cef75dbe1
[hdc1080] remove delays and fix no check for sensor nullptr ( #10947 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-10-01 07:22:02 -04:00
Piotr Szulc
4194a940ae
[remote_transmitter] fix sending codes on libretiny ( #10959 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-10-01 07:10:37 -04:00
Jesse Hills
59c0ffb98b
Bump version to 2025.9.3
2025-10-01 23:41:42 +13:00
Abílio Costa
29658b79bc
[voice_assistant] Fix wakeword string being reset while referenced ( #10945 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2025-10-01 23:41:42 +13:00
Vladimir Makeev
158a59aa83
[sim800l] Fixed ignoring incoming calls. ( #10865 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-10-01 23:41:42 +13:00
J. Nick Koston
c95180504a
[api] Prevent API from overriding noise encryption keys set in YAML ( #10927 )
2025-10-01 23:41:42 +13:00
Jesse Hills
848ba6b717
[psram] Fix invalid variant error, add supported() check ( #10962 )
2025-10-01 23:29:10 +13:00
J. Nick Koston
922f4b6352
[web_server] Optimize handler methods with lookup tables to reduce flash usage ( #10951 )
2025-10-01 15:52:35 +13:00
Javier Peletier
fd3c05b42e
[substitutions] fix #10825 set evaluation error ( #10830 )
2025-10-01 14:33:56 +13:00
Jesse Hills
ab1f8326ee
[const] Move CONF_ON_RESPONSE to const.py ( #10958 )
2025-10-01 11:12:45 +13:00
J. Nick Koston
2a915e4efd
[deep_sleep] esp32 fixes to align with variant support ( #10929 )
2025-10-01 08:42:42 +13:00
dependabot[bot]
f5e85a424f
Bump docker/login-action from 3.5.0 to 3.6.0 in the docker-actions group ( #10943 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-01 08:29:49 +13:00
J. Nick Koston
c69603d916
[dashboard] Replace polling with WebSocket for real-time updates ( #10893 )
2025-09-30 14:03:52 -04:00
Jonathan Swoboda
d75b7708a5
[sx126x] Add additional FSK CRC options ( #10928 )
2025-09-30 12:08:28 -04:00
J. Nick Koston
b023453e81
[captive_portal] Add DHCP Option 114 support for ESP32 ( #10952 )
2025-09-30 17:52:37 +02:00
Stephen Boyle
a5ba6237cb
[ethernet] Add mac_address yaml configuration option ( #10861 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2025-09-30 08:59:08 -04:00
Patrick
0e623055df
[mcp2515, canbus] error handling improvments ( #10526 )
2025-09-30 08:56:28 -04:00
J. Nick Koston
6018f5f5d1
[api] Add configurable connection limits ( #10939 )
2025-09-30 22:24:19 +13:00
J. Nick Koston
96868aa754
[socket] Reduce memory overhead for LWIP TCP accept queue on ESP8266/RP2040 ( #10938 )
2025-09-30 16:52:47 +13:00
J. Nick Koston
83d86c8c59
[ota] Complete non-blocking authentication implementation ( #10912 )
2025-09-30 16:46:47 +13:00
Abílio Costa
7703cabb7b
[voice_assistant] Fix wakeword string being reset while referenced ( #10945 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2025-09-30 02:29:16 +00:00
dependabot[bot]
300f1de11c
Bump aioesphomeapi from 41.10.0 to 41.11.0 ( #10942 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-29 17:00:23 -05:00
J. Nick Koston
3b73738d9f
[script] Reduce RAM usage by storing names in flash ( #10941 )
2025-09-30 10:35:53 +13:00
Jonathan Swoboda
b176d1f890
[core] Don't remove storage in clean-all ( #10921 )
2025-09-29 15:24:42 -04:00
Jesse Hills
2aaafd6ebb
Merge branch 'release' into dev
2025-09-30 07:51:02 +13:00
Jesse Hills
a96c013eb1
Merge pull request #10932 from esphome/bump-2025.9.2
...
2025.9.2
2025-09-30 07:50:17 +13:00
tomaszduda23
054b215d8d
[nrf52] add more tests ( #10694 )
2025-09-29 14:11:57 -04:00
tomaszduda23
e3e98e2568
[nrf52] add more tests ( #10695 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2025-09-29 14:09:41 -04:00
Vladimir Makeev
29db576f79
[sim800l] Fixed ignoring incoming calls. ( #10865 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-09-29 09:08:51 -04:00
Jesse Hills
58166b3e71
Bump version to 2025.9.2
2025-09-29 21:39:17 +13:00
Clyde Stubbs
345fc0b6ca
[mipi_spi] Fix t-display-amoled ( #10922 )
2025-09-29 21:39:17 +13:00
Oliver Kleinecke
127058e700
[usb_uart] Disable flow control on ch34x
2025-09-29 21:39:17 +13:00
Jonathan Swoboda
57f7a709cf
[sx126x] Fix issues with variable length FSK packets ( #10911 )
2025-09-29 21:39:17 +13:00
J. Nick Koston
f2a9e9265e
[esp32_improv] Fix crashes from uninitialized pointers and missing null checks ( #10902 )
2025-09-29 21:39:16 +13:00
Stuart Parmenter
1ecd26adb5
Set color_order to RGB for the Waveshare ESP32-S3-TOUCH-LCD-4.3 and ESP32-S3-TOUCH-LCD-7-800X480 ( #10835 )
2025-09-29 21:39:16 +13:00
Jonathan Swoboda
6d9fc672d5
[libretiny] Fix lib_ignore handling and ignore incompatible libraries ( #10846 )
2025-09-29 21:39:16 +13:00
J. Nick Koston
b9361b0868
[esp32_improv] Disable loop by default until provisioning needed ( #10764 )
2025-09-29 21:39:16 +13:00
J. Nick Koston
0246a8eb1d
[usb_host] Fix double-free crash with lock-free atomic pool allocation ( #10926 )
2025-09-29 14:48:51 +10:00
J. Nick Koston
a56d044d98
[api] Prevent API from overriding noise encryption keys set in YAML ( #10927 )
2025-09-28 22:42:58 -05:00
J. Nick Koston
f6253d52b4
[esp32_ble_server] Conditionally compile BLE automation features to save memory ( #10910 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-09-29 14:28:03 +13:00
Clyde Stubbs
77dff52183
[mipi_spi] Fix t-display-amoled ( #10922 )
2025-09-29 12:12:06 +13:00
J. Nick Koston
4b86f31b66
[core] Fix platform component normalization happening too late in validation pipeline ( #10908 )
2025-09-29 12:09:08 +13:00
J. Nick Koston
78655968df
[event_emitter] Replace unordered_map with vector - saves 2.6KB flash, 2.3x faster ( #10900 )
2025-09-29 12:07:13 +13:00
J. Nick Koston
ab79e596b5
[esp32_ble_server] Optimize notification and action managers for typical use cases ( #10897 )
2025-09-29 11:32:16 +13:00
J. Nick Koston
ef73ae2116
[esp32_ble_server] Replace HashMap with vector for services - saves 1KB flash, 26x faster ( #10894 )
2025-09-29 10:36:40 +13:00
J. Nick Koston
0111f725ff
[esp32_ble_tracker] Reduce gap_scan_result log verbosity to VV ( #10917 )
2025-09-29 10:34:32 +13:00
J. Nick Koston
34b4cb46f6
[esp32_improv] Make device name visible to passive BLE scanners ( #10918 )
2025-09-29 10:33:36 +13:00
J. Nick Koston
a2f833d665
[captive_portal] Add DNS server support for ESP-IDF framework ( #10919 )
2025-09-29 10:07:26 +13:00
Brandon Ibach
a7042687c1
[spi] fix SPI interface selection on ESP32-S2 and -S3 ( #10732 ) ( #10766 )
2025-09-28 10:58:42 +00:00
Oliver Kleinecke
0d2d18c198
[usb_uart] Disable flow control on ch34x
2025-09-28 19:35:40 +10:00
Oliver Kleinecke
3f03e8c423
[usb_host][usb_uart] Allow on ESP32-P4 ( #10815 )
2025-09-28 07:15:18 +00:00
Keith Burzinski
9dd6be4061
[zwave_proxy, api] Add notification message when Z-Wave HomeID changes ( #10860 )
2025-09-27 17:50:18 -05:00
Jonathan Swoboda
2bf79a607f
[sx126x] Fix issues with variable length FSK packets ( #10911 )
2025-09-27 15:55:14 -04:00
J. Nick Koston
61a11547ca
[esp32_improv] Fix crashes from uninitialized pointers and missing null checks ( #10902 )
2025-09-27 09:24:17 -05:00
J. Nick Koston
abf522bbb9
[ota] Add SHA256 password authentication with backward compatibility ( #10809 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2025-09-26 17:50:27 -05:00
Patrick Van Oosterwijck
25fc16163b
[ethernet] Fix Ethernet RMII capable variant validation ( #10909 )
2025-09-26 17:34:22 -05:00
dependabot[bot]
55593628ef
Bump github/codeql-action from 3.30.4 to 3.30.5 ( #10905 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-26 16:22:32 -05:00
dependabot[bot]
1f90d89731
Bump pyyaml from 6.0.2 to 6.0.3 ( #10904 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-26 16:22:09 -05:00
J. Nick Koston
1560b8b8e2
[climate] Remove STL algorithm overhead in save_state() method ( #10888 )
2025-09-26 12:19:48 +12:00
J. Nick Koston
b26776fad4
[select] Remove STL algorithm overhead to reduce flash usage ( #10887 )
2025-09-26 12:19:06 +12:00
J. Nick Koston
875ada86b0
[web_server] Remove std::find_if overhead matching IDF implementation ( #10889 )
2025-09-26 12:14:16 +12:00
J. Nick Koston
195d1be4a9
[version] Reduce flash usage by optimizing string concatenation in setup() ( #10890 )
2025-09-26 12:12:39 +12:00
J. Nick Koston
2b12ff5874
[esp32_ble] Reduce RAM usage and firmware size by disabling unused GATT functionality ( #10862 )
2025-09-26 12:11:13 +12:00
J. Nick Koston
250b94d113
[text_sensor] Convert LOG_TEXT_SENSOR macro to function to reduce flash usage ( #10884 )
2025-09-26 12:10:31 +12:00
Jesse Hills
28199c1cf8
[stale] Clean up stale job ( #10892 )
2025-09-26 12:02:51 +12:00
Jesse Hills
eeb3ccaef7
Update stale bot rules ( #10891 )
2025-09-26 11:13:23 +12:00
Patrick Van Oosterwijck
460eb219ba
[ethernet] Add LAN8670 PHY support ( #10874 )
...
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2025-09-25 21:45:07 +00:00
Jonathan Swoboda
cef9cf49bf
[htu21d] Fix I2C NACK issue and buffer overrun ( #10801 )
2025-09-25 15:54:38 -05:00
Jonathan Swoboda
28f09f9ed1
[dashboard] Fix progress bars on Windows ( #10858 )
2025-09-25 15:53:34 -05:00
J. Nick Koston
3eb502b328
Add sha256 support ( #10882 )
2025-09-26 08:53:21 +12:00
dependabot[bot]
7af77d0f82
Bump ruff from 0.13.1 to 0.13.2 ( #10885 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2025-09-25 19:39:14 +00:00
dependabot[bot]
1c229947a8
Bump github/codeql-action from 3.30.3 to 3.30.4 ( #10886 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-25 14:34:23 -05:00
Jonathan Swoboda
74f09a2b59
[core] Rename to clean-platform to clean-all ( #10876 )
2025-09-25 11:55:43 -04:00
J. Nick Koston
549626bee2
Fix flakey password auth failure integration test ( #10883 )
2025-09-25 11:39:56 -04:00
Jonathan Swoboda
65a1d2b2ff
[scd30] Fix temp offset ( #10847 )
2025-09-25 09:13:27 -05:00
Antoine Lépée
f7ed127182
Add WTS01 temperature sensor component ( #8539 )
...
Co-authored-by: Antoine Lépée <alepee@MacBook-Pro-de-Antoine.local >
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-09-25 13:38:31 +00:00
Jesse Hills
44767c32cf
Pin SHA for github actions ( #10879 )
2025-09-25 08:08:16 -05:00
Jesse Hills
0cc03dfe32
[json] Parsing json without a lambda ( #10838 )
2025-09-25 16:35:19 +12:00
J. Nick Koston
1922b7b3ed
[api] Make password and encryption mutually exclusive, add deprecation warning for password auth ( #10871 )
2025-09-24 22:20:35 -05:00
Michael Hansen
f22143f090
Add external wake word message ( #10850 )
2025-09-24 19:08:29 -05:00
dependabot[bot]
be92903a6f
Bump actions/cache from 4.2.4 to 4.3.0 ( #10868 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-24 19:06:31 -05:00
dependabot[bot]
538941b3fd
Bump actions/cache from 4.2.4 to 4.3.0 in /.github/actions/restore-python ( #10869 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-24 19:06:18 -05:00
dependabot[bot]
ce8ac8b89d
Bump aioesphomeapi from 41.9.1 to 41.10.0 ( #10872 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-24 23:11:53 +00:00
Stuart Parmenter
6d0f134ff1
Set color_order to RGB for the Waveshare ESP32-S3-TOUCH-LCD-4.3 and ESP32-S3-TOUCH-LCD-7-800X480 ( #10835 )
2025-09-24 08:59:16 -05:00
J. Nick Koston
11ccf0e591
[usb_host] Prevent USB data corruption from missed events ( #10859 )
2025-09-24 08:58:42 -05:00
J. Nick Koston
adfacdf1b7
[api] Consolidate authentication checks to reduce function call overhead ( #10852 )
2025-09-23 19:43:55 -05:00
J. Nick Koston
f8226cd481
[esp32_ble] Remove Arduino-specific BLE limitations and SplitDefaults ( #10780 )
2025-09-23 19:42:46 -05:00
Jesse Hills
63326cbd6d
[api] Rename HomeassistantServiceResponse to HomeassistantActionRequest ( #10839 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: Keith Burzinski <kbx81x@gmail.com >
2025-09-23 17:58:24 -05:00
J. Nick Koston
d0d7abb542
Implement zero-copy for strings in base API calls ( #10851 )
2025-09-23 16:15:28 -05:00
dependabot[bot]
cd7922faaf
Bump aioesphomeapi from 41.9.0 to 41.9.1 ( #10857 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-23 20:58:49 +00:00
J. Nick Koston
365e3afa9b
Implement zero-copy API for zwave_proxy ( #10836 )
...
Co-authored-by: Keith Burzinski <kbx81x@gmail.com >
2025-09-23 20:12:54 +00:00
dependabot[bot]
e9c2e211ef
Bump aioesphomeapi from 41.8.0 to 41.9.0 ( #10855 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-23 20:09:04 +00:00
J. Nick Koston
afda9500bf
[zwave_proxy] Fix race condition sending zero home ID on reboot ( #10848 )
...
Co-authored-by: Keith Burzinski <kbx81x@gmail.com >
2025-09-23 19:21:49 +00:00
dependabot[bot]
bc7fc8df18
Bump aioesphomeapi from 41.7.0 to 41.8.0 ( #10853 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-23 14:19:43 -05:00
J. Nick Koston
2f8a4d0caa
[api] Implement zero-copy API for bluetooth_proxy writes ( #10840 )
2025-09-23 13:48:57 -05:00
J. Nick Koston
a7ee7b962e
[wifi] Unify ESP32 WiFi implementation to use ESP-IDF driver ( #10849 )
2025-09-23 12:15:12 -05:00
Jonathan Swoboda
3cb2a4569c
[core] Add a clean-platform option ( #10831 )
2025-09-23 12:41:25 -04:00
Jesse Hills
3b20969171
[core] Add typing to some core files ( #10843 )
2025-09-23 09:32:13 -05:00
Jonathan Swoboda
3b40172073
[libretiny] Fix lib_ignore handling and ignore incompatible libraries ( #10846 )
2025-09-23 10:21:19 -04:00
Jesse Hills
2e220fcca2
[camera-encoder] Use defines instead of build flags ( #10824 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-09-23 08:44:43 -05:00
dependabot[bot]
56e8af79c3
Bump aioesphomeapi from 41.6.0 to 41.7.0 ( #10841 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-23 00:18:13 -05:00
dependabot[bot]
25e9ec1782
Bump aioesphomeapi from 41.4.0 to 41.6.0 ( #10833 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-09-22 23:06:11 -05:00
J. Nick Koston
1771c852af
Pin ruamel.yaml.clib to 0.2.12 ( #10837 )
2025-09-22 23:01:37 -05:00
Nerdiy.de
8714a45a5c
Fix incorrect factor for value calculation in MMC5603 component ( #9925 )
2025-09-22 21:48:34 -04:00
Jesse Hills
5e94460608
[CI] Format files after sync ( #10828 )
2025-09-23 07:48:39 +12:00
brambo123
d302c0c600
[uart] Multiple ESP32 features and fixes ( #8103 )
...
Co-authored-by: Keith Burzinski <kbx81x@gmail.com >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-09-22 12:15:19 -05:00
Sam
5c943d7c13
tuya: handle WIFI_SELECT and WIFI_RESET ( #10822 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-09-22 17:05:41 +12:00
Javier Peletier
7629903afb
[substitutions] implement !literal ( #10785 )
2025-09-22 16:32:59 +12:00
Javier Peletier
68eb4091b8
[substitutions] add missing safe globals tests ( #10814 )
2025-09-22 16:29:15 +12:00
J. Nick Koston
5062e7a0e1
Fix missing os import after merge collisions ( #10823 )
2025-09-21 15:59:44 -06:00
J. Nick Koston
30bb640c89
Skip external component updates when running logs command ( #10756 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-09-21 21:15:49 +00:00
J. Nick Koston
fbb48c504f
[esp32_improv] Disable loop by default until provisioning needed ( #10764 )
2025-09-22 09:08:55 +12:00
J. Nick Koston
440b0b5574
[tests] Add integration tests for oversized payload handling in API ( #10788 )
2025-09-22 09:07:47 +12:00
J. Nick Koston
c64d385fa6
[web_server] Reduce flash usage by eliminating lambda overhead in JSON generation ( #10749 )
2025-09-22 09:06:59 +12:00
J. Nick Koston
0432a10543
Add coverage for Path to str fix in #10807 ( #10808 )
2025-09-22 08:59:19 +12:00
J. Nick Koston
4729bc87fa
[core] Fix TypeError in update-all command after Path migration ( #10821 )
2025-09-21 13:07:27 -04:00
Jonathan Swoboda
e3b64103cc
[sensirion] Fix warning ( #10813 )
2025-09-20 21:23:33 -05:00
esphomebot
ebdcb3e4d9
Synchronise Device Classes from Home Assistant ( #10803 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-09-20 13:09:21 +00:00
J. Nick Koston
971522574d
[http_request] Fix Path object passed to C++ codegen ( #10812 )
2025-09-19 20:10:02 -04:00
J. Nick Koston
73e939dbbc
[zephyr] Fix compilation after Path migration ( #10811 )
2025-09-19 20:09:32 -04:00
dependabot[bot]
a96798ef98
Bump esptool from 5.0.2 to 5.1.0 ( #10758 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-19 15:13:47 -06:00
dependabot[bot]
923e7049f1
Bump aioesphomeapi from 41.1.0 to 41.4.0 ( #10805 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-19 15:04:43 -06:00
Paulus Schoutsen
26df542036
Fix esphome run ( #10807 )
2025-09-19 15:36:46 -05:00
Keith Burzinski
1ccec6950a
[zwave_proxy] Send Home ID in DeviceInfoResponse ( #10798 )
...
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
Co-authored-by: J. Nick Koston <nick+github@koston.org >
Co-authored-by: AlCalzone <d.griesel@gmx.net >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-09-19 14:52:54 +00:00
dependabot[bot]
b3a122de3c
Bump ruff from 0.13.0 to 0.13.1 ( #10802 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2025-09-19 08:04:29 -06:00
Jesse Hills
9ea3643b74
[core] os.path -> Path ( #10654 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2025-09-19 12:59:48 +00:00
Jesse Hills
de617c85c7
Merge branch 'release' into dev
2025-09-19 20:47:37 +12:00
Jesse Hills
e47f4ef602
Merge pull request #10796 from esphome/bump-2025.9.1
...
2025.9.1
2025-09-19 20:46:53 +12:00
Keith Burzinski
9c201afe76
[api_protobuf.py] Use type appropriate for estimated_size ( #10797 )
2025-09-18 20:55:45 -05:00
J. Nick Koston
2bb64a189d
[dashboard] Transfer DNS/mDNS cache from dashboard to CLI to avoid blocking ( #10685 )
2025-09-18 20:13:13 -05:00
Jesse Hills
9853a2e6ab
[ektf2232] Rename rts_pin to reset_pin ( #10720 )
2025-09-18 18:41:23 -06:00
Jesse Hills
961be7fd12
Bump version to 2025.9.1
2025-09-19 11:52:10 +12:00
J. Nick Koston
a5a21f47d1
[gpio] Fix unused function warnings when compiling with log level below DEBUG ( #10779 )
2025-09-19 11:52:09 +12:00
J. Nick Koston
a06cd84974
[core] Fix ESP8266 mDNS compilation failure caused by incorrect coroutine priorities ( #10773 )
2025-09-19 11:52:09 +12:00
Subhash Chandra
e3703b43c1
[packet_transport] Refactor sensor/provider list handling to be idempotent ( #10765 )
2025-09-19 11:52:09 +12:00
J. Nick Koston
f6dc25c0ce
[mqtt] Fix KeyError when MQTT logging configured without explicit level ( #10774 )
2025-09-19 11:52:09 +12:00
Keith Burzinski
fad0ec7793
[zwave_proxy] New component ( #10762 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-09-18 15:43:14 -05:00
J. Nick Koston
a302cec993
[libretiny] Optimize preferences memory usage by replacing vector with unique_ptr ( #10731 )
2025-09-18 05:25:29 -05:00
J. Nick Koston
6781da45cb
[esp32] Optimize NVS preferences memory usage by replacing vector with unique_ptr ( #10729 )
2025-09-18 05:24:50 -05:00
J. Nick Koston
37d526f003
[gpio] Fix unused function warnings when compiling with log level below DEBUG ( #10779 )
2025-09-18 05:22:22 -05:00
J. Nick Koston
d74cfefeef
[ethernet] Remove redundant Arduino framework version check ( #10781 )
2025-09-17 23:39:14 -05:00
J. Nick Koston
1ffb9d972a
[core] Fix ESP8266 mDNS compilation failure caused by incorrect coroutine priorities ( #10773 )
2025-09-18 13:11:30 +12:00
Subhash Chandra
4e5339801b
[packet_transport] Refactor sensor/provider list handling to be idempotent ( #10765 )
2025-09-18 00:14:31 +00:00
Jonathan Swoboda
b8cee477fe
[esp32] Use arduino as an idf component ( #10647 )
...
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-09-17 17:23:34 -05:00
J. Nick Koston
ff2df278d6
[api] Rename ConnectRequest/Response to AuthenticationRequest/Response ( #10726 )
2025-09-18 07:42:37 +12:00
J. Nick Koston
429e989b69
[core] Make StringRef convertToJson inline to save 250+ bytes flash ( #10751 )
2025-09-18 07:40:32 +12:00
Martin Weinelt
28541bdb1c
Migrate to SPDX license specifier in pyproject.toml ( #10768 )
2025-09-18 07:38:18 +12:00
J. Nick Koston
11c595bb09
[mqtt] Fix KeyError when MQTT logging configured without explicit level ( #10774 )
2025-09-18 07:38:02 +12:00
dependabot[bot]
fd888eaa68
Bump aioesphomeapi from 40.2.1 to 41.1.0 ( #10776 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-17 14:29:58 -05:00
Jesse Hills
3a233b2fd0
Merge branch 'release' into dev
2025-09-17 18:52:06 +12:00
Jesse Hills
d2df232706
Merge pull request #10763 from esphome/bump-2025.9.0
...
2025.9.0
2025-09-17 18:51:21 +12:00
Jesse Hills
404e679e66
Bump version to 2025.9.0
2025-09-17 11:02:12 +12:00
Jesse Hills
4426bf6029
Merge branch 'beta' into dev
2025-09-17 10:50:48 +12:00
Jesse Hills
8d401ad05a
Merge pull request #10761 from esphome/bump-2025.9.0b4
...
2025.9.0b4
2025-09-17 10:50:15 +12:00
Jesse Hills
e542816f7d
Bump version to 2025.9.0b4
2025-09-17 09:22:54 +12:00
J. Nick Koston
12cadf0a04
[core] Fix clean build files to properly clear PlatformIO cache ( #10754 )
2025-09-17 09:22:54 +12:00
J. Nick Koston
adc3d3127d
[wizard] Fix KeyError when running wizard with empty OTA password ( #10753 )
2025-09-17 09:22:54 +12:00
J. Nick Koston
61ab682099
Add additional coverage for util and writer ( #10683 )
2025-09-17 09:22:54 +12:00
J. Nick Koston
27fa18dcec
[core] Fix clean build files to properly clear PlatformIO cache ( #10754 )
2025-09-17 08:09:35 +12:00
J. Nick Koston
22989592f0
[wizard] Fix KeyError when running wizard with empty OTA password ( #10753 )
2025-09-17 07:56:54 +12:00
dependabot[bot]
1f4b10f523
Bump pytest-mock from 3.15.0 to 3.15.1 ( #10759 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-16 14:54:56 -05:00
Jesse Hills
cbaf8d309b
Merge branch 'beta' into dev
2025-09-17 00:17:01 +12:00
Jesse Hills
c05b7cca5e
Merge pull request #10752 from esphome/bump-2025.9.0b3
...
2025.9.0b3
2025-09-17 00:15:06 +12:00
Jesse Hills
6ac395da6d
Bump version to 2025.9.0b3
2025-09-16 20:35:23 +12:00
jokujossai
54616ae1b4
[ade7880] fix channel a voltage registry ( #10750 )
2025-09-16 20:35:23 +12:00
jokujossai
e33dcda907
[mqtt] fix publish payload length when payload contains null characters ( #10744 )
2025-09-16 20:35:23 +12:00
J. Nick Koston
04c1b90e57
[ethernet] Conditionally compile PHY-specific code to reduce flash usage ( #10747 )
2025-09-16 20:35:23 +12:00
J. Nick Koston
ddb8fedef7
[dashboard] Fix archive handler to properly delete build folders using correct path ( #10724 )
2025-09-16 20:35:23 +12:00
J. Nick Koston
04f4f79cb4
[select] Use const references to avoid unnecessary vector copies ( #10741 )
2025-09-16 20:35:23 +12:00
J. Nick Koston
8890071360
Add additional test coverage ahead of Path conversion ( #10700 )
2025-09-16 20:35:23 +12:00
J. Nick Koston
4b3a997a8e
Improve coverage for various core modules ( #10663 )
2025-09-16 20:35:23 +12:00
jokujossai
660223e269
[ade7880] fix channel a voltage registry ( #10750 )
2025-09-16 17:00:22 +12:00
jokujossai
6d1de2106e
[mqtt] fix publish payload length when payload contains null characters ( #10744 )
2025-09-16 15:28:36 +12:00
DT-art1
90e33306f1
[const] Move CONF_CLEAR to const.py ( #10742 )
2025-09-16 13:24:23 +12:00
J. Nick Koston
f3ac21b3b4
[ethernet] Conditionally compile PHY-specific code to reduce flash usage ( #10747 )
2025-09-15 23:46:07 +00:00
J. Nick Koston
4859fe67eb
[dashboard] Fix archive handler to properly delete build folders using correct path ( #10724 )
2025-09-16 11:04:35 +12:00
J. Nick Koston
a723673dcc
[select] Use const references to avoid unnecessary vector copies ( #10741 )
2025-09-16 09:16:26 +12:00
Jesse Hills
612fb4cc3c
[CI] Check esp32 boards file is up to date ( #10730 )
2025-09-15 15:03:02 -05:00
J. Nick Koston
5fac67d195
[json] Only compile SpiRamAllocator when PSRAM is enabled ( #10728 )
2025-09-15 11:50:11 -05:00
Jesse Hills
d671862e9a
Merge branch 'beta' into dev
2025-09-15 18:29:26 +12:00
Jesse Hills
2a4ab6a811
Merge pull request #10725 from esphome/bump-2025.9.0b2
...
2025.9.0b2
2025-09-15 18:28:51 +12:00
J. Nick Koston
459ef7f262
[api] Exclude ConnectRequest/Response when password is disabled ( #10704 )
2025-09-14 20:45:28 -05:00
J. Nick Koston
bd9dc43e59
Add additional coverage ahead of Path conversion ( #10723 )
2025-09-15 13:33:15 +12:00
Jesse Hills
971de64494
Bump version to 2025.9.0b2
2025-09-15 12:34:56 +12:00
J. Nick Koston
926fdcbecd
[esp32_ble] Optimize BLE hex formatting to eliminate sprintf dependency ( #10714 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2025-09-15 12:34:56 +12:00
J. Nick Koston
6b147312cd
[wifi] Optimize WiFi MAC formatting to eliminate sprintf dependency ( #10715 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2025-09-15 12:34:56 +12:00
J. Nick Koston
2d9152d9b9
[md5] Optimize MD5::get_hex() to eliminate sprintf dependency ( #10710 )
2025-09-15 12:34:56 +12:00
dependabot[bot]
24f9550ce5
Bump aioesphomeapi from 40.2.0 to 40.2.1 ( #10721 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-15 12:34:56 +12:00
Big Mike
3427aaab8c
ina2xx should be total increasing for energy sensor ( #10711 )
2025-09-15 12:34:56 +12:00
J. Nick Koston
4e17d14acc
[scheduler] Fix timing accumulation in scheduler causing incorrect execution measurements ( #10719 )
2025-09-15 12:34:56 +12:00
J. Nick Koston
1750f02ef3
[api] Optimize HelloResponse server_info to reduce memory usage ( #10701 )
2025-09-15 12:34:56 +12:00
J. Nick Koston
ae158179bd
[api] Revert unneeded GetTime bidirectional support added in #9790 ( #10702 )
2025-09-15 12:34:55 +12:00
J. Nick Koston
c601494779
[core] Optimize MAC address formatting to eliminate sprintf dependency ( #10713 )
2025-09-15 12:34:55 +12:00
J. Nick Koston
646f4e66be
[ethernet] Fix permanent component failure from undocumented ESP_FAIL in IPv6 setup ( #10708 )
2025-09-15 12:34:55 +12:00
dependabot[bot]
5b5e5c213c
Bump aioesphomeapi from 40.1.0 to 40.2.0 ( #10703 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-15 12:34:55 +12:00
Markus
46235684b1
[core] fix upload to device via MQTT IP lookup (e.g. when mDNS is disable) ( #10632 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
Co-authored-by: J. Nick Koston <nick+github@koston.org >
2025-09-15 12:34:55 +12:00
J. Nick Koston
5b702a1efa
Add additional dashboard and main tests ( #10688 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-09-15 12:34:55 +12:00
J. Nick Koston
56e9fd2e38
[tests] Add upload_program and show_logs test coverage to prevent regressions ( #10684 )
2025-09-15 12:34:55 +12:00
J. Nick Koston
65f15a706f
Add some more coverage for dashboard web_server ( #10682 )
2025-09-15 12:34:55 +12:00
J. Nick Koston
eee64cc3a6
Add comprehensive tests for choose_upload_log_host to prevent regressions ( #10679 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-09-15 12:34:55 +12:00
J. Nick Koston
f43fb3c3a3
[core] Add millisecond precision to logging timestamps ( #10677 )
2025-09-15 12:34:55 +12:00
rwrozelle
79b0025fe6
Openthread Fix Factory Reset ( #9281 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2025-09-15 12:34:55 +12:00
Jesse Hills
c6a039a72f
[adc] Fix FILTER_SOURCE_FILES location ( #10673 )
2025-09-15 12:34:54 +12:00
esphomebot
6f1fa094c2
Update webserver local assets to 20250910-110003 ( #10668 )
2025-09-15 12:34:54 +12:00
J. Nick Koston
1d5a3b647d
[esp32_ble] Optimize BLE hex formatting to eliminate sprintf dependency ( #10714 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2025-09-15 12:04:45 +12:00
Jimmy Hedman
af3e1788d1
Unpin libretiny version in network test ( #10717 )
2025-09-14 22:54:14 +00:00
J. Nick Koston
b946cb160d
[wifi] Optimize WiFi MAC formatting to eliminate sprintf dependency ( #10715 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2025-09-14 22:35:27 +00:00
J. Nick Koston
e0241e9dcd
[md5] Optimize MD5::get_hex() to eliminate sprintf dependency ( #10710 )
2025-09-14 22:35:18 +00:00
dependabot[bot]
1accc409f6
Bump aioesphomeapi from 40.2.0 to 40.2.1 ( #10721 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-14 22:33:07 +00:00
Big Mike
f756de276b
ina2xx should be total increasing for energy sensor ( #10711 )
2025-09-15 10:16:01 +12:00
J. Nick Koston
ac07a00141
[scheduler] Fix timing accumulation in scheduler causing incorrect execution measurements ( #10719 )
2025-09-14 22:05:56 +00:00
J. Nick Koston
7ae11de2e4
[api] Optimize HelloResponse server_info to reduce memory usage ( #10701 )
2025-09-15 09:54:42 +12:00
J. Nick Koston
bb6be9c939
[api] Revert unneeded GetTime bidirectional support added in #9790 ( #10702 )
2025-09-15 09:52:19 +12:00
J. Nick Koston
9c85a7eff3
[core] Optimize MAC address formatting to eliminate sprintf dependency ( #10713 )
2025-09-15 09:50:38 +12:00
J. Nick Koston
10a665b864
[ethernet] Fix permanent component failure from undocumented ESP_FAIL in IPv6 setup ( #10708 )
2025-09-15 09:45:22 +12:00
J. Nick Koston
35dce3c80d
Add additional test coverage ahead of Path conversion ( #10700 )
2025-09-15 09:31:38 +12:00
dependabot[bot]
7e6b11ce84
Bump aioesphomeapi from 40.1.0 to 40.2.0 ( #10703 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-13 23:25:19 +00:00
Keith Burzinski
adcba4fd9a
[api_protobuf.py] Use type based on size/length ( #10696 )
2025-09-13 17:02:04 -05:00
Markus
d3592c451b
[core] fix upload to device via MQTT IP lookup (e.g. when mDNS is disable) ( #10632 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
Co-authored-by: J. Nick Koston <nick+github@koston.org >
2025-09-12 16:31:53 -05:00
J. Nick Koston
24eb33a1c0
Add additional dashboard and main tests ( #10688 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-09-13 09:04:56 +12:00
dependabot[bot]
cf1fef8cfb
Bump pytest-asyncio from 1.1.0 to 1.2.0 ( #10691 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-12 14:09:38 -05:00
fakuivan
28bba0666c
[packet_transport] initialize packet data after flushing ( #10686 )
2025-09-13 05:02:41 +10:00
J. Nick Koston
4390fd80a3
Add additional coverage for util and writer ( #10683 )
2025-09-12 17:04:51 +12:00
J. Nick Koston
4813c5134e
[tests] Add upload_program and show_logs test coverage to prevent regressions ( #10684 )
2025-09-12 17:04:22 +12:00
J. Nick Koston
bbef0e173e
[esp32_ble_tracker] Simplify BLE client state machine by removing READY_TO_CONNECT ( #10672 )
2025-09-12 08:54:34 +12:00
J. Nick Koston
3240e19a7c
Add some more coverage for dashboard web_server ( #10682 )
2025-09-12 08:52:46 +12:00
J. Nick Koston
ac0cd946f0
Add comprehensive tests for choose_upload_log_host to prevent regressions ( #10679 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-09-12 08:51:58 +12:00
Jonathan Swoboda
61bac6c6e6
[esp32] Allow esp-idf 5.5.1 ( #10680 )
2025-09-11 20:13:05 +00:00
J. Nick Koston
5fd64c5c89
[core] Add millisecond precision to logging timestamps ( #10677 )
2025-09-11 14:25:55 -05:00
rwrozelle
625f108183
Openthread Fix Factory Reset ( #9281 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2025-09-11 05:23:58 +00:00
J. Nick Koston
c45efe8f40
Add additional coverage for yaml_util ( #10674 )
2025-09-11 17:01:11 +12:00
Jesse Hills
fe1371f4dc
[adc] Fix FILTER_SOURCE_FILES location ( #10673 )
2025-09-10 22:32:04 -05:00
J. Nick Koston
e3f8a36eaa
Add coverage for dashboard ahead of Path conversion ( #10669 )
2025-09-10 22:16:04 -05:00
dependabot[bot]
41f0d1c622
Bump ruff from 0.12.12 to 0.13.0 ( #10670 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2025-09-10 21:09:45 +00:00
Jesse Hills
6469bb168d
Merge branch 'beta' into dev
2025-09-11 07:25:06 +12:00
Jesse Hills
7a869a33f0
Merge pull request #10665 from esphome/bump-2025.9.0b1
...
2025.9.0b1
2025-09-11 07:24:33 +12:00
esphomebot
af0da3f897
Update webserver local assets to 20250910-110003 ( #10668 )
2025-09-10 10:41:18 -05:00
Jonathan Swoboda
32e4eb26ad
[remote] Remove duplicate implementations of remote code ( #10548 )
2025-09-10 10:46:30 -04:00
J. Nick Koston
10aae33979
Improve coverage for various core modules ( #10663 )
2025-09-10 08:17:34 -05:00
Keith Burzinski
56e85b3ef9
[thermostat] Rename timer enums to mitigate naming conflict ( #10666 )
2025-09-10 22:58:35 +12:00
Keith Burzinski
55dd12c66b
[thermostat] Rename timer enums to mitigate naming conflict ( #10666 )
2025-09-10 22:58:07 +12:00
Jesse Hills
9dd17b464d
Bump version to 2025.10.0-dev
2025-09-10 19:48:02 +12:00
Jesse Hills
2401f81be3
Bump version to 2025.9.0b1
2025-09-10 19:48:01 +12:00
Josip Šimun Kuči
52a7e26c6d
[inkplate] Rename component and fix grayscale ( #10200 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-09-10 18:46:58 +12:00
Jesse Hills
d729dc20a8
Merge branch 'release' into dev
2025-09-10 17:04:21 +12:00
Jesse Hills
d3b7a9687b
Merge pull request #10664 from esphome/bump-2025.8.4
...
2025.8.4
2025-09-10 17:03:37 +12:00
Jesse Hills
9d7fc11108
Bump version to 2025.8.4
2025-09-10 13:56:50 +12:00
tomaszduda23
7969627d3e
[light] add missing header ( #10590 )
2025-09-10 13:56:50 +12:00
Clyde Stubbs
82d2e367d4
[kmeteriso] Fix i2c call ( #10618 )
2025-09-10 13:56:50 +12:00
Keith Burzinski
972aa691e4
[sen5x] Fix initialization ( #10603 )
2025-09-10 13:56:50 +12:00
Daniel M
ac61b8f893
[bl0940] extend configuration options of bl0940 device ( #8158 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-09-10 13:50:49 +12:00
Keith Burzinski
d9f625e5c8
[thermostat] General clean-up, optimization, properly support "auto" mode ( #10561 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2025-09-10 13:24:50 +12:00
Jonathan Swoboda
e218f16f0f
Allow both files and directories to be passed to update-all ( #10575 )
...
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2025-09-09 18:06:59 -05:00
J. Nick Koston
422d209786
[api] Add timezone support to GetTimeResponse for automatic timezone synchronization ( #10661 )
2025-09-09 15:54:50 -05:00
dependabot[bot]
e972e1f8c2
Bump aioesphomeapi from 40.0.2 to 40.1.0 ( #10662 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-09 20:33:36 +00:00
dependabot[bot]
cfb90b7b18
Bump pytest-cov from 6.3.0 to 7.0.0 ( #10660 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-09 15:15:53 -05:00
mrtoy-me
8976ea2436
[ms5611] remove delay in setup ( #10658 )
2025-09-10 07:31:06 +12:00
tomaszduda23
01ff09064d
[nrf52] add more tests ( #10591 )
2025-09-10 07:29:49 +12:00
tomaszduda23
39212f0d7f
allow to implement show_logs as external component ( #10523 )
2025-09-09 11:45:42 -05:00
Mischa Siekmann
8993f4e6b4
RingBuffer: Make partial writing optional ( #10302 )
2025-09-09 08:39:47 -05:00
J. Nick Koston
7adad0ee49
[core] Refactor insertion sort functions to eliminate code duplication ( #10653 )
2025-09-09 02:03:35 -05:00
J. Nick Koston
dd8815ec9d
[core] Reduce flash usage by refactoring looping component partitioning ( #10652 )
2025-09-09 01:17:30 -05:00
Jesse Hills
59e62a1f44
Sort codeowners using case-insensitive ( #10651 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-09-08 21:26:22 -05:00
Edward Firmo
f5f84fe825
[nextion] Increase delay before reboot to prevent TFT upload interruption ( #10402 )
2025-09-09 12:57:24 +12:00
Edward Firmo
90c2fdd565
[adc] Fix autorange negative coefficient bug causing incorrect voltage readings ( #10549 )
2025-09-09 12:56:18 +12:00
tomaszduda23
f6d69231e8
[light] add missing header ( #10590 )
2025-09-09 11:10:29 +12:00
J. Nick Koston
5cc0e21bc7
[core] Reduce unnecessary nesting in scheduler loop ( #10644 )
2025-09-09 09:04:07 +12:00
Thomas Rupprecht
703b592793
Add I2S Audio Port for ESP32-C5/C6/H2 ( #10414 )
2025-09-08 14:03:41 -04:00
J. Nick Koston
75c9430d91
[core] Fix serial upload regression from DNS resolution PR #10595 ( #10648 )
2025-09-08 10:41:03 -05:00
J. Nick Koston
e5bba00deb
[esp32] Reduce GPIO memory usage by 50% through bit-packing ( #10556 )
2025-09-08 08:46:30 -05:00
J. Nick Koston
8d90f13e97
[core] Store component source strings in flash on ESP8266 (breaking change) ( #10621 )
2025-09-07 20:10:00 -05:00
J. Nick Koston
666e33e70b
[api] Store plaintext error message in PROGMEM on ESP8266 ( #10634 )
2025-09-07 20:09:47 -05:00
Clyde Stubbs
7eaaa4e426
[mipi_rgb] Unified driver for MIPI RGB displays ( #9892 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2025-09-08 12:56:34 +12:00
J. Nick Koston
166ad942ef
[scheduler] Reduce SchedulerItem memory usage by 7.4% on 32-bit platforms ( #10553 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-09-07 18:51:07 -05:00
J. Nick Koston
0ff08bbc09
[mcp23016] Migrate to CachedGpioExpander to reduce I2C bus usage ( #10581 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-09-07 18:26:49 -05:00
J. Nick Koston
6e2bcabbc9
[sx1509] Migrate to CachedGpioExpander to reduce I2C bus usage ( #10588 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2025-09-07 18:26:33 -05:00
J. Nick Koston
afa191ae41
[pcf8574] Migrate to CachedGpioExpander to reduce I2C bus usage ( #10573 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2025-09-07 18:26:22 -05:00
J. Nick Koston
93da52c4d2
[pca9554] Migrate to CachedGpioExpander to reduce I2C bus usage ( #10571 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2025-09-07 18:26:11 -05:00
J. Nick Koston
0cc0979674
[pca6416a] Migrate to CachedGpioExpander to reduce I2C bus usage ( #10587 )
2025-09-08 10:59:23 +12:00
Jesse Hills
629f1e94f1
[ota] Fix duplicate include and sort ( #10643 )
2025-09-07 22:58:41 +00:00
J. Nick Koston
8c28f346c7
[gpio_expander] Add intelligent pin type selection to CachedGpioExpander template ( #10577 )
2025-09-08 10:57:02 +12:00
dependabot[bot]
3cf36e2f94
Bump aioesphomeapi from 40.0.1 to 40.0.2 ( #10641 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-07 17:32:21 -05:00
J. Nick Koston
1ac07c96b1
[esphome] Store OTA component log strings in flash on ESP8266 ( #10570 )
2025-09-08 10:30:39 +12:00
J. Nick Koston
91228c82e6
[esp8266][logger] Store LOG_LEVELS strings in PROGMEM to reduce RAM usage ( #10569 )
2025-09-08 10:29:45 +12:00
J. Nick Koston
28d16728d3
[core] Add memory pool to scheduler to reduce heap fragmentation ( #10536 )
2025-09-08 10:27:58 +12:00
dependabot[bot]
f24a182ba2
Bump pytest-cov from 6.2.1 to 6.3.0 ( #10640 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-07 17:26:31 -05:00
dependabot[bot]
0065fe1516
Bump zeroconf from 0.147.0 to 0.147.2 ( #10642 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-07 17:26:06 -05:00
J. Nick Koston
148fa698cc
Fix DNS resolution inconsistency between logs and OTA operations ( #10595 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-09-08 10:25:22 +12:00
J. Nick Koston
b25506b045
[core] Skip redundant process_to_add() call when no scheduler items added ( #10630 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-09-08 09:10:55 +12:00
J. Nick Koston
0c737fc4df
[core] Convert LOG_UPDATE_INTERVAL macro to function to reduce flash usage ( #10636 )
2025-09-08 09:09:15 +12:00
davidmonro
a8b8507ffc
Atm90e32/26 device class fixes ( #10629 )
2025-09-08 08:06:10 +12:00
J. Nick Koston
c33bb3a8a9
[esp8266] Store component warning strings in flash to reduce RAM usage ( #10623 )
2025-09-06 23:56:45 -05:00
Clyde Stubbs
4d09932320
[kmeteriso] Fix i2c call ( #10618 )
2025-09-06 13:51:44 +10:00
Keith Burzinski
e018b15641
[sen5x] Various optimizing & tidying up ( #10602 )
2025-09-05 20:10:48 -05:00
J. Nick Koston
3fd469cfe8
[esp8266][api] Store error strings in PROGMEM to reduce RAM usage ( #10568 )
2025-09-05 18:16:43 -05:00
J. Nick Koston
1359142106
[api] Store Noise protocol prologue in flash on ESP8266 ( #10598 )
2025-09-05 18:10:18 -05:00
J. Nick Koston
487ba4dad0
[mdns] Move constant strings to flash on ESP8266 ( #10599 )
2025-09-05 18:08:25 -05:00
J. Nick Koston
694c590eb6
[captive_portal] ESP8266: Move strings to PROGMEM (saves 192 bytes RAM) ( #10600 )
2025-09-05 18:02:12 -05:00
J. Nick Koston
b74463c3e6
[light] ESP8266: Store log strings in flash memory ( #10611 )
2025-09-05 17:59:24 -05:00
J. Nick Koston
98e8a0c201
[gpio] ESP8266: Store log strings in flash memory ( #10610 )
2025-09-05 17:57:24 -05:00
J. Nick Koston
91b2f75d04
[script] ESP8266: Store log format strings in PROGMEM (saves 240 bytes RAM) ( #10614 )
2025-09-05 17:56:00 -05:00
J. Nick Koston
f1806046a9
[web_server] ESP8266: Store OTA response strings in PROGMEM (saves 52 bytes RAM) ( #10616 )
2025-09-05 17:53:23 -05:00
J. Nick Koston
5b283d6d38
[sensor] ESP8266: Use LogString for state_class_to_string() to save RAM ( #10617 )
2025-09-05 17:51:35 -05:00
J. Nick Koston
1340665ac7
[logger] Use LogString for UART selection strings (saves 28 bytes RAM on ESP8266) ( #10615 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-09-05 17:47:53 -05:00
J. Nick Koston
1510db277c
[esphome] ESP8266: Move OTA error strings to PROGMEM (saves 116 bytes RAM) ( #10620 )
2025-09-05 17:44:23 -05:00
Keith Burzinski
a49669ee58
[sensirion_common] Tidy up, optimize ( #10604 )
2025-09-05 17:17:20 -05:00
Keith Burzinski
09b40b882e
[sgp30] Tidy up, optimize ( #10607 )
2025-09-05 14:20:11 -05:00
Keith Burzinski
0069163d31
[sps30] Tidy up, optimize ( #10606 )
2025-09-05 14:11:14 -05:00
Keith Burzinski
86c2af4882
[sen5x] Fix initialization ( #10603 )
2025-09-05 18:37:57 +12:00
J. Nick Koston
b4b795dcaf
[i2c] Optimize memory usage with stack allocation for small buffers ( #10565 )
...
Co-authored-by: Keith Burzinski <kbx81x@gmail.com >
2025-09-05 04:26:46 +00:00