1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-01 10:52:19 +01:00

Commit Graph

  • 6daeffcefd [bluetooth_proxy] Expose configured scanning mode in API responses (#10490) dev J. Nick Koston 2025-08-31 20:07:29 -05:00
  • 6d834c019d Fix incorrect entity count due to undefined execution order with globals (#10497) J. Nick Koston 2025-08-31 20:01:15 -05:00
  • 905e2906fe [nrf52] add dfu (#9319) tomaszduda23 2025-09-01 00:54:35 +02:00
  • a25b544c3b [display] Allow page actions to have auto generated display id (#10460) Jesse Hills 2025-09-01 09:22:11 +12:00
  • da21174c6d [sntp] Use callbacks to trigger on_time_sync for ESP32 and ESP8266 (#10390) Felix Kaechele 2025-08-31 17:02:56 -04:00
  • e29f0ee7f8 Add JPEG encoder support via new camera_encoder component (#9459) DT-art1 2025-08-31 16:26:15 +02:00
  • f5558c31a3 [host] Fix memory allocation in preferences load() method host_heap_alloc J. Nick Koston 2025-08-30 22:17:16 -05:00
  • 983b3cb879 [mipi] Add type to models for better type hinting downstream (#10475) Jesse Hills 2025-08-30 18:43:26 +12:00
  • 5a7e78dbbc Merge remote-tracking branch 'upstream/dev' into zwave_proxy zwave_proxy Keith Burzinski 2025-08-29 23:00:01 -05:00
  • 9ebdfde287 Merge branch 'integration' into memory_api memory_api J. Nick Koston 2025-08-29 22:11:17 -05:00
  • fb234ee9bf Merge branch 'entity_count_order_fix' into integration J. Nick Koston 2025-08-29 22:11:09 -05:00
  • 8be40bf1ca Fix incorrect entity count when lambdas are present (priority ordering issue) J. Nick Koston 2025-08-29 18:21:41 -05:00
  • bcea7e9fb1 Merge branch 'integration' into memory_api J. Nick Koston 2025-08-29 10:49:02 -05:00
  • d8fbe2457e Merge remote-tracking branch 'upstream/proxy_configured_mode' into integration J. Nick Koston 2025-08-29 10:48:51 -05:00
  • fd568d9af3 Bump aioesphomeapi from 39.0.0 to 39.0.1 (#10491) dependabot[bot] 2025-08-29 10:14:15 -05:00
  • a6eaf59eff [bluetooth_proxy] Expose configured scanning mode in API responses J. Nick Koston 2025-08-29 08:59:09 -05:00
  • ca72286386 [lvgl] Update hello world (#10469) Clyde Stubbs 2025-08-29 15:42:39 +10:00
  • c7c74a29a4 Merge remote-tracking branch 'upstream/dev' into zwave_proxy Keith Burzinski 2025-08-28 23:52:26 -05:00
  • dea68bebd8 Adjust sen5x to match VOC/NOX datasheet (#9894) Ben Curtis 2025-08-28 22:00:54 -04:00
  • ef98f67b41 [lvgl] Replace spinbox step with selected_digit (#10349) Clyde Stubbs 2025-08-29 11:58:58 +10:00
  • 6a92b691a0 Update mcp4461.cpp (#10479) Oliver Kleinecke 2025-08-29 02:53:54 +02:00
  • bc960cf6d2 [mapping] Use custom allocator (#9972) Clyde Stubbs 2025-08-29 10:52:37 +10:00
  • 461ce69296 Merge branch 'release' into dev Jesse Hills 2025-08-29 12:39:26 +12:00
  • 6a20e6f9ad Merge pull request #10485 from esphome/bump-2025.8.2 2025.8.2 release beta Jesse Hills 2025-08-29 12:38:45 +12:00
  • cde00a1f4c Bump esphome-dashboard from 20250814.0 to 20250828.0 (#10484) dependabot[bot] 2025-08-29 11:02:15 +12:00
  • 5dc691874b [bluetooth_proxy] Remove unused ClientState::SEARCHING state (#10318) J. Nick Koston 2025-08-28 17:30:14 -05:00
  • c526ab9a3f Bump ruff from 0.12.10 to 0.12.11 (#10483) dependabot[bot] 2025-08-28 22:20:23 +00:00
  • 07875a8b1e Bump version to 2025.8.2 Jesse Hills 2025-08-29 10:16:19 +12:00
  • ba4789970c [esphome] Fix OTA watchdog resets by validating all magic bytes before blocking (#10401) J. Nick Koston 2025-08-28 17:12:38 -05:00
  • 015977cfdf [rtttl] Fix RTTTL for speakers (#10381) Vinicius Fortuna 2025-08-27 21:53:57 -04:00
  • e513c0f004 Fix AttributeError when uploading OTA to offline OpenThread devices (#10459) J. Nick Koston 2025-08-27 23:23:43 +02:00
  • a11970aee0 [wifi] Fix retry with hidden networks. (#10445) Clyde Stubbs 2025-08-28 07:16:26 +10:00
  • 4ab37b069b [i2c] Perform register reads as single transactions (#10389) Clyde Stubbs 2025-08-27 19:30:33 +10:00
  • b6bb6699d1 [mipi_spi] Fix dimensions (#10443) Clyde Stubbs 2025-08-27 19:30:01 +10:00
  • 078eaff9a8 [wifi] Fix reconnection failures after adapter restart by not clearing netif pointers (#10458) J. Nick Koston 2025-08-27 06:49:47 +02:00
  • a7786b75a0 [esp32_ble_tracker] Remove duplicate client promotion logic (#10321) J. Nick Koston 2025-08-28 17:14:51 -05:00
  • d4c11dac8c [esphome] Fix OTA watchdog resets by validating all magic bytes before blocking (#10401) J. Nick Koston 2025-08-28 17:12:38 -05:00
  • 2f2f2f7d15 [absolute_humidity] Fix typo (#10474) DAVe3283 2025-08-28 16:04:19 -06:00
  • 635cb08e63 Set ble tx power ble_tx_power J. Nick Koston 2025-08-28 14:41:18 -05:00
  • a92a08c2de [api] Fix string lifetime issue in fill_and_encode_entity_info for dynamic object_id (#10482) J. Nick Koston 2025-08-28 13:40:36 -05:00
  • c828941e16 Merge branch 'integration' into memory_api J. Nick Koston 2025-08-28 13:13:27 -05:00
  • a8df3fa249 Merge branch 'fix_string_lifetime_fill_and_encode_entity_info' into integration integration J. Nick Koston 2025-08-28 13:13:18 -05:00
  • 4930027557 [api] Fix string lifetime issue in fill_and_encode_entity_info for dynamic object_id J. Nick Koston 2025-08-28 13:11:58 -05:00
  • 75595b08be [rtttl] Fix RTTTL for speakers (#10381) Vinicius Fortuna 2025-08-27 21:53:57 -04:00
  • 3c7aba0681 Fix AttributeError when uploading OTA to offline OpenThread devices (#10459) J. Nick Koston 2025-08-27 23:23:43 +02:00
  • ffa32e64f7 Update esphome/components/split_buffer/split_buffer.h jesserockz-2025-407 Jesse Hills 2025-08-28 09:16:52 +12:00
  • e5d1c30797 [wifi] Fix retry with hidden networks. (#10445) Clyde Stubbs 2025-08-28 07:16:26 +10:00
  • c90b4c0f81 Merge branch 'integration' into memory_api J. Nick Koston 2025-08-27 09:47:26 -05:00
  • 0df992ee44 Merge remote-tracking branch 'upstream/dev' into integration J. Nick Koston 2025-08-27 09:47:18 -05:00
  • 2f699b3c20 Merge branch 'integration' into memory_api J. Nick Koston 2025-08-27 09:47:03 -05:00
  • 170f99ee08 Merge branch 'ota_magic_validation' into integration J. Nick Koston 2025-08-27 09:46:58 -05:00
  • c171d13c8c [i2c] Perform register reads as single transactions (#10389) Clyde Stubbs 2025-08-27 19:30:33 +10:00
  • 65d63de9b6 [mipi_spi] Fix dimensions (#10443) Clyde Stubbs 2025-08-27 19:30:01 +10:00
  • 801a92f56c Merge remote-tracking branch 'upstream/dev' into zwave_proxy Keith Burzinski 2025-08-27 00:49:06 -05:00
  • 9e712e4127 [wifi] Fix reconnection failures after adapter restart by not clearing netif pointers (#10458) J. Nick Koston 2025-08-27 06:49:47 +02:00
  • 7cf3657ba4 fix Jesse Hills 2025-08-27 16:42:58 +12:00
  • d272a668ff uppercase Jesse Hills 2025-08-27 16:20:54 +12:00
  • b11aa844a9 Fix check Jesse Hills 2025-08-27 16:19:29 +12:00
  • 1ec66e4e55 Split up source files Jesse Hills 2025-08-27 15:23:13 +12:00
  • 001d05b8f2 Merge branch 'integration' into memory_api J. Nick Koston 2025-08-26 18:22:10 -05:00
  • be7578ef9a Merge branch 'none_address_fix' into integration J. Nick Koston 2025-08-26 18:22:05 -05:00
  • ed7054cdb7 Fix AttributeError when uploading OTA to offline OpenThread devices J. Nick Koston 2025-08-26 18:20:38 -05:00
  • a61300b82f Merge branch 'integration' into memory_api J. Nick Koston 2025-08-26 17:22:56 -05:00
  • 830e8969a3 Merge branch 'partial_revert_wifi_race_fix' into integration J. Nick Koston 2025-08-26 17:22:50 -05:00
  • 6e681a5f3e [wifi] Fix reconnection failures after adapter restart by not clearing netif pointers J. Nick Koston 2025-08-26 17:20:55 -05:00
  • 9e0600ec45 Merge branch 'integration' into memory_api J. Nick Koston 2025-08-26 16:34:04 -05:00
  • 7a7a6825a2 Merge branch 'dev' into integration J. Nick Koston 2025-08-26 16:33:49 -05:00
  • f012a723c0 codeowners Jesse Hills 2025-08-27 07:33:59 +12:00
  • 6153248caa [epaper_spi] New epaper component Jesse Hills 2025-08-27 07:29:08 +12:00
  • 05523dc25d Merge remote-tracking branch 'upstream/dev' into zwave_proxy Keith Burzinski 2025-08-26 01:56:13 -05:00
  • 9007621fd7 Revert "[core] Dont copy platform source files if there are no entities of that type" (#10441) Clyde Stubbs 2025-08-26 09:15:44 +10:00
  • c01a26607e improve const imports of esphome.const (#10438) Thomas Rupprecht 2025-08-25 23:45:03 +02:00
  • f6ca70970f Merge branch 'release' into dev Jesse Hills 2025-08-26 08:48:51 +12:00
  • 4dc11f05a7 Merge pull request #10427 from esphome/bump-2025.8.1 2025.8.1 Jesse Hills 2025-08-26 08:48:10 +12:00
  • 5e508f7461 [core] Dont copy platform source files if there are no entities of that type (#10436) Jesse Hills 2025-08-26 07:46:54 +12:00
  • 2aceb56606 Merge commit from fork Jonathan Rascher 2025-08-24 22:40:19 -05:00
  • d071a074ef Bump version to 2025.8.1 Jesse Hills 2025-08-25 15:59:35 +12:00
  • 7a459c8c20 [web_server] Use oi.esphome.io for css and js assets (#10296) Clyde Stubbs 2025-08-25 07:04:32 +10:00
  • aebd21958a [test] Add integration test for light effect memory corruption fix (#10417) J. Nick Koston 2025-08-24 22:58:46 +02:00
  • c542db8bfe [esp32_ble_tracker] Fix on_scan_end trigger compilation without USE_ESP32_BLE_DEVICE (#10399) J. Nick Koston 2025-08-24 22:57:09 +02:00
  • d9dcfe66ec [lvgl] Fix meter rotation (#10342) Clyde Stubbs 2025-08-25 06:52:37 +10:00
  • 8517c2e903 [esp32_ble_client] Reduce log level for harmless BLE timeout race conditions (#10339) J. Nick Koston 2025-08-24 22:51:54 +02:00
  • 684384892a [deep_sleep] Fix ESP32-C6 compilation error with gpio_deep_sleep_hold_en() (#10345) J. Nick Koston 2025-08-24 22:51:23 +02:00
  • d560831d79 [script] Fix parallel mode scripts with delays cancelling each other (#10324) J. Nick Koston 2025-08-24 22:49:52 +02:00
  • fcc3c8e1b6 [esp32_ble] Increase GATT connection retry count to use full timeout window (#10376) J. Nick Koston 2025-08-24 22:49:37 +02:00
  • 959ffde60e [esp32_ble_client] Optimize BLE connection parameters for different connection types (#10356) J. Nick Koston 2025-08-24 22:17:26 +02:00
  • 07715dd50f [pvvx_mithermometer] Fix race condition with BLE authentication (#10327) J. Nick Koston 2025-08-24 22:16:12 +02:00
  • 03836ee2d2 [core] Improve error reporting for entity name conflicts with non-ASCII characters (#10329) J. Nick Koston 2025-08-24 22:11:54 +02:00
  • 50408d9abb [http_request] Fix for host after ArduinoJson library bump (#10348) Clyde Stubbs 2025-08-25 05:55:44 +10:00
  • 0de7259428 [api] Add `USE_API_HOMEASSISTANT_SERVICES if using tag_scanned` action (#10316) Jesse Hills 2025-08-20 23:47:20 +12:00
  • d054709c2d [esp32_ble_client] Add log helper functions to reduce flash usage by 120 bytes (#10243) J. Nick Koston 2025-08-19 21:38:32 -05:00
  • da16887915 [api] Add zero-copy StringRef methods for compilation_time and effect_name (#10257) J. Nick Koston 2025-08-19 21:26:53 -05:00
  • 6da8ec8d55 Merge commit from fork Jonathan Rascher 2025-08-24 22:40:19 -05:00
  • d2752b38c9 [core] Fix preference storage to account for device_id (#10333) J. Nick Koston 2025-08-25 02:22:16 +02:00
  • 6004367ee2 [esp32_ble_client] Add missing ESP_GATTC_UNREG_FOR_NOTIFY_EVT logging (#10347) J. Nick Koston 2025-08-25 02:07:04 +02:00
  • ecfeb8e4d3 improve AI instructions (#10416) Thomas Rupprecht 2025-08-25 01:51:28 +02:00
  • 456c31262d [web_server] Use oi.esphome.io for css and js assets (#10296) Clyde Stubbs 2025-08-25 07:04:32 +10:00
  • 9f02575287 [test] Add integration test for light effect memory corruption fix (#10417) J. Nick Koston 2025-08-24 22:58:46 +02:00
  • 07bca6103f [esp32_ble_tracker] Fix on_scan_end trigger compilation without USE_ESP32_BLE_DEVICE (#10399) J. Nick Koston 2025-08-24 22:57:09 +02:00
  • a58c3950bc [lvgl] Fix meter rotation (#10342) Clyde Stubbs 2025-08-25 06:52:37 +10:00