Commit Graph

  • 6f19808eff
    [lvgl] Post-process size arguments in meter config (#9466) Peter Zich 2025-07-12 22:43:32 -07:00
  • 864709b006
    Merge remote-tracking branch 'upstream/dev' into memory_api J. Nick Koston 2025-07-12 16:51:07 -10:00
  • fe76955f3e
    Merge remote-tracking branch 'upstream/dev' into integration J. Nick Koston 2025-07-12 16:50:25 -10:00
  • cd8e1548bf
    (Maybe?) fix I2S speaker internal DAC mode (#9435) Peter Zich 2025-07-12 18:22:07 -07:00
  • 48d55a70c0
    Merge branch 'beta' into dev Jesse Hills 2025-07-13 13:18:50 +12:00
  • 18787b0be0
    Merge pull request #9462 from esphome/bump-2025.7.0b2 2025.7.0b2 Jesse Hills 2025-07-13 13:18:17 +12:00
  • db8767fb05
    Merge remote-tracking branch 'upstream/dev' into drop_unique_id J. Nick Koston 2025-07-12 14:25:47 -10:00
  • 1020879eb7
    fixes J. Nick Koston 2025-07-12 14:16:20 -10:00
  • 34694997ec
    Fix clang-tidy skipping when Python linters are skipped J. Nick Koston 2025-07-12 14:09:02 -10:00
  • 7dad9c2ab0
    Merge branch 'reformat_api_jump_tables' into integration J. Nick Koston 2025-07-12 13:52:14 -10:00
  • 4c0c0954a4
    Merge remote-tracking branch 'upstream/dev' into reformat_api_jump_tables J. Nick Koston 2025-07-12 13:51:50 -10:00
  • 39e01c42e1
    Bump version to 2025.7.0b2 Jesse Hills 2025-07-13 11:05:14 +12:00
  • c760f89e46
    [libretiny] Set lib_compat_mode to soft for libretiny (#9439) Jonathan Swoboda 2025-07-12 19:00:38 -04:00
  • 01b4e214b9
    [usb_uart] Be flexible about descriptor layout for CDC-ACM devices (#9425) Clyde Stubbs 2025-07-13 08:59:49 +10:00
  • bc7cfeb9cd
    Only generate protobuf encode/decode methods for the message direction they're used (#9461) J. Nick Koston 2025-07-12 12:58:57 -10:00
  • 36dd203e74
    Bump aioesphomeapi from 34.2.0 to 34.2.1 (#9460) dependabot[bot] 2025-07-12 10:07:58 -10:00
  • 8605994cc6
    Apply existing protobuf buffer optimization to nested message encoding (~2.3x speed up) (#9458) J. Nick Koston 2025-07-12 08:55:32 -10:00
  • 80fbe28088
    [sx127x, sx126x] Fix preamble_size default and validation (#9454) Jonathan Swoboda 2025-07-12 03:03:03 -04:00
  • 1d9f17a57c
    [packet_transport] Don't run update if ping_pong not enabled. (#9434) Clyde Stubbs 2025-07-12 17:00:52 +10:00
  • 42947bcf56
    Conditionally compile API user services to save 4.3KB flash (follow-up to #9262) (#9451) J. Nick Koston 2025-07-11 19:08:03 -10:00
  • 3c864b2bca
    Reduce API flash usage by eliminating unnecessary template instantiations (#9452) J. Nick Koston 2025-07-11 17:56:08 -10:00
  • 35d88fc0d6
    [ld2410] Remove redundant `delay()` calls, minor optimizations (#9453) Keith Burzinski 2025-07-11 22:05:06 -05:00
  • 7a6894e087
    Optimize API proto size calculations by removing redundant force parameter (#9449) J. Nick Koston 2025-07-11 16:08:52 -10:00
  • 1b222ceca3
    Optimize API flash usage by storing message size at compile time (#9447) J. Nick Koston 2025-07-11 14:38:23 -10:00
  • bab3deee1b
    [wizard] use lowercase to match (#9448) Samuel Sieb 2025-07-11 16:35:52 -07:00
  • ccd30110b1
    Fix scheduler crash when cancelling items with NULL names (#9444) J. Nick Koston 2025-07-11 09:11:45 -10:00
  • 904c7b8a3a
    Sync api.proto from aioesphomeapi (#9393) J. Nick Koston 2025-07-11 08:33:18 -10:00
  • fa262673e4
    Replace remaining instances of USE_ESP32_CAMERA with USE_CAMERA (#9401) DT-art1 2025-07-10 10:35:24 +02:00
  • 0ef5f1fd65
    Handle ESP32 chunked MQTT messages missing topic on non-first chunks, causing panic (#5786) Adam Liddell 2025-07-10 09:34:43 +01:00
  • 23dd2d648e
    Exclude internal entities from name uniqueness validation (#9410) J. Nick Koston 2025-07-09 22:34:01 -10:00
  • 5ba493acc3
    debug: bufferoverflow mitigation in DebugComponent::on_shutdown() (#9422) @RubenKelevra 2025-07-10 05:01:21 +02:00
  • a5055094d0
    [esp32] Set lib_compat_mode to strict (#9408) Jonathan Swoboda 2025-07-09 22:49:36 -04:00
  • 92d03dd196
    [esp32_touch] Fix touch v1 (#9414) Jonathan Swoboda 2025-07-09 20:18:01 -04:00
  • bd75f0dfea
    Fix another race in the string lifetime scheduler test (#9399) J. Nick Koston 2025-07-09 11:11:42 -10:00
  • f4ac951b15
    [libretiny] Set lib_compat_mode to soft for libretiny (#9439) Jonathan Swoboda 2025-07-12 19:00:38 -04:00
  • e020110579
    [usb_uart] Be flexible about descriptor layout for CDC-ACM devices (#9425) Clyde Stubbs 2025-07-13 08:59:49 +10:00
  • 1fda40f0ce
    Only generate protobuf encode/decode methods for the message direction they're used (#9461) J. Nick Koston 2025-07-12 12:58:57 -10:00
  • f5a486a7da
    Merge branch 'source_server' into integration J. Nick Koston 2025-07-12 10:50:31 -10:00
  • a0b4100ff0
    Merge branch 'source_server' into memory_api J. Nick Koston 2025-07-12 10:38:15 -10:00
  • 425d57ba7d
    other direction J. Nick Koston 2025-07-12 10:23:21 -10:00
  • 1965a41725
    Skip generating decode methods for SOURCE_SERVER protobuf messages J. Nick Koston 2025-07-12 10:18:53 -10:00
  • 81438da8e2
    Merge branch 'integration' into bluetooth_proxy_memory_churn bluetooth_proxy_memory_churn J. Nick Koston 2025-07-12 10:09:15 -10:00
  • 27f352b7dc
    Merge remote-tracking branch 'upstream/dev' into integration J. Nick Koston 2025-07-12 10:08:17 -10:00
  • a5e42e1bd0
    Bump aioesphomeapi from 34.2.0 to 34.2.1 (#9460) dependabot[bot] 2025-07-12 10:07:58 -10:00
  • 4587878880
    debug J. Nick Koston 2025-07-12 10:03:24 -10:00
  • ec80a0e34a
    Eliminate memory allocations in Bluetooth proxy BLE advertisement batching J. Nick Koston 2025-07-12 09:09:45 -10:00
  • 8863188dd8
    Apply existing protobuf buffer optimization to nested message encoding (~2.3x speed up) (#9458) J. Nick Koston 2025-07-12 08:55:32 -10:00
  • e01fb0b677
    merge J. Nick Koston 2025-07-12 07:24:12 -10:00
  • 671f0d62c7
    Merge remote-tracking branch 'origin/runtime_stats' into integration J. Nick Koston 2025-07-12 07:21:51 -10:00
  • f1b888b309
    Merge branch 'dev' into runtime_stats J. Nick Koston 2025-07-12 07:21:44 -10:00
  • 9cbcd0497a
    Merge branch 'encode_perf' into integration J. Nick Koston 2025-07-12 07:14:06 -10:00
  • 0139de37ba
    fixup J. Nick Koston 2025-07-12 06:51:40 -10:00
  • 4e7fe88da3
    Apply existing protobuf buffer optimization to nested message encoding J. Nick Koston 2025-07-12 06:45:23 -10:00
  • 7747a5aa62
    [sx127x, sx126x] Fix preamble_size default and validation (#9454) Jonathan Swoboda 2025-07-12 03:03:03 -04:00
  • 32419645ca
    [packet_transport] Don't run update if ping_pong not enabled. (#9434) Clyde Stubbs 2025-07-12 17:00:52 +10:00
  • b1a81b45ea
    Merge remote-tracking branch 'upstream/dev' into memory_api J. Nick Koston 2025-07-11 20:59:41 -10:00
  • 634aa55364
    Disable WiFi when using Ethernet to save memory (#9456) J. Nick Koston 2025-07-11 19:19:53 -10:00
  • fb0a8b9f3e
    Merge branch 'disable_wifi_ethernet_pr' into memory_api J. Nick Koston 2025-07-11 19:17:57 -10:00
  • 87ad8eab62
    Merge remote-tracking branch 'upstream/dev' into memory_api J. Nick Koston 2025-07-11 19:17:51 -10:00
  • 6af4961695
    Merge remote-tracking branch 'upstream/dev' into integration J. Nick Koston 2025-07-11 19:08:23 -10:00
  • dd5ba5a90c
    Conditionally compile API user services to save 4.3KB flash (follow-up to #9262) (#9451) J. Nick Koston 2025-07-11 19:08:03 -10:00
  • ae78f7798f
    Merge branch 'disable_wifi_ethernet_pr' into integration J. Nick Koston 2025-07-11 19:00:15 -10:00
  • 53295fde7e
    Disable WiFi when using Ethernet to save memory J. Nick Koston 2025-07-11 18:59:31 -10:00
  • 268816bf7f
    Merge branch 'reformat_api_jump_tables' into memory_api J. Nick Koston 2025-07-11 18:43:40 -10:00
  • 200bec8440
    Merge remote-tracking branch 'upstream/dev' into memory_api J. Nick Koston 2025-07-11 18:43:23 -10:00
  • df461c08a9
    Merge branch 'reformat_api_jump_tables' into integration J. Nick Koston 2025-07-11 18:34:07 -10:00
  • bbf9dcc15a
    Merge remote-tracking branch 'origin/integration' into integration J. Nick Koston 2025-07-11 18:33:57 -10:00
  • a3e7105cb0
    Merge remote-tracking branch 'upstream/dev' into integration J. Nick Koston 2025-07-11 18:33:40 -10:00
  • 10e5400d1f
    Improve API protobuf decode method readability and reduce code size J. Nick Koston 2025-07-11 18:30:08 -10:00
  • 0138ef36cf
    Bump ruff from 0.12.2 to 0.12.3 (#9446) dependabot[bot] 2025-07-12 04:01:54 +00:00
  • ca5ee0ce07
    Reduce API flash usage by eliminating unnecessary template instantiations (#9452) J. Nick Koston 2025-07-11 17:56:08 -10:00
  • 79b5fcf31a
    [ld2420] Memory optimization, code clean-up (#9426) Keith Burzinski 2025-07-11 22:33:36 -05:00
  • 97eb949670
    Merge remote-tracking branch 'origin/integration' into integration J. Nick Koston 2025-07-11 17:32:30 -10:00
  • 8f484a89f3
    Merge branch 'enum_uint32' into integration J. Nick Koston 2025-07-11 17:32:15 -10:00
  • 1f35c35e2a
    oops, removed wrong one J. Nick Koston 2025-07-11 17:32:07 -10:00
  • 427560f814
    address bot review comments J. Nick Koston 2025-07-11 17:24:55 -10:00
  • 991200551d
    Merge branch 'enum_uint32' into memory_api J. Nick Koston 2025-07-11 17:10:21 -10:00
  • 60de0c6e69
    Merge branch 'guard_custom_services' into memory_api J. Nick Koston 2025-07-11 17:10:12 -10:00
  • 4a3000bcc5
    Merge branch 'guard_custom_services' into integration J. Nick Koston 2025-07-11 17:06:28 -10:00
  • 25cac3e04e
    make clang-tidy happy J. Nick Koston 2025-07-11 17:06:08 -10:00
  • 2243e44750
    [ld2410] Remove redundant `delay()` calls, minor optimizations (#9453) Keith Burzinski 2025-07-11 22:05:06 -05:00
  • fc386a2648
    Merge branch 'integration' of https://github.com/esphome/esphome into integration J. Nick Koston 2025-07-11 16:52:42 -10:00
  • 3fd9a3507c
    Merge branch 'reduce_api_size' into integration J. Nick Koston 2025-07-11 16:52:27 -10:00
  • d92005113a
    Merge branch 'guard_custom_services' into integration J. Nick Koston 2025-07-11 16:52:15 -10:00
  • fb2d764c89
    tidy J. Nick Koston 2025-07-11 16:48:20 -10:00
  • 0251bb48ec
    Merge branch 'guard_custom_services' into integration J. Nick Koston 2025-07-11 16:34:10 -10:00
  • a035db1d11
    Merge remote-tracking branch 'origin/enum_uint32' into integration J. Nick Koston 2025-07-11 16:34:05 -10:00
  • 88049f9801
    Merge branch 'dev' into enum_uint32 J. Nick Koston 2025-07-11 16:33:45 -10:00
  • 42a9125ea7
    preen J. Nick Koston 2025-07-11 16:25:49 -10:00
  • 63972ff272
    preen J. Nick Koston 2025-07-11 16:24:16 -10:00
  • dc53473e7e
    less templates J. Nick Koston 2025-07-11 16:16:57 -10:00
  • 2c290e3bee
    less templates J. Nick Koston 2025-07-11 16:10:39 -10:00
  • c37494ea55
    less templates J. Nick Koston 2025-07-11 16:09:33 -10:00
  • 01f949e097
    Optimize API proto size calculations by removing redundant force parameter (#9449) J. Nick Koston 2025-07-11 16:08:52 -10:00
  • b3e8963a33
    less templates J. Nick Koston 2025-07-11 16:06:50 -10:00
  • e2c77c0c4f
    less templates J. Nick Koston 2025-07-11 16:05:55 -10:00
  • 139ce4c655
    lint J. Nick Koston 2025-07-11 15:54:20 -10:00
  • 010dc35efc
    etst J. Nick Koston 2025-07-11 15:49:59 -10:00
  • 413969300b
    etst J. Nick Koston 2025-07-11 15:48:36 -10:00
  • b67a88027d
    guard J. Nick Koston 2025-07-11 15:35:26 -10:00