1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-19 00:05:43 +00:00

Commit Graph

  • 29374837c6 [wifi, captive_portal, web_server, wifi_info] Use stack allocation for MAC address formatting (#11963) dev J. Nick Koston 2025-11-18 17:06:34 -06:00
  • 32e0470629 Merge branch 'integration' into memory_api memory_api J. Nick Koston 2025-11-18 16:21:30 -06:00
  • fa9cc3d338 Merge branch 'web_server_is_singleton' into integration integration J. Nick Koston 2025-11-18 16:21:20 -06:00
  • 5c2cf9f37c [web_server_base] Replace shared_ptr with unique_ptr for AsyncWebServer web_server_is_singleton J. Nick Koston 2025-11-18 16:10:07 -06:00
  • c8cde24607 Merge branch 'integration' into memory_api J. Nick Koston 2025-11-18 15:58:19 -06:00
  • b2bece2914 Merge branch 'mdns_namespace' into integration J. Nick Koston 2025-11-18 15:58:02 -06:00
  • 9f2e6d97d3 Merge branch 'lock_ns' into integration J. Nick Koston 2025-11-18 15:57:50 -06:00
  • 65b5619555 Merge branch 'api_noise' into integration J. Nick Koston 2025-11-18 15:57:44 -06:00
  • b5ebe91150 [api] Optimize APINoiseContext memory usage by removing shared_ptr overhead lock_namespace api_noise J. Nick Koston 2025-11-18 15:24:50 -06:00
  • 99acc62c3b [lock] Modernize to C++17 nested namespaces wifi_namespace lock_ns J. Nick Koston 2025-11-18 14:50:28 -06:00
  • d6ee57a7b9 [bthome_ble] Refactor to list-based sensor configuration claude/bthome-packet-parser-013Zc5fvXF4EUg5mHfDhMegw Claude 2025-11-18 20:36:06 +00:00
  • 66e471cf2a [mdns] Modernize to C++17 nested namespace syntax mdns_namespace J. Nick Koston 2025-11-18 14:33:07 -06:00
  • 21539bdeba [bthome_ble] Add BTHome BLE packet parser component Claude 2025-11-18 20:23:15 +00:00
  • 7ffff03823 Merge branch 'integration' into memory_api J. Nick Koston 2025-11-18 14:28:20 -06:00
  • 4e58c334d4 Merge remote-tracking branch 'upstream/dev' into integration J. Nick Koston 2025-11-18 14:28:07 -06:00
  • 2681a14d05 Bump version to 2025.11.0b4 bump-2025.11.0b4 Jesse Hills 2025-11-19 09:17:33 +13:00
  • f436f6ee2e [wifi] Fix captive portal unusable when WiFi credentials are wrong (#11965) J. Nick Koston 2025-11-18 13:17:21 -06:00
  • f18bc62690 [sfa30] Fix negative temperature values (#11973) Jonathan Swoboda 2025-11-18 13:29:40 -05:00
  • 6db73df649 [scheduler] Add defensive nullptr checks and explicit locking requirements (#11974) J. Nick Koston 2025-11-18 12:16:18 -06:00
  • 93215f1737 [esp32] Fix Arduino build on some ESP32 S2 boards (#11972) Jonathan Swoboda 2025-11-18 12:40:31 -05:00
  • 70aa94b8a4 [lvgl] Apply scale to spinbox value (#11946) Clyde Stubbs 2025-11-18 14:27:50 +10:00
  • e8998a79c7 [mipi_rgb] Fix GUITION-4848S040 colors (#11709) strange_v 2025-11-18 02:32:17 +01:00
  • 3b25fdbc5f [core] Add support for setting environment variables (#11953) Jonathan Swoboda 2025-11-17 12:32:08 -05:00
  • 6c8577678c [captive_portal] Warn when enabled without WiFi AP configured (#11856) J. Nick Koston 2025-11-12 14:01:07 -06:00
  • 1ef46a1dc6 [core] Document threading model rationale in ThreadModel enum document_threading_model J. Nick Koston 2025-11-18 14:03:17 -06:00
  • c156dbc6d6 [core] Document threading model rationale in ThreadModel enum J. Nick Koston 2025-11-18 14:03:04 -06:00
  • 863bd2302a [core] Document threading model rationale in ThreadModel enum J. Nick Koston 2025-11-18 13:59:31 -06:00
  • 70ed9c7c4d [wifi] Fix captive portal unusable when WiFi credentials are wrong (#11965) J. Nick Koston 2025-11-18 13:17:21 -06:00
  • 81fe5deaa9 Bump github/codeql-action from 4.31.3 to 4.31.4 (#11977) dependabot[bot] 2025-11-19 08:12:42 +13:00
  • 0c4ab546de [axp2101] Use walrus operator to avoid double dict lookup claude/add-axp2101-component-01J2hk1SL1x8F31eGwsNaQMF Claude 2025-11-18 19:10:07 +00:00
  • 8e00e895e0 [axp2101] Code review fixes Claude 2025-11-18 19:05:21 +00:00
  • 72e4b16a5b [sfa30] Fix negative temperature values (#11973) Jonathan Swoboda 2025-11-18 13:29:40 -05:00
  • fe2befcec2 [bme68x] Print error when no sensors are configured (#11976) Jonathan Swoboda 2025-11-18 13:18:09 -05:00
  • 1888f5ffd5 [scheduler] Add defensive nullptr checks and explicit locking requirements (#11974) J. Nick Koston 2025-11-18 12:16:18 -06:00
  • c59af22217 [esp32] Fix Arduino build on some ESP32 S2 boards (#11972) Jonathan Swoboda 2025-11-18 12:40:31 -05:00
  • 700e458352 Merge branch 'integration' into memory_api J. Nick Koston 2025-11-18 11:33:03 -06:00
  • 50982ced40 Merge branch 'scheduler_fix_nullptr' into integration J. Nick Koston 2025-11-18 11:32:58 -06:00
  • d83a698398 [scheduler] Add defensive nullptr checks and explicit locking requirements J. Nick Koston 2025-11-18 11:31:01 -06:00
  • 33983b051b [ld24xx] Use stack allocation for MAC and version formatting (#11961) J. Nick Koston 2025-11-18 10:51:47 -06:00
  • 3ae68c0488 Merge branch 'integration' into memory_api J. Nick Koston 2025-11-18 10:13:31 -06:00
  • 0b8b5768b4 Merge branch 'captive_fix' into integration J. Nick Koston 2025-11-18 10:13:26 -06:00
  • 92e19c497e fixes J. Nick Koston 2025-11-18 10:13:03 -06:00
  • 62c9d83777 fixes J. Nick Koston 2025-11-18 10:09:14 -06:00
  • 53a3a5ddea fixes J. Nick Koston 2025-11-18 10:08:53 -06:00
  • 1f6aca5c17 fixes J. Nick Koston 2025-11-18 10:08:44 -06:00
  • 6253496192 Merge branch 'integration' into memory_api J. Nick Koston 2025-11-18 09:58:59 -06:00
  • 44d40804b2 Merge branch 'captive_fix' into integration J. Nick Koston 2025-11-18 09:58:50 -06:00
  • 303792bf8d make sure improv works if we are in connect loop J. Nick Koston 2025-11-18 09:58:34 -06:00
  • 9091285559 Merge branch 'integration' into memory_api J. Nick Koston 2025-11-18 09:37:39 -06:00
  • 8c028ce564 Merge branch 'captive_fix' into integration J. Nick Koston 2025-11-18 09:37:34 -06:00
  • 516f94671d fixes J. Nick Koston 2025-11-18 09:37:27 -06:00
  • da70e4d9d0 Merge branch 'captive_fix' into integration J. Nick Koston 2025-11-18 09:35:20 -06:00
  • 19bd282274 fix tight loop J. Nick Koston 2025-11-18 09:35:14 -06:00
  • 61ca469a86 Merge branch 'integration' into memory_api J. Nick Koston 2025-11-18 09:33:37 -06:00
  • 46832306ad Merge branch 'captive_fix' into integration J. Nick Koston 2025-11-18 09:33:30 -06:00
  • eaaaeecc92 there is a tight loop in improv J. Nick Koston 2025-11-18 09:32:50 -06:00
  • bfea5c10d6 Merge branch 'integration' into memory_api J. Nick Koston 2025-11-18 09:28:23 -06:00
  • 3ac94fa6ab Merge branch 'captive_fix' into integration J. Nick Koston 2025-11-18 09:28:18 -06:00
  • 17b72061ad realign timeouts J. Nick Koston 2025-11-18 09:26:53 -06:00
  • 8025fc4a8b Merge branch 'integration' into memory_api J. Nick Koston 2025-11-18 09:26:00 -06:00
  • 05c2e31ef6 Merge branch 'captive_fix' into integration J. Nick Koston 2025-11-18 09:25:52 -06:00
  • 407f07a643 realign timeouts J. Nick Koston 2025-11-18 09:25:24 -06:00
  • 850978affe realign timeouts J. Nick Koston 2025-11-18 09:25:24 -06:00
  • a8af45f60d Merge branch 'integration' into memory_api J. Nick Koston 2025-11-18 09:14:21 -06:00
  • 8708d4290c Merge branch 'captive_fix' into integration J. Nick Koston 2025-11-18 09:14:15 -06:00
  • 79b9e34f65 do not skip ssids in retry_hidden if we did not scan J. Nick Koston 2025-11-18 09:13:29 -06:00
  • 9dba37962c [axp2101] Add AXP2101 PMIC component Claude 2025-11-18 09:53:20 +00:00
  • 1457ef6e0b Merge branch 'integration' into memory_api J. Nick Koston 2025-11-18 00:15:41 -06:00
  • 9a2536a5f6 Merge branch 'captive_fix' into integration J. Nick Koston 2025-11-18 00:15:31 -06:00
  • 66fcf364a6 tweak J. Nick Koston 2025-11-18 00:09:51 -06:00
  • 048533a1fd no delay J. Nick Koston 2025-11-17 23:45:59 -06:00
  • 3f763b24c5 no delay J. Nick Koston 2025-11-17 23:45:32 -06:00
  • efbf696f88 no delay J. Nick Koston 2025-11-17 23:45:25 -06:00
  • 29ef0a6740 no delay J. Nick Koston 2025-11-17 23:43:33 -06:00
  • b9af06f5a4 no delay J. Nick Koston 2025-11-17 23:35:26 -06:00
  • 3f799a01a2 anotehr thread safety issue J. Nick Koston 2025-11-17 23:23:49 -06:00
  • 2ee5cc6f22 anotehr thread safety issue J. Nick Koston 2025-11-17 23:17:36 -06:00
  • 8d7090fcd6 fix thread safety issue J. Nick Koston 2025-11-17 23:11:55 -06:00
  • 3d83975d46 fix thread safety issue J. Nick Koston 2025-11-17 23:11:23 -06:00
  • 1815a7cf90 skip scan when ap mode J. Nick Koston 2025-11-17 23:03:38 -06:00
  • bfe6fc0dd0 skip scan when ap mode J. Nick Koston 2025-11-17 23:00:22 -06:00
  • 87ccb777c6 esp32 J. Nick Koston 2025-11-17 22:32:57 -06:00
  • f0bae783cf cleanup J. Nick Koston 2025-11-17 22:31:53 -06:00
  • 6f96804a5d cleanup J. Nick Koston 2025-11-17 22:31:22 -06:00
  • 11d0d4d128 [lvgl] Apply scale to spinbox value (#11946) Clyde Stubbs 2025-11-18 14:27:50 +10:00
  • 00c7bf0a19 [motion_map] Remove README - docs go in esphome-docs repo claude/create-esphome-component-01NmXTzEgrF39phnCSe8viLm Claude 2025-11-18 04:26:15 +00:00
  • a81f28a73b fixes J. Nick Koston 2025-11-17 22:14:56 -06:00
  • a4242dee64 [build] Don't clear pio cache unless requested (#11966) Clyde Stubbs 2025-11-18 14:11:49 +10:00
  • bbfff42f76 fixes J. Nick Koston 2025-11-17 22:11:27 -06:00
  • 11c8865248 fixes J. Nick Koston 2025-11-17 21:57:21 -06:00
  • 7f4205b82c reduce J. Nick Koston 2025-11-17 21:52:12 -06:00
  • 27a068e8b5 reduce J. Nick Koston 2025-11-17 21:44:18 -06:00
  • 08f2976529 [bthome] Add CODEOWNERS entry (fix alphabetical fumble) claude/implement-feature-01XZW5wQYzHvETNshAWfKm5q Claude 2025-11-18 03:00:18 +00:00
  • 15be275541 tweak J. Nick Koston 2025-11-17 21:03:35 -06:00
  • 7878568260 [bthome] Add USE_ESP32_BLE_UUID define Claude 2025-11-18 02:55:34 +00:00
  • dd429a5f70 [bthome] Use CONF_TYPE instead of CONF_SENSOR_TYPE Claude 2025-11-18 02:53:44 +00:00
  • 0d6c9623ce [dashboard_import] Store package import URL in .rodata instead of RAM (#11951) J. Nick Koston 2025-11-17 20:02:16 -06:00
  • 0923bcd2ca [mipi_rgb] Fix GUITION-4848S040 colors (#11709) strange_v 2025-11-18 02:32:17 +01:00
  • b0560894b7 [wifi] Fix captive portal unusable when WiFi credentials are wrong J. Nick Koston 2025-11-17 19:10:10 -06:00
  • 2268b0cb5a [wifi] Fix captive portal unusable when WiFi credentials are wrong captive_portal_recovery_wrong_password J. Nick Koston 2025-11-17 19:10:10 -06:00