Commit Graph

  • 697ca1c7be
    simplify J. Nick Koston 2025-06-27 10:17:33 -05:00
  • 409346952f
    clang-format J. Nick Koston 2025-06-27 10:15:04 -05:00
  • f4b3539d77
    clang-format J. Nick Koston 2025-06-27 10:05:30 -05:00
  • c12166c1a1
    missed one J. Nick Koston 2025-06-27 10:04:29 -05:00
  • 8d20f003cb
    Merge branch 'duplicate_webserver_code' into integration J. Nick Koston 2025-06-27 09:45:00 -05:00
  • 88f857a2f0
    defines J. Nick Koston 2025-06-27 09:44:50 -05:00
  • fb7faadd99
    reduce memory J. Nick Koston 2025-06-27 09:41:20 -05:00
  • 5c8d6752fb
    Merge branch 'dev' into duplicate_webserver_code J. Nick Koston 2025-06-27 16:01:32 +02:00
  • dda81fbc2c
    Merge branch 'dev' into binary_sensor_gpio_polling J. Nick Koston 2025-06-27 15:58:14 +02:00
  • c40dff5d63
    cleanup J. Nick Koston 2025-06-27 06:30:51 -05:00
  • 6f07b54772
    cleanup J. Nick Koston 2025-06-27 06:30:42 -05:00
  • ce0f1dfcb6
    Merge remote-tracking branch 'upstream/dev' into integration J. Nick Koston 2025-06-27 06:30:15 -05:00
  • 948aa13fb9
    Bump version to 2025.6.2 Jesse Hills 2025-06-27 23:16:13 +12:00
  • 9e993ac603
    [esp32] Change `enable_lwip_mdns_queries default to True` (#9188) scaiper 2025-06-27 13:43:18 +03:00
  • 9f3f4ead4f
    [voice_assistant] Support streaming TTS responses and fixes crash for long responses (#9224) Kevin Ahrendt 2025-06-26 20:18:51 +01:00
  • 068aa0ff1e
    [speaker] bugfix: continue to block tasks if stop flag is set (#9222) Kevin Ahrendt 2025-06-26 20:12:58 +01:00
  • e146c0796a
    [audio] Bugfix: improve timeout handling (#9221) Kevin Ahrendt 2025-06-26 20:11:50 +01:00
  • cceab26bfb
    [lvgl] Fix dangling pointer issue with qrcode (#9190) Clyde Stubbs 2025-06-24 09:43:40 +10:00
  • c0b1f32889
    [esp32] Change `enable_lwip_mdns_queries default to True` (#9188) scaiper 2025-06-27 13:43:18 +03:00
  • 837dd46adf
    Reduce component_iterator memory usage (#9205) J. Nick Koston 2025-06-27 08:56:54 +02:00
  • 13512440ac
    [gpio] Reduce ESP32 memory usage by optimizing struct padding (#9230) J. Nick Koston 2025-06-27 08:53:40 +02:00
  • 7931423e8c
    Reduce ethernet component memory usage by 8 bytes (#9231) J. Nick Koston 2025-06-27 08:52:12 +02:00
  • 62f28902c5
    [wifi] Reduce memory usage (#9232) J. Nick Koston 2025-06-27 08:50:26 +02:00
  • 1f94e4cc14
    [esp32] Update IDF components to use the registry (#9223) Jonathan Swoboda 2025-06-26 23:37:30 -04:00
  • 61dfd5541f
    use c++17 [[fallthrough]]; (#9149) Thomas Rupprecht 2025-06-27 04:40:42 +02:00
  • 9a3a5d48eb
    Merge branch 'dynamic_logging' into integration J. Nick Koston 2025-06-26 20:47:40 -05:00
  • 4a759eda02
    Disable dynamic log level control for ESP32 ESP-IDF builds J. Nick Koston 2025-06-26 20:47:02 -05:00
  • 87321ce10b
    [esp32_hosted] Add support for remote wifi (#8833) Jonathan Swoboda 2025-06-26 19:51:13 -04:00
  • 4f5aacdb3a
    Optimize SafeModeComponent memory layout to reduce padding (#9228) J. Nick Koston 2025-06-27 01:25:26 +02:00
  • 26badf201d
    fixes J. Nick Koston 2025-06-27 01:17:26 +02:00
  • 384f27cd6d
    Merge branch 'wifi_memory' into integration J. Nick Koston 2025-06-27 01:13:11 +02:00
  • ac1c5f9f58
    Reduce WiFi component memory usage J. Nick Koston 2025-06-27 01:12:19 +02:00
  • 8ad058fdf4
    Merge branch 'ethernet_padding' into integration J. Nick Koston 2025-06-27 01:00:27 +02:00
  • 9024c3c67a
    Reduce ethernet component memory usage by 8 bytes through struct optimization J. Nick Koston 2025-06-27 00:59:50 +02:00
  • fc81a47499
    Merge branch 'esp32_gpio_padding_waste' into integration J. Nick Koston 2025-06-27 00:43:41 +02:00
  • a331452076
    Reduce ESP32 GPIO memory usage by optimizing struct padding J. Nick Koston 2025-06-27 00:42:30 +02:00
  • b1c6e8168e
    Merge remote-tracking branch 'origin/ota_memory_str' into integration J. Nick Koston 2025-06-27 00:34:36 +02:00
  • b41cc0226e
    Optimize OTA password storage from std::string to const char J. Nick Koston 2025-06-27 00:24:45 +02:00
  • 450429ddd5
    Merge branch 'safe_mode_padding' into integration J. Nick Koston 2025-06-27 00:22:40 +02:00
  • f7b24f4b4b
    Optimize SafeModeComponent memory layout to reduce padding J. Nick Koston 2025-06-27 00:20:44 +02:00
  • 294c985380
    Merge branch 'duplicate_webserver_code' into integration J. Nick Koston 2025-06-27 00:09:07 +02:00
  • 720964b901
    Refactor web_server to extract duplicate sorting info code into helper method J. Nick Koston 2025-06-27 00:05:56 +02:00
  • b182f2d544
    [voice_assistant] Support streaming TTS responses and fixes crash for long responses (#9224) Kevin Ahrendt 2025-06-26 20:18:51 +01:00
  • 4fac8e9cd5
    [speaker] bugfix: continue to block tasks if stop flag is set (#9222) Kevin Ahrendt 2025-06-26 20:12:58 +01:00
  • d94896c0fb
    [audio] Bugfix: improve timeout handling (#9221) Kevin Ahrendt 2025-06-26 20:11:50 +01:00
  • 15c5dd222f
    [tests] Remove extra newline (#9213) Jesse Hills 2025-06-26 23:21:19 +12:00
  • 8895c8a987
    bitpack api flags J. Nick Koston 2025-06-26 12:46:57 +02:00
  • 740dcd72a2
    Merge branch 'duplicate_client_peername' into integration J. Nick Koston 2025-06-26 12:00:03 +02:00
  • ffd442624f
    Optimize API connection memory usage by removing client_peername_ J. Nick Koston 2025-06-26 11:59:03 +02:00
  • 2930c8e9a8
    [ld2450] Move consts to cpp file, optimize memory use (#9215) Keith Burzinski 2025-06-26 04:37:27 -05:00
  • b12b9b97f4
    [ld2410] More optimizations (#9209) Keith Burzinski 2025-06-26 04:04:38 -05:00
  • 088fd85694
    Merge branch 'batch_ping_fallback' into integration J. Nick Koston 2025-06-26 10:14:21 +02:00
  • d5b68d69d3
    tweak J. Nick Koston 2025-06-26 10:14:05 +02:00
  • bb0f7bb393
    Merge branch 'batch_ping_fallback' into integration J. Nick Koston 2025-06-26 10:10:12 +02:00
  • d86a108f18
    Merge remote-tracking branch 'upstream/dev' into batch_ping_fallback J. Nick Koston 2025-06-26 10:09:24 +02:00
  • 7828ed2d9e
    Merge branch 'batch_ping_fallback' into integration J. Nick Koston 2025-06-26 10:05:06 +02:00
  • ebf14f50fb
    Merge branch 'dev' of https://github.com/esphome/esphome into batch_ping_fallback J. Nick Koston 2025-06-26 10:02:32 +02:00
  • 09e5aa6011
    [script] Add exec bit to run-in-env (#9212) Jesse Hills 2025-06-26 17:59:16 +12:00
  • 9549304007
    [ci] Lint lock.yml (#9214) Jesse Hills 2025-06-26 17:44:02 +12:00
  • f7ac32ceda
    [ld2450] More optimizing, fix copypasta (#9210) Keith Burzinski 2025-06-26 00:35:30 -05:00
  • 92365f133d
    [esp32] Improve and simplify IDF component support (#9163) Jonathan Swoboda 2025-06-26 01:29:42 -04:00
  • a6e7e48b73
    10 years jesserockz-2025-250 Jesse Hills 2025-06-26 16:30:18 +12:00
  • f80610d958
    365 days Jesse Hills 2025-06-26 16:23:10 +12:00
  • 9daa9a6de8
    Use shared workflow for locking (#9211) Jesse Hills 2025-06-26 16:21:51 +12:00
  • 1aacf13888
    Use shared workflow for locking Jesse Hills 2025-06-26 16:19:48 +12:00
  • 23b1e428de
    Optimize Application class memory layout and reduce loop_interval size (#9208) J. Nick Koston 2025-06-26 05:35:01 +02:00
  • f029f4f20e
    Fix missing protobuf message dump for batched messages with very verbose logging (#9206) J. Nick Koston 2025-06-26 03:57:41 +02:00
  • 79e3d2b2d7
    Optimize API connection memory with tagged pointers (#9203) J. Nick Koston 2025-06-26 03:55:12 +02:00
  • c74e5e0f04
    Optimize TemplatableValue memory (#9202) J. Nick Koston 2025-06-26 03:51:51 +02:00
  • 15ef93ccc9
    Optimize API connection loop performance (#9184) J. Nick Koston 2025-06-26 03:47:41 +02:00
  • e017250445
    Reduce logger CPU usage by disabling loop when buffer is empty (#9160) J. Nick Koston 2025-06-26 03:44:07 +02:00
  • 1546ff615b
    Merge branch 'app_padding' into integration J. Nick Koston 2025-06-26 02:47:46 +02:00
  • 46cf1fb597
    comment J. Nick Koston 2025-06-26 02:47:33 +02:00
  • 8bf8655054
    Merge branch 'app_padding' into integration J. Nick Koston 2025-06-26 02:45:13 +02:00
  • a6d84948e2
    Optimize Application class memory layout and reduce loop_interval size J. Nick Koston 2025-06-26 02:43:00 +02:00
  • fac20a1f97
    Merge branch 'batch_ping_fallback' into integration J. Nick Koston 2025-06-26 02:15:41 +02:00
  • c65586b5e1
    cleanup J. Nick Koston 2025-06-26 02:15:32 +02:00
  • b27b018b06
    Merge remote-tracking branch 'origin/integration' into integration J. Nick Koston 2025-06-26 02:13:42 +02:00
  • 403da1e632
    Merge branch 'batch_ping_fallback' into integration J. Nick Koston 2025-06-26 02:12:53 +02:00
  • 2371ec1f9e
    Replace ping retry timer with batch queue fallback J. Nick Koston 2025-06-26 02:11:17 +02:00
  • 17497eec43
    Reduce memory required for sensor entities (#9201) J. Nick Koston 2025-06-26 01:15:59 +02:00
  • 6d0c6329ad
    [lvgl] Allow linear positioning of grid cells (#9196) Clyde Stubbs 2025-06-26 08:45:14 +10:00
  • 5e3ec2d34b
    lint J. Nick Koston 2025-06-26 00:24:53 +02:00
  • 78d84644c9
    lint J. Nick Koston 2025-06-26 00:24:12 +02:00
  • 0cd0f8015a
    Merge branch 'message_creator_ram' into integration J. Nick Koston 2025-06-26 00:09:31 +02:00
  • 4b5424f695
    nolint J. Nick Koston 2025-06-26 00:08:15 +02:00
  • a1d59040f7
    Merge remote-tracking branch 'origin/message_creator_ram' into integration J. Nick Koston 2025-06-25 23:54:37 +02:00
  • 0306398072
    Merge remote-tracking branch 'origin/component_iterator' into integration J. Nick Koston 2025-06-25 23:54:33 +02:00
  • a7e0bf9013
    tweak J. Nick Koston 2025-06-25 23:53:22 +02:00
  • ddb988cd83
    Merge remote-tracking branch 'upstream/dev' into component_iterator J. Nick Koston 2025-06-25 23:39:45 +02:00
  • 04b54353f1
    Merge remote-tracking branch 'upstream/dev' into scheduler_copy J. Nick Koston 2025-06-25 23:36:41 +02:00
  • f058107c05
    tweak J. Nick Koston 2025-06-25 23:33:54 +02:00
  • 6b5b0815d7
    tidy issues J. Nick Koston 2025-06-25 23:26:57 +02:00
  • 8388497038
    tidy issues J. Nick Koston 2025-06-25 23:18:50 +02:00
  • 825b1113b6
    tweak J. Nick Koston 2025-06-25 23:17:41 +02:00
  • 9074ef792f
    Reduce component_iterator memory usage J. Nick Koston 2025-06-25 19:35:40 +02:00
  • 0946f28511
    avoid string copy in scheduler for const strings J. Nick Koston 2025-06-25 19:08:18 +02:00
  • 23765cd4f5
    Merge branch 'message_creator_ram' into integration J. Nick Koston 2025-06-25 18:28:56 +02:00
  • e20c6468d0
    fix missed one J. Nick Koston 2025-06-25 18:27:43 +02:00
  • b90516de1d
    Merge branch 'template_value' into integration J. Nick Koston 2025-06-25 17:30:36 +02:00