Commit Graph

16586 Commits

Author SHA1 Message Date
J. Nick Koston 2dc798f490 Merge branch 'integration' into memory_api 2025-11-02 23:20:42 -06:00
J. Nick Koston 199fe62686 Merge remote-tracking branch 'upstream/dev' into integration
# Conflicts:
#	esphome/components/bedjet/climate/bedjet_climate.cpp
#	esphome/components/climate/climate.cpp
#	esphome/components/climate/climate.h
#	esphome/components/demo/demo_climate.h
#	esphome/components/thermostat/thermostat_climate.cpp
2025-11-02 23:20:11 -06:00
J. Nick Koston 42833c85f5 [climate] Replace std::vector<std::string> with const char* for custom fan modes and presets (#11621) 2025-11-02 23:16:39 -06:00
J. Nick Koston a136501c63 Merge branch 'integration' into memory_api 2025-11-02 22:44:43 -06:00
J. Nick Koston c3f2a901dd Merge branch 'app_wake_loop_threadsafe_usb' into integration 2025-11-02 22:44:36 -06:00
J. Nick Koston 9da3c08f3b [usb_host] Add wake_loop_threadsafe() for low-latency USB event processing 2025-11-02 22:43:00 -06:00
dependabot[bot] a41c7b2b3c Bump aioesphomeapi from 42.5.0 to 42.6.0 (#11682)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-02 22:16:38 -06:00
J. Nick Koston 244716a05b Merge branch 'integration' into memory_api 2025-11-02 22:08:11 -06:00
J. Nick Koston 83f45a276c Merge branch 'app_wake_loop_threadsafe' into integration 2025-11-02 22:08:01 -06:00
J. Nick Koston 8e0721318c analysis 2025-11-02 22:06:15 -06:00
J. Nick Koston ee2b10a992 move to socket 2025-11-02 22:05:15 -06:00
J. Nick Koston 8b7ef6cae8 move to socket 2025-11-02 22:04:20 -06:00
J. Nick Koston edd01d5c9c move to socket 2025-11-02 22:04:14 -06:00
J. Nick Koston 4640198827 move to socket 2025-11-02 22:01:00 -06:00
J. Nick Koston 6a48c0f5cf move to socket 2025-11-02 21:59:22 -06:00
J. Nick Koston acd26600dd move to socket 2025-11-02 21:57:57 -06:00
J. Nick Koston 2ac95abea7 [core][esp32_ble] Add wake_loop_threadsafe() helper for background thread wakeups 2025-11-02 21:51:39 -06:00
J. Nick Koston f11103c895 [core][esp32_ble] Add wake_loop_threadsafe() helper for background thread wakeups 2025-11-02 21:50:56 -06:00
J. Nick Koston 12077d016d [core][esp32_ble] Add wake_loop_threadsafe() helper for background thread wakeups 2025-11-02 21:48:17 -06:00
J. Nick Koston 4dd3c90663 [esp32_ble] Wake main loop for GAP security events (#11677) 2025-11-03 15:55:17 +13:00
J. Nick Koston 6aa4485baf Merge branch 'integration' into memory_api 2025-11-02 20:22:59 -06:00
J. Nick Koston ba4049b077 Merge remote-tracking branch 'origin/integration' into integration 2025-11-02 20:22:38 -06:00
J. Nick Koston a436937b7d Merge branch 'integration' into memory_api 2025-11-02 20:22:20 -06:00
J. Nick Koston a115ac002f Merge remote-tracking branch 'origin/climate_store_flash' into integration 2025-11-02 20:22:11 -06:00
J. Nick Koston d0d00c2a79 Merge branch 'fan_no_double_storage' into integration 2025-11-02 20:21:57 -06:00
J. Nick Koston 42c3e7b542 fix trigge on preset mode cleared 2025-11-02 20:07:32 -06:00
J. Nick Koston a72837704c fix trigge on preset mode cleared 2025-11-02 20:04:37 -06:00
J. Nick Koston b3b48ca780 Merge branch 'dev' into climate_store_flash 2025-11-02 19:48:42 -06:00
J. Nick Koston 5e70dd76bf Merge branch 'integration' into memory_api 2025-11-02 19:45:11 -06:00
J. Nick Koston 171ff48bab Merge branch 'fan_no_double_storage' into integration 2025-11-02 19:45:05 -06:00
J. Nick Koston 5300460819 Merge remote-tracking branch 'upstream/dev' into fan_no_double_storage 2025-11-02 19:44:01 -06:00
J. Nick Koston e5c4b50a1a Merge upstream/dev into integration
Resolved conflicts in:
- esphome/components/fan/fan.cpp: Preserved pointer-based preset mode optimization
- esphome/components/fan/fan_traits.h: Kept cstring include for strcmp
- esphome/components/web_server_idf/web_server_idf.cpp: Kept float_buf_size constant

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-02 19:42:06 -06:00
J. Nick Koston 0f0cd1f706 [core] Avoid redundant millis() calls in base_automation loop methods (#11676) 2025-11-03 01:40:13 +00:00
J. Nick Koston 4a5e6576c8 [scheduler] Refactor call() for improved code organization (#11643) 2025-11-03 14:29:29 +13:00
J. Nick Koston cf76c3a747 [web_server_idf] Reduce flash by eliminating temporary string allocations in event formatting (#11658)
Co-authored-by: Clyde Stubbs <2366188+clydebarrow@users.noreply.github.com>
2025-11-03 14:23:03 +13:00
J. Nick Koston 3f05fd82e5 [fan] Use std::vector for preset modes, preserve config order (#11483) 2025-11-03 14:18:59 +13:00
J. Nick Koston 34244afea1 [esp32_ble] Reduce GATT event latency from 8ms to 12μs with notification socket (#11663) 2025-11-03 14:16:26 +13:00
J. Nick Koston 4838eff382 [web_server] Use zero-copy entity ID comparison in request handlers (#11644) 2025-11-03 14:12:56 +13:00
J. Nick Koston 712421b82b [web_server] Eliminate nested lambdas in DeferredUpdateEventSourceList (#11641) 2025-11-03 14:10:18 +13:00
J. Nick Koston 7a1297ec84 [web_server] Remove redundant assignment in deq_push_back_with_dedup_ (#11642) 2025-11-03 14:08:12 +13:00
J. Nick Koston 40f919eaa6 Add action continuation tests (#11674) 2025-11-03 14:07:03 +13:00
J. Nick Koston 01ae86145a [ble_client] Fix premature disconnections by reading characteristics immediately after service discovery (#11410) 2025-11-03 14:06:40 +13:00
J. Nick Koston 17ab20ef61 [esp32_ble] Optimize loop() to reduce flash usage by ~104 bytes (#11627) 2025-11-03 14:05:36 +13:00
J. Nick Koston 1509ed8d23 [esphome][ota] Add write_byte_() helper to reduce code duplication (#11511) 2025-11-03 14:04:06 +13:00
J. Nick Koston b4bebe0d44 Merge branch 'integration' into memory_api 2025-11-02 18:53:51 -06:00
J. Nick Koston 8d2a2f7fc3 Merge branch 'base_automation_time_calls' into integration 2025-11-02 18:53:45 -06:00
J. Nick Koston e95eddba8f Merge branch 'integration' of https://github.com/esphome/esphome into integration 2025-11-02 18:53:29 -06:00
J. Nick Koston c10663d88c [core] Avoid redundant millis() calls in base_automation loop methods 2025-11-02 18:52:59 -06:00
Clyde Stubbs 3e17767f6a [font][image] Use ESPHome urls for remote images (#11675) 2025-11-03 00:50:15 +00:00
Clyde Stubbs 19e275dc02 [component] Add is_idle method and condition (#11651) 2025-11-03 11:33:44 +11:00