J. Nick Koston
|
c1b78e0c14
|
Merge branch 'esp32_reduce_compile_time_part_2' into integration
|
2026-01-31 01:36:43 -06:00 |
|
J. Nick Koston
|
3ebe6a38b1
|
fixes
|
2026-01-31 01:31:29 -06:00 |
|
J. Nick Koston
|
7c017f4075
|
[esp32] Exclude additional unused IDF components (driver, dac, mcpwm, openthread, ulp)
|
2026-01-31 00:52:54 -06:00 |
|
J. Nick Koston
|
8b9d2f5a47
|
Merge remote-tracking branch 'origin/useless_tag_cache' into integration
|
2026-01-30 23:46:49 -06:00 |
|
J. Nick Koston
|
f3ce739d26
|
[esp32] Disable unused per-tag log filtering, saving ~250 bytes RAM
|
2026-01-30 23:44:26 -06:00 |
|
J. Nick Koston
|
7d576a24a4
|
Merge branch 'progmem_string_table' into integration
|
2026-01-30 23:01:42 -06:00 |
|
J. Nick Koston
|
b2f5dbc77b
|
cleanup
|
2026-01-30 23:00:41 -06:00 |
|
J. Nick Koston
|
7f4c954ff2
|
Merge branch 'progmem_string_table' into integration
|
2026-01-30 22:55:16 -06:00 |
|
J. Nick Koston
|
8506b9b330
|
naming to make it cleanup
|
2026-01-30 22:54:30 -06:00 |
|
J. Nick Koston
|
93c7d16871
|
Merge branch 'progmem_string_table' into integration
|
2026-01-30 22:45:36 -06:00 |
|
J. Nick Koston
|
f78b6dd8c3
|
tweak
|
2026-01-30 22:44:08 -06:00 |
|
J. Nick Koston
|
bd29e870ce
|
tweak
|
2026-01-30 22:42:07 -06:00 |
|
J. Nick Koston
|
da2b8aecf1
|
more fixes
|
2026-01-30 22:38:43 -06:00 |
|
J. Nick Koston
|
d00bf3f49d
|
reduce dupe code
|
2026-01-30 22:36:50 -06:00 |
|
J. Nick Koston
|
534584ab31
|
reduce dupe code
|
2026-01-30 22:35:10 -06:00 |
|
J. Nick Koston
|
4a415dcbd1
|
Merge branch 'progmem_string_table' into integration
|
2026-01-30 22:21:09 -06:00 |
|
J. Nick Koston
|
c69e6e4363
|
tweak
|
2026-01-30 22:18:20 -06:00 |
|
J. Nick Koston
|
1f4be6512f
|
more fixes
|
2026-01-30 22:05:15 -06:00 |
|
J. Nick Koston
|
dcc8f50750
|
make sure valve works
|
2026-01-30 22:03:14 -06:00 |
|
J. Nick Koston
|
b298837276
|
make sure cover works
|
2026-01-30 22:02:57 -06:00 |
|
J. Nick Koston
|
726c5daa74
|
bot review
|
2026-01-30 22:00:47 -06:00 |
|
J. Nick Koston
|
8b3f020dba
|
Update esphome/core/progmem.h
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-01-30 21:48:21 -06:00 |
|
J. Nick Koston
|
49b652ed89
|
Update esphome/components/sensor/sensor.h
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-01-30 21:48:12 -06:00 |
|
J. Nick Koston
|
a60dea1d83
|
clamp
|
2026-01-30 21:35:51 -06:00 |
|
J. Nick Koston
|
8556ae7209
|
convert sensor to make sure it works
|
2026-01-30 21:33:02 -06:00 |
|
J. Nick Koston
|
69be581346
|
convert sensor to make sure it works
|
2026-01-30 21:31:17 -06:00 |
|
J. Nick Koston
|
e23d295e8b
|
convert sensor to make sure it works
|
2026-01-30 21:30:33 -06:00 |
|
J. Nick Koston
|
3b5c4c2416
|
reduce
|
2026-01-30 21:29:28 -06:00 |
|
J. Nick Koston
|
2d1fbe0736
|
bot comments
|
2026-01-30 21:23:28 -06:00 |
|
J. Nick Koston
|
1b6ae4348b
|
tweaks
|
2026-01-30 21:22:04 -06:00 |
|
J. Nick Koston
|
67febb13c0
|
tweaks
|
2026-01-30 21:20:26 -06:00 |
|
J. Nick Koston
|
e46de0c40a
|
[core] Add PROGMEM_STRING_TABLE macro for flash-optimized string lookups
|
2026-01-30 21:05:01 -06:00 |
|
J. Nick Koston
|
16d40be33c
|
Merge branch 'scanf_bloat' into integration
|
2026-01-30 20:36:13 -06:00 |
|
J. Nick Koston
|
53b6be6a49
|
Merge branch 'esp32_hosted_scanf' into integration
|
2026-01-30 20:34:50 -06:00 |
|
J. Nick Koston
|
ca99f1bda4
|
[esp32_hosted] Replace sscanf with strtol for version parsing
|
2026-01-30 20:31:52 -06:00 |
|
J. Nick Koston
|
e68b302bba
|
[ci] Block new scanf() usage to prevent ~9.8KB flash bloat
|
2026-01-30 20:21:43 -06:00 |
|
J. Nick Koston
|
3e11a9d8a5
|
[ci] Block new scanf() usage to prevent ~9.8KB flash bloat
|
2026-01-30 20:20:24 -06:00 |
|
J. Nick Koston
|
3f93633404
|
Merge remote-tracking branch 'origin/no_new_to_string' into integration
|
2026-01-30 20:14:01 -06:00 |
|
J. Nick Koston
|
11a7d462fe
|
Merge branch 'fix_missing_water_heater_command' into integration
|
2026-01-30 20:12:07 -06:00 |
|
Clyde Stubbs
|
9dcb469460
|
[core] Simplify generation of Lambda during to_code() (#13533)
|
2026-01-31 12:18:30 +11:00 |
|
J. Nick Koston
|
fe6357c2f4
|
[api] Align water_heater_command with standard entity command pattern
|
2026-01-30 17:06:14 -06:00 |
|
J. Nick Koston
|
6752a50417
|
[api] Add missing water_heater_command RPC declaration
|
2026-01-30 16:59:39 -06:00 |
|
J. Nick Koston
|
7409886a2d
|
Merge branch 'json_web_server_stack' into integration
|
2026-01-30 16:40:56 -06:00 |
|
J. Nick Koston
|
5377943439
|
Merge remote-tracking branch 'origin/esp32_ard_compile_time' into integration
|
2026-01-30 16:40:33 -06:00 |
|
J. Nick Koston
|
f8b964554a
|
Merge remote-tracking branch 'upstream/lazy_time_sync' into integration
|
2026-01-30 16:04:01 -06:00 |
|
J. Nick Koston
|
c95cecd697
|
Merge branch 'posix_tz' into integration
|
2026-01-30 16:03:54 -06:00 |
|
J. Nick Koston
|
0c83c0a386
|
Merge branch 'http_request_not_finished_till_timeout' into integration
|
2026-01-30 16:03:50 -06:00 |
|
J. Nick Koston
|
9b3a9bc3ef
|
Merge remote-tracking branch 'upstream/dev' into integration
|
2026-01-30 16:03:40 -06:00 |
|
J. Nick Koston
|
d0cc602979
|
[time] Use lazy callback for time sync to save 8 bytes
|
2026-01-30 16:02:20 -06:00 |
|
J0k3r2k1
|
5e3561d60b
|
[mipi_spi] Fix log_pin() FlashStringHelper compatibility (#13624)
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-30 14:33:45 -06:00 |
|