1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-31 15:12:06 +00:00

Commit Graph

  • 38e31e328c wip J. Nick Koston 2025-10-19 14:46:25 -10:00
  • 58cecff778 wip J. Nick Koston 2025-10-19 14:44:04 -10:00
  • e6ce5c58d1 Merge branch 'release' into dev Jesse Hills 2025-10-20 13:43:31 +13:00
  • ebc0f5f7c9 Merge pull request #11387 from esphome/bump-2025.10.2 2025.10.2 Jesse Hills 2025-10-20 13:42:48 +13:00
  • 1946656ea8 wip J. Nick Koston 2025-10-19 14:40:47 -10:00
  • c9700a0450 wip J. Nick Koston 2025-10-19 14:35:09 -10:00
  • 0eab64ffe5 cache github downloads J. Nick Koston 2025-10-19 14:33:26 -10:00
  • 0f87e7508b remove hexencode due 2022.1 deprecation (#11383) Juan Antonio Aldea 2025-10-20 01:09:28 +02:00
  • 862bbb7fe1 [ci] Fix memory impact analysis failing on fork PRs (#11380) J. Nick Koston 2025-10-19 13:09:09 -10:00
  • e7ba19b3ea Merge branch 'integration' into memory_api J. Nick Koston 2025-10-19 12:53:45 -10:00
  • 0dc08941f4 Merge branch 'dev' into integration J. Nick Koston 2025-10-19 12:53:31 -10:00
  • 020cea80b2 [nextion] Clean up deprecated code from 1.20 (#11393) Jesse Hills 2025-10-20 11:16:50 +13:00
  • 9c146a7070 [climate] Clean up deprecated functions from 1.20 (#11388) Jesse Hills 2025-10-20 11:11:35 +13:00
  • afbd3f77af [light] Clean up deprecated functions from 1.21 (#11389) Jesse Hills 2025-10-20 11:08:30 +13:00
  • 1e1fefbd0a [substitutions] !extend and !remove now support substitutions and jinja (#11203) Javier Peletier 2025-10-19 23:31:25 +02:00
  • 1a2057df30 Migrate from hexencode() to format_hex_pretty() in Kuntze component (#11372) Juan Antonio Aldea 2025-10-19 23:15:17 +02:00
  • 87ca8784ef [openthread] Backport address resolution support to prevent OTA crash (#11312) J. Nick Koston 2025-10-19 11:12:56 -10:00
  • a186c1062f Bump version to 2025.10.2 Jesse Hills 2025-10-20 10:06:43 +13:00
  • ea38237f29 [esp32] Fix OTA rollback (#11300) Jonathan Swoboda 2025-10-19 15:49:05 -04:00
  • 6aff1394ad [core] Fix IndexError when OTA devices cannot be resolved (#11311) J. Nick Koston 2025-10-19 09:15:47 -10:00
  • 0e34d1b64d Change all temperature offsets to temperature_delta (#11347) Spectre5 2025-10-18 18:13:57 -07:00
  • 1483cee0fb [dashboard] fix migration to Path (#11342) tomaszduda23 2025-10-18 19:32:12 +02:00
  • 8c1bd2fd85 [dashboard] Fix binary download with packages using secrets after Path migration (#11313) J. Nick Koston 2025-10-17 08:20:55 -10:00
  • ea609dc0f6 [const] Add CONF_OPENTHREAD (#11318) Daniel Stiner 2025-10-17 09:02:28 +02:00
  • 913095f6be [esp32] Reduce tx power on Arduino (#11304) Jonathan Swoboda 2025-10-16 16:55:30 -04:00
  • bb24ad4a30 [htu21d] Revert register address change (#11291) Jonathan Swoboda 2025-10-16 11:29:05 -04:00
  • 0d612fecfc [core] Add ESP32 ROM functions to reserved ids (#11293) Jonathan Swoboda 2025-10-16 11:28:52 -04:00
  • 9c235b4140 [datetime] Fix DateTimeStateTrigger compilation when time component is not used (#11287) J. Nick Koston 2025-10-15 23:45:42 -10:00
  • 70cb1793f3 [wifi] Optimize WiFi scan results with in-place construction (#11330) J. Nick Koston 2025-10-19 09:53:05 -10:00
  • 3bdd351d49 [wifi] Convert fast_connect to compile-time define, save 156-1024 bytes flash (#11328) J. Nick Koston 2025-10-19 09:52:33 -10:00
  • b0ea3f57de [esp32] Fix OTA rollback (#11300) Jonathan Swoboda 2025-10-19 15:49:05 -04:00
  • c9312d5c27 [script] Fix unbounded queue growth, optimize queued mode (default max_runs=5) (#11308) J. Nick Koston 2025-10-19 09:42:17 -10:00
  • 82f7b7f0d5 debug J. Nick Koston 2025-10-19 09:41:04 -10:00
  • db5c78acb9 preen J. Nick Koston 2025-10-19 09:36:55 -10:00
  • 0b45e1d608 Merge branch 'integration' into memory_api J. Nick Koston 2025-10-19 09:36:02 -10:00
  • aa6b7664f4 Merge branch 'dev' into integration J. Nick Koston 2025-10-19 09:35:53 -10:00
  • 33fea90c19 [wifi] Optimize WiFi scanning to reduce copies and heap allocations (#11323) J. Nick Koston 2025-10-19 09:26:18 -10:00
  • 1fbb2a12b8 Merge branch 'dev' into voice_get_config voice_get_config J. Nick Koston 2025-10-19 09:22:55 -10:00
  • 25f3b6a959 [mqtt] Reduce flash usage by optimizing ArduinoJson assignments (#11340) J. Nick Koston 2025-10-19 09:17:33 -10:00
  • e993312640 [core] Fix IndexError when OTA devices cannot be resolved (#11311) J. Nick Koston 2025-10-19 09:15:47 -10:00
  • 85babe85e4 [sensor] Optimize sliding window filters to eliminate heap fragmentation (#11282) J. Nick Koston 2025-10-19 08:59:47 -10:00
  • 0266c897c9 [mdns] Use std::unique_ptr for TXT records to reduce ESP32 flash usage (#11362) J. Nick Koston 2025-10-19 08:53:00 -10:00
  • bda7676e3a [bluetooth_proxy] Merge duplicate loops in get_connection_() (#11359) J. Nick Koston 2025-10-19 08:51:41 -10:00
  • 57e98ec3fc [wifi] Replace std::vector with std::unique_ptr for WiFi scan buffer (#11364) J. Nick Koston 2025-10-19 08:49:58 -10:00
  • 09b2ad071b [esp32_ble_client] Remove duplicate MAC address extraction in set_address() (#11358) J. Nick Koston 2025-10-19 08:49:13 -10:00
  • fdecda3d65 [light] Use bitmask instead of std::set for color modes (#11348) J. Nick Koston 2025-10-19 08:48:14 -10:00
  • 453a668cfb Merge branch 'integration' into memory_api J. Nick Koston 2025-10-19 08:46:39 -10:00
  • 4e234c354b Merge branch 'max_socket_listen' into integration J. Nick Koston 2025-10-19 08:46:32 -10:00
  • a0922bc8b0 [ci] Add automated memory impact analysis for pull requests (#11242) J. Nick Koston 2025-10-19 08:43:38 -10:00
  • 4fa908d0b8 preen J. Nick Koston 2025-10-19 08:43:30 -10:00
  • 148a78aa01 preen J. Nick Koston 2025-10-19 08:41:21 -10:00
  • 7107f5d984 preen J. Nick Koston 2025-10-19 08:40:01 -10:00
  • 55473991a9 preen J. Nick Koston 2025-10-19 08:37:43 -10:00
  • 1586a185a0 [esp32] Automatic CONFIG_LWIP_MAX_SOCKETS configuration based on component needs J. Nick Koston 2025-10-19 08:34:38 -10:00
  • f25af18655 [scheduler] Replace defer queue deque with vector to avoid 512-byte upfront allocation (#11305) J. Nick Koston 2025-10-19 08:34:34 -10:00
  • 5db07c2d70 [api][time] Refactor timezone update logic for cleaner code (#11327) J. Nick Koston 2025-10-19 08:31:40 -10:00
  • 6bf78e2e82 Merge branch 'dev' into jesserockz-2025-297 jesserockz-2025-297 Jesse Hills 2025-10-20 07:10:49 +13:00
  • ae0c3875fc Merge branch 'integration' into memory_api J. Nick Koston 2025-10-19 08:02:39 -10:00
  • a0bd7d100b Merge remote-tracking branch 'upstream/dev' into integration J. Nick Koston 2025-10-19 08:02:33 -10:00
  • 40823df7bc make types sensors_t and sensor_type_t internal to StatsdComponent. (#11345) Juan Antonio Aldea 2025-10-19 19:47:31 +02:00
  • 5e1019a6fa [nrf52, ble_nus] add logging over BLE (#9846) tomaszduda23 2025-10-19 19:41:19 +02:00
  • f3cdbd0a05 [nrf52] fix task names in logs (#11367) tomaszduda23 2025-10-19 19:39:48 +02:00
  • c3b652b977 Merge branch 'integration' into memory_api J. Nick Koston 2025-10-18 22:43:58 -10:00
  • 4de6bf9d3d Merge branch 'unbound_queued_script_fix' into integration J. Nick Koston 2025-10-18 22:43:36 -10:00
  • 428240d538 Merge branch 'min_filter_ring_buffer' into integration J. Nick Koston 2025-10-18 22:43:27 -10:00
  • 3da9139db4 Merge branch 'ci_impact_analysis' into integration J. Nick Koston 2025-10-18 22:43:24 -10:00
  • 504c2b9dfd Merge branch 'ci_impact_analysis' into memory_api J. Nick Koston 2025-10-18 22:43:09 -10:00
  • 314fe77b8d Merge branch 'min_filter_ring_buffer' into memory_api J. Nick Koston 2025-10-18 22:42:55 -10:00
  • 8686d05d05 Merge branch 'unbound_queued_script_fix' into memory_api J. Nick Koston 2025-10-18 22:42:50 -10:00
  • be3dacfe64 Merge branch 'mqtt_reduce_json_assign' into memory_api J. Nick Koston 2025-10-18 22:42:45 -10:00
  • 3f7e22e271 Merge branch 'integration' into memory_api J. Nick Koston 2025-10-18 22:24:32 -10:00
  • 714fafff4c Merge remote-tracking branch 'upstream/dev' into integration J. Nick Koston 2025-10-18 22:24:24 -10:00
  • a28b85c3fa Merge branch 'dev' of https://github.com/esphome/esphome into memory_api J. Nick Koston 2025-10-18 22:23:32 -10:00
  • 1010006b5e Merge branch 'dev' into mqtt_reduce_json_assign J. Nick Koston 2025-10-18 22:16:33 -10:00
  • 9fc3ad1fa5 bot J. Nick Koston 2025-10-18 22:16:09 -10:00
  • ddf1b67e49 [prometheus] Update to use new climate API (#11361) Keith Burzinski 2025-10-19 03:11:44 -05:00
  • b4d9fddd07 [mqtt] Update to use new climate API (#11360) Keith Burzinski 2025-10-19 03:11:10 -05:00
  • 25f03074ab [web_server] Update to use new climate API (#11363) Keith Burzinski 2025-10-19 03:10:07 -05:00
  • 70479dec0d suggestions J. Nick Koston 2025-10-18 21:57:19 -10:00
  • acdecafeef suggestions J. Nick Koston 2025-10-18 21:55:25 -10:00
  • bf40bc3b25 Merge remote-tracking branch 'upstream/unbound_queued_script_fix' into unbound_queued_script_fix J. Nick Koston 2025-10-18 21:54:27 -10:00
  • 32a1e45842 suggestions J. Nick Koston 2025-10-18 21:54:20 -10:00
  • 498dece382 suggestions J. Nick Koston 2025-10-18 21:54:05 -10:00
  • e0477e3bb1 [pre-commit.ci lite] apply automatic fixes pre-commit-ci-lite[bot] 2025-10-19 07:53:21 +00:00
  • 7bb222a574 Update esphome/components/script/script.h J. Nick Koston 2025-10-18 21:51:51 -10:00
  • 9a3b5ec090 Merge remote-tracking branch 'upstream/dev' into min_filter_ring_buffer J. Nick Koston 2025-10-18 21:49:13 -10:00
  • f5e5f4ef06 preen J. Nick Koston 2025-10-18 21:47:03 -10:00
  • 8d338610a9 Merge remote-tracking branch 'upstream/unbound_queued_script_fix' into unbound_queued_script_fix J. Nick Koston 2025-10-18 21:45:16 -10:00
  • 0e513b41e4 preen J. Nick Koston 2025-10-18 21:45:02 -10:00
  • f7ebef83f2 Merge branch 'dev' into unbound_queued_script_fix J. Nick Koston 2025-10-18 21:34:51 -10:00
  • f387d9ec50 unique ptr J. Nick Koston 2025-10-18 21:33:38 -10:00
  • fc2c55b642 Merge branch 'integration' into memory_api J. Nick Koston 2025-10-18 21:26:22 -10:00
  • fd0384eec4 Merge branch 'esp32_mdns_fixed_vector' into integration J. Nick Koston 2025-10-18 21:26:12 -10:00
  • 13292809a2 Merge branch 'dev' into esp32_mdns_fixed_vector J. Nick Koston 2025-10-18 21:22:50 -10:00
  • f036e894c8 adjust J. Nick Koston 2025-10-18 21:18:11 -10:00
  • 0a17893686 Merge remote-tracking branch 'upstream/ci_impact_analysis' into ci_impact_analysis J. Nick Koston 2025-10-18 21:08:39 -10:00
  • 7dd7a23977 Merge remote-tracking branch 'upstream/dev' into ci_impact_analysis J. Nick Koston 2025-10-18 21:08:26 -10:00
  • cfcc6e22e0 Merge branch 'integration' into memory_api J. Nick Koston 2025-10-18 21:01:21 -10:00
  • 4ea4359553 Merge branch 'wifi_no_vector_for_simple_array' into integration J. Nick Koston 2025-10-18 21:01:12 -10:00
  • 53d7b4f433 [wifi] Replace std::vector with std::unique_ptr for WiFi scan buffer J. Nick Koston 2025-10-18 21:00:45 -10:00