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.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