Commit Graph

  • 6ac1073469
    [ci] Support C++17 nested namespace syntax in linter (#9826) dev J. Nick Koston 2025-07-23 01:32:35 -10:00
  • 378b687a82
    [core] Restore COMPONENT_STATE_LOOP_DONE check in calculate_looping_components (#9832) J. Nick Koston 2025-07-23 01:31:30 -10:00
  • babaa1db3f
    [i2c] Use `i2c_master_probe` to scan i2c bus (#9831) Jesse Hills 2025-07-23 23:31:13 +12:00
  • 450e6536d4
    [esp32_dac] Always use esp-idf APIs jesserockz-2025-343 Jesse Hills 2025-07-23 21:54:35 +12:00
  • f9c844be89
    Merge branch 'integration' into memory_api memory_api J. Nick Koston 2025-07-22 23:52:21 -10:00
  • dee58804e8
    Merge branch 'loop_fix' into integration integration J. Nick Koston 2025-07-22 23:52:08 -10:00
  • 77c8363946
    [core] Restore COMPONENT_STATE_LOOP_DONE check in calculate_looping_components J. Nick Koston 2025-07-22 23:48:48 -10:00
  • f88208d518
    [core] Restore COMPONENT_STATE_LOOP_DONE check in calculate_looping_components revert_loop_opt J. Nick Koston 2025-07-22 23:48:48 -10:00
  • 0b2270c1d0
    Merge branch 'integration' into memory_api J. Nick Koston 2025-07-22 23:24:24 -10:00
  • bfae905a2b
    Merge branch 'bluetooth_namespace_cpp17' into integration J. Nick Koston 2025-07-22 19:41:52 -10:00
  • e24b3520bc
    Update test jesserockz-2025-340 Jesse Hills 2025-07-23 17:41:46 +12:00
  • 5b8ae6ed1a
    update script bluetooth_namespace_cpp17 J. Nick Koston 2025-07-22 19:20:28 -10:00
  • 1b74c877e1
    Merge branch 'integration' into memory_api J. Nick Koston 2025-07-22 19:17:27 -10:00
  • edeee42fd9
    Merge branch 'bluetooth_namespace_cpp17' into integration J. Nick Koston 2025-07-22 19:17:18 -10:00
  • 8ae2b31a2f
    [bluetooth_proxy] [esp32_ble_tracker] [esp32_ble] Use C++17 nested namespace syntax J. Nick Koston 2025-07-22 19:16:01 -10:00
  • aefb53cb0e
    Merge branch 'integration' into memory_api J. Nick Koston 2025-07-22 17:58:44 -10:00
  • 0fea9aab99
    Merge remote-tracking branch 'upstream/component_cleanups' into integration J. Nick Koston 2025-07-22 17:58:36 -10:00
  • e5001734ce
    [core] Fix component state documentation and add state helper method component_cleanups J. Nick Koston 2025-07-22 17:57:34 -10:00
  • bb6f8aeb94
    [remote_receiver] Fix idle validation (#9819) Jonathan Swoboda 2025-07-22 22:57:42 -04:00
  • b636b844fc
    [core] Initialize looping_components_ before setup blocking phase (#9820) J. Nick Koston 2025-07-22 16:43:22 -10:00
  • 5dc1cb8e47
    [logger] Don't allow `logger.log actions without configuring the logger` Jesse Hills 2025-07-23 14:07:49 +12:00
  • 39f79522db
    Merge branch 'integration' into memory_api J. Nick Koston 2025-07-22 15:57:37 -10:00
  • 9bceed2cfc
    Merge branch 'fix_missed_calculate_looping_components_' into integration J. Nick Koston 2025-07-22 15:57:15 -10:00
  • c400d8e5a9
    Merge branch 'dev' into fix_missed_calculate_looping_components_ J. Nick Koston 2025-07-22 15:51:47 -10:00
  • e6961f8f24
    wip J. Nick Koston 2025-07-22 15:46:49 -10:00
  • 0b9b33b81b
    [core] Initialize looping_components_ before setup blocking phase J. Nick Koston 2025-07-22 15:42:09 -10:00
  • d7a5db3dda
    [CI] Paginate codeowner comments to make sure we find it (#9818) Jesse Hills 2025-07-23 13:23:06 +12:00
  • ac7f125eb5
    [CI] Paginate codeowner comments to make sure we find it (#9817) Jesse Hills 2025-07-23 13:22:54 +12:00
  • 7bfb08e602
    [core] Match LockFreeQueue initialization order (#9813) Jesse Hills 2025-07-23 11:46:14 +12:00
  • a994ad3642
    Workflow - check all comments to find previous bot comment (#9815) Clyde Stubbs 2025-07-23 09:28:15 +10:00
  • 4bc7a6305f
    Update esphome/__main__.py jesserockz-2025-337 Jesse Hills 2025-07-23 11:19:36 +12:00
  • 4321dfb885
    Update esphome/__main__.py Jesse Hills 2025-07-23 11:18:55 +12:00
  • d080aab129
    implement copilot suggestions Jesse Hills 2025-07-23 11:17:54 +12:00
  • d71f2ad185
    Merge remote-tracking branch 'upstream/dev' into integration J. Nick Koston 2025-07-22 13:16:00 -10:00
  • 116c91e9c5
    Bump ESP32 IDF version to 5.4.2 and Arduino version to 3.2.1 (#9770) Jonathan Swoboda 2025-07-22 19:15:31 -04:00
  • 6455d1a142
    Only ignore on certain commands Jesse Hills 2025-07-23 11:12:51 +12:00
  • f92571e767
    Merge branch 'integration' into memory_api J. Nick Koston 2025-07-22 13:07:29 -10:00
  • efa3d32fce
    Merge branch '5_4_2' into memory_api J. Nick Koston 2025-07-22 13:07:27 -10:00
  • ac19d5eba2
    Merge branch '5_4_2' into integration J. Nick Koston 2025-07-22 13:07:08 -10:00
  • c96dcd61f4
    [core] Allow extra args on cli and just ignore them Jesse Hills 2025-07-23 11:04:09 +12:00
  • 5a4e2a3eaf
    [udp] Move `on_receive` to const (#9811) Jesse Hills 2025-07-23 10:56:00 +12:00
  • 1a7757e7ca
    [http_request] set correct duration_ms for failed requests (#9789) Stas 2025-07-23 00:39:03 +03:00
  • e2976162b5
    [sgp4x] Fix build (#9794) Jonathan Swoboda 2025-07-22 16:54:03 -04:00
  • cf40306297
    [audio] fix typo gneneral and divison (#9808) Thomas Rupprecht 2025-07-22 22:24:40 +02:00
  • fef2369e66
    Merge branch 'release' into dev Jesse Hills 2025-07-23 08:10:21 +12:00
  • 2b5cceda58
    Merge pull request #9796 from esphome/bump-2025.7.3 2025.7.3 release beta Jesse Hills 2025-07-23 08:09:40 +12:00
  • b03c83d04e
    make bot happy pb_dump J. Nick Koston 2025-07-22 10:04:49 -10:00
  • a5cf74679b
    make bot happy J. Nick Koston 2025-07-22 10:03:30 -10:00
  • 795bbf93e2
    Update esphome/components/api/homeassistant_service.h api_services_emplace_back J. Nick Koston 2025-07-22 10:02:14 -10:00
  • f4cb2d540d
    adju J. Nick Koston 2025-07-22 10:01:11 -10:00
  • 2d15a3c0e8
    address clang-tidy J. Nick Koston 2025-07-22 09:56:30 -10:00
  • ed61a2b77e
    address bot comments J. Nick Koston 2025-07-22 09:46:36 -10:00
  • 1730cf85be
    address bot comments J. Nick Koston 2025-07-22 09:45:05 -10:00
  • ffcf2229f6
    Merge branch 'integration' into memory_api J. Nick Koston 2025-07-22 09:21:38 -10:00
  • 157c4f4369
    Merge branch 'pb_dump' into integration J. Nick Koston 2025-07-22 09:21:32 -10:00
  • 2a935d9238
    preen J. Nick Koston 2025-07-22 09:21:20 -10:00
  • d4556608c8
    preen J. Nick Koston 2025-07-22 09:21:14 -10:00
  • 285ad9af1e
    Merge branch 'integration' into memory_api J. Nick Koston 2025-07-22 09:16:47 -10:00
  • f15662d4b5
    Merge branch 'protobuf_magic_numbers' into integration J. Nick Koston 2025-07-22 09:16:28 -10:00
  • fffa6eb0db
    Merge branch 'api_cleanups_5' into integration J. Nick Koston 2025-07-22 09:16:10 -10:00
  • 6711742248
    Merge branch 'pb_dump' into integration J. Nick Koston 2025-07-22 09:15:49 -10:00
  • d624f2a9ce
    dump helper J. Nick Koston 2025-07-22 09:10:01 -10:00
  • c590ffd289
    cleans to dump J. Nick Koston 2025-07-22 09:03:01 -10:00
  • 8096eea6c3
    cleans to dump J. Nick Koston 2025-07-22 09:01:11 -10:00
  • 873aebc572
    cleans to dump J. Nick Koston 2025-07-22 09:00:53 -10:00
  • 5adc58f826
    cleans to dump J. Nick Koston 2025-07-22 09:00:44 -10:00
  • 3d35b9679a
    cleans to dump J. Nick Koston 2025-07-22 08:58:52 -10:00
  • fbd3c051ec
    cleans to dump J. Nick Koston 2025-07-22 08:58:19 -10:00
  • 3bb5a9e2f7
    [schema-gen] fix referenced schemas when schema in component platform (#9755) Guillermo Ruffino 2025-07-22 15:52:56 -03:00
  • 26b77e0f06
    [api] Simplify generated authentication check code api_cleanups_5 J. Nick Koston 2025-07-22 08:01:42 -10:00
  • f3030e35a8
    Merge branch 'integration' into memory_api J. Nick Koston 2025-07-22 07:49:36 -10:00
  • adc21eef70
    Merge branch 'api_services_emplace_back' into integration J. Nick Koston 2025-07-22 07:49:23 -10:00
  • 93fdea954f
    [api] Use emplace_back for TemplatableKeyValuePair construction in HomeAssistant services J. Nick Koston 2025-07-22 07:46:21 -10:00
  • 8652db0796
    Merge branch 'dev' into protobuf_magic_numbers protobuf_magic_numbers J. Nick Koston 2025-07-22 07:33:30 -10:00
  • a614a68f1a
    [api] Implement zero-copy string optimization for outgoing protobuf messages (#9790) J. Nick Koston 2025-07-22 07:33:03 -10:00
  • dc26ed9c46
    Bump version to 2025.7.3 Jesse Hills 2025-07-23 00:34:13 +12:00
  • 8674012406
    [bme680_bsec] Add suggested alternate when using IDF (#9785) Keith Burzinski 2025-07-22 06:54:09 -05:00
  • ae12deff87
    [neopixelbus] Add suggested alternate when using IDF (#9783) Keith Burzinski 2025-07-22 06:53:45 -05:00
  • cb6acfe24b
    [fastled_clockless, fastled_spi] Add suggested alternate when using IDF (#9784) Keith Burzinski 2025-07-22 06:53:33 -05:00
  • fc8c5a7438
    [core] Process pending loop enables during setup blocking phase (#9787) J. Nick Koston 2025-07-21 17:47:43 -10:00
  • f8777d3b66
    [config_validation] Add support for suggesting alternate component/platform (#9757) Keith Burzinski 2025-07-21 18:29:05 -05:00
  • 76e75f4cdc
    [tuya] Update use of fan_schema (#9762) Jesse Hills 2025-07-22 08:20:25 +12:00
  • 896d7f8f76
    [esp32_touch] Fix setup mode in v1 driver (#9725) Jonathan Swoboda 2025-07-21 15:25:08 -04:00
  • d92ee563f2
    [sdl][mipi_spi] Respect clipping when drawing (#9722) JonasB2497 2025-07-20 00:29:02 +02:00
  • d6ff790823
    Fix format string error in ota_web_server.cpp (#9711) tmpeh 2025-07-19 23:24:26 +02:00
  • 7ac60c15dc
    [gpio] Auto-disable interrupts for shared GPIO pins in binary sensors (#9701) J. Nick Koston 2025-07-18 19:31:53 -10:00
  • 71cb429a86
    [bme680_bsec] Add suggested alternate when using IDF (#9785) Keith Burzinski 2025-07-22 06:54:09 -05:00
  • 89924ae468
    [neopixelbus] Add suggested alternate when using IDF (#9783) Keith Burzinski 2025-07-22 06:53:45 -05:00
  • 7efe1b8698
    [fastled_clockless, fastled_spi] Add suggested alternate when using IDF (#9784) Keith Burzinski 2025-07-22 06:53:33 -05:00
  • ac08fb314f
    [api] Optimize protobuf memory usage with fixed-size arrays for Bluetooth UUIDs (#9782) J. Nick Koston 2025-07-21 23:50:49 -10:00
  • bb81a40b7c
    Merge branch 'integration' into memory_api J. Nick Koston 2025-07-21 22:26:21 -10:00
  • 922692338f
    Merge branch 'zero_copy_str' into integration J. Nick Koston 2025-07-21 22:26:09 -10:00
  • 2088deeacb
    give bot hint J. Nick Koston 2025-07-21 22:10:26 -10:00
  • 0534d1bfcf
    preen J. Nick Koston 2025-07-21 21:46:37 -10:00
  • b8e326eb01
    preen J. Nick Koston 2025-07-21 21:34:46 -10:00
  • 58d7533128
    docs J. Nick Koston 2025-07-21 21:26:06 -10:00
  • 444c77775f
    Merge remote-tracking branch 'origin/zero_copy_str' into zero_copy_str J. Nick Koston 2025-07-21 21:25:01 -10:00
  • 2310610aa0
    missed some J. Nick Koston 2025-07-21 21:24:34 -10:00
  • 7dec484eae
    Merge branch 'dev' into zero_copy_str J. Nick Koston 2025-07-21 21:21:29 -10:00
  • 712d3dee98
    missed one J. Nick Koston 2025-07-21 21:06:43 -10:00