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
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
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
J. Nick Koston
0dc08941f4
Merge branch 'dev' into integration
2025-10-19 12:53:31 -10:00
Javier Peletier
1e1fefbd0a
[substitutions] !extend and !remove now support substitutions and jinja ( #11203 )
2025-10-20 10:31:25 +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
J. Nick Koston
6aff1394ad
[core] Fix IndexError when OTA devices cannot be resolved ( #11311 )
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
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
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
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
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
a0bd7d100b
Merge remote-tracking branch 'upstream/dev' into integration
2025-10-19 08:02:33 -10:00
tomaszduda23
5e1019a6fa
[nrf52, ble_nus] add logging over BLE ( #9846 )
2025-10-19 07:41:19 -10:00
J. Nick Koston
4de6bf9d3d
Merge branch 'unbound_queued_script_fix' into integration
2025-10-18 22:43:36 -10:00
J. Nick Koston
70479dec0d
suggestions
2025-10-18 21:57:19 -10:00
J. Nick Koston
acdecafeef
suggestions
2025-10-18 21:55:25 -10:00
J. Nick Koston
32a1e45842
suggestions
2025-10-18 21:54:20 -10:00
J. Nick Koston
f7ebef83f2
Merge branch 'dev' into unbound_queued_script_fix
2025-10-18 21:34:51 -10:00
J. Nick Koston
b230551bb3
Merge remote-tracking branch 'upstream/dev' into integration
2025-10-18 19:50:26 -10:00
Keith Burzinski
a33ed5e47b
[thermostat] Add humidity support ( #11286 )
2025-10-18 17:25:53 -10:00
J. Nick Koston
d0fa64e419
Merge branch 'light_bitmask' into integration
2025-10-18 14:26:06 -10:00
J. Nick Koston
437dd503ca
more cover
2025-10-18 14:21:52 -10:00
J. Nick Koston
3ef402ef64
cover
2025-10-18 12:38:02 -10:00
J. Nick Koston
f3777b6171
Merge branch 'light_bitmask' into integration
2025-10-18 12:07:19 -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
J. Nick Koston
f2a63a7a56
Merge branch 'ci_impact_analysis' into integration
...
Resolved conflict in esphome/platformio_api.py:
- Kept refactored objdump_path and readelf_path from ci_impact_analysis
- Preserved analyze_memory_usage function from integration branch
2025-10-17 21:44:21 -10:00
J. Nick Koston
74c9d0586a
Merge branch 'min_filter_ring_buffer' into integration
2025-10-17 21:41:40 -10: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
fd32f6930e
Merge remote-tracking branch 'upstream/dev' into min_filter_ring_buffer
2025-10-17 21:04:24 -10:00
J. Nick Koston
d13ca46a30
Merge remote-tracking branch 'upstream/dev' into integration
2025-10-17 19:24:23 -10:00
J. Nick Koston
e70cb098ae
whitespace
2025-10-17 18:50:07 -10:00
J. Nick Koston
7f2d8a2c11
whitespace
2025-10-17 18:46:41 -10:00
J. Nick Koston
a078486a87
update test
2025-10-17 18:21:28 -10:00
J. Nick Koston
3151606d50
Merge branch 'dev' into ci_impact_analysis
2025-10-17 17:47:36 -10:00
J. Nick Koston
85f1019d90
[tests] Migrate remote_transmitter/receiver to common bus definitions ( #11325 )
2025-10-17 17:21:38 -10:00
J. Nick Koston
5e1ee92754
add tests
2025-10-17 16:34:25 -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
J. Nick Koston
8762d7cf0e
Merge remote-tracking branch 'upstream/dev' into ci_impact_analysis
2025-10-17 15:06:15 -10: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
cb97271704
Merge remote-tracking branch 'upstream/dev' into ci_impact_analysis
2025-10-17 13:19:47 -10:00
J. Nick Koston
320df90b6b
Merge branch 'fast_connect_cond_compile' into integration
2025-10-17 10:41:15 -10:00
J. Nick Koston
3fce283053
[wifi] Convert fast_connect to compile-time define, save 608-1024 bytes flash
2025-10-17 10:40:28 -10:00
J. Nick Koston
f65235be3a
Merge branch 'wifi_scans_less_copies' into integration
2025-10-17 09:01:53 -10:00