J. Nick Koston
|
bd3ecad3a1
|
[core] Add format_hex_pretty_to buffer helper and reduce code duplication (#12687)
CI / Run integration tests (push) Has been cancelled
CI / Run C++ unit tests (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 IDF (push) Has been cancelled
CI / Run script/clang-tidy for ESP8266 (push) Has been cancelled
CI / Run script/clang-tidy for ZEPHYR (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 1/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 2/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 3/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 4/4 (push) Has been cancelled
CI / Test components batch (${{ matrix.components }}) (push) Has been cancelled
CI / pre-commit.ci lite (push) Has been cancelled
CI / Build target branch for memory impact (push) Has been cancelled
CI / Build PR branch for memory impact (push) Has been cancelled
CI / Comment memory impact (push) Has been cancelled
CI / CI Status (push) Has been cancelled
Stale / stale (push) Has been cancelled
Lock closed issues and PRs / lock (push) Has been cancelled
Publish Release / Initialize build (push) Has been cancelled
Publish Release / Build and publish to PyPi (push) Has been cancelled
Publish Release / Build ESPHome amd64 (push) Has been cancelled
Publish Release / Build ESPHome arm64 (push) Has been cancelled
Publish Release / Publish ESPHome docker to dockerhub (push) Has been cancelled
Publish Release / Publish ESPHome docker to ghcr (push) Has been cancelled
Publish Release / Publish ESPHome ha-addon to dockerhub (push) Has been cancelled
Publish Release / Publish ESPHome ha-addon to ghcr (push) Has been cancelled
Publish Release / deploy-ha-addon-repo (push) Has been cancelled
Publish Release / deploy-esphome-schema (push) Has been cancelled
Publish Release / version-notifier (push) Has been cancelled
Synchronise Device Classes from Home Assistant / Sync Device Classes (push) Has been cancelled
|
2025-12-30 11:51:51 -10:00 |
|
J. Nick Koston
|
dae7ba604a
|
[ethernet_info] Eliminate heap allocations in DNS text sensor (#12756)
|
2025-12-30 10:25:51 -10:00 |
|
Jonathan Swoboda
|
96c47f3b4d
|
Merge branch 'release' into dev
|
2025-12-30 09:31:44 -05:00 |
|
Jonathan Swoboda
|
5b5cede5f9
|
Merge pull request #12752 from esphome/bump-2025.12.3
2025.12.3
2025.12.3
|
2025-12-30 09:31:31 -05:00 |
|
Jonathan Swoboda
|
c737033cc4
|
Bump version to 2025.12.3
|
2025-12-30 09:22:03 -05:00 |
|
J. Nick Koston
|
0194bfd9ea
|
[core] Fix incremental build failures when adding components on ESP32-Arduino (#12745)
|
2025-12-30 09:22:03 -05:00 |
|
J. Nick Koston
|
339399eb70
|
[lvgl] Fix lambdas in canvas actions called from outside LVGL context (#12671)
|
2025-12-30 09:22:03 -05:00 |
|
Samuel Sieb
|
a615b28ecf
|
[bme68x_bsec2] add id: to allow extending (#12649)
|
2025-12-29 23:22:36 -08:00 |
|
bakroistvan
|
468bd7b04f
|
[dallas_temp] higher precision for logged temperature (#12695)
|
2025-12-29 22:53:28 -08:00 |
|
Jonathan Swoboda
|
4c16afeacb
|
[esp32] Add IDF framework source for Arduino builds (#12731)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: J. Nick Koston <nick+github@koston.org>
|
2025-12-29 22:25:26 -05:00 |
|
J. Nick Koston
|
d86c05bfe6
|
[esp32] Breaking Change: Change default framework to ESP-IDF (#12746)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-12-30 03:23:41 +00:00 |
|
J. Nick Koston
|
63464a13c3
|
[core] Fix incremental build failures when adding components on ESP32-Arduino (#12745)
|
2025-12-29 16:57:22 -10:00 |
|
Clyde Stubbs
|
20e43398fa
|
[cli] Report program path on host (#12743)
|
2025-12-30 13:21:30 +11:00 |
|
hsand
|
2e7cdad532
|
[pvvx_mithermometer] fix displaying negative numbers (#12735)
|
2025-12-29 13:58:38 -08:00 |
|
dependabot[bot]
|
636cccc6a3
|
Bump aioesphomeapi from 43.9.0 to 43.9.1 (#12724)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-12-29 09:55:26 -10:00 |
|
Thomas Rupprecht
|
93e2a1bd1a
|
[tests] improve mipi_spi variable naming (#12716)
|
2025-12-29 14:21:07 -05:00 |
|
Thomas Rupprecht
|
dd3beb5841
|
[tests] fix typo mipi tests (#12715)
|
2025-12-29 14:20:38 -05:00 |
|
Thomas Rupprecht
|
97af01c5ed
|
[usb_host] sort esp32 variants (#12720)
|
2025-12-29 14:19:36 -05:00 |
|
J. Nick Koston
|
7e362cdafc
|
[ota] Use precision format specifier for auth logging (#12706)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-12-29 08:43:54 -10:00 |
|
Jonathan Swoboda
|
890d531cea
|
[esp32] Bump to ESP-IDF 5.5.2, Arduino 3.3.5, platform 55.3.35 (#12681)
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: J. Nick Koston <nick@home-assistant.io>
|
2025-12-29 11:35:54 -05:00 |
|
Swaptor
|
6a6c6b648f
|
[internal_temperature] Add ESP32-C5 support (#12713)
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
|
2025-12-29 11:32:32 -05:00 |
|
dependabot[bot]
|
d0673122a8
|
Bump aioesphomeapi from 43.8.0 to 43.9.0 (#12702)
|
2025-12-28 18:15:06 -10:00 |
|
dependabot[bot]
|
5cbef3ef95
|
Bump aioesphomeapi from 43.7.0 to 43.8.0 (#12701)
|
2025-12-29 03:15:40 +00:00 |
|
dependabot[bot]
|
a1e0121330
|
Bump bleak from 2.0.0 to 2.1.0 (#12700)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-12-28 16:48:20 -10:00 |
|
dependabot[bot]
|
eb050ff13e
|
Bump aioesphomeapi from 43.6.0 to 43.7.0 (#12699)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-12-28 16:48:08 -10:00 |
|
Jonathan Swoboda
|
45e61f100c
|
[core] Replace USE_ESP_IDF with USE_ESP32 across components (#12673)
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
|
2025-12-27 11:59:55 -10:00 |
|
J. Nick Koston
|
5e99dd14ae
|
[ethernet] Eliminate heap allocations in dump_config logging (#12665)
|
2025-12-27 08:36:35 -10:00 |
|
J. Nick Koston
|
a6097f4a0f
|
[wifi] Eliminate heap allocations in dump_config logging (#12664)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-12-27 08:36:19 -10:00 |
|
J. Nick Koston
|
f243e609a5
|
[wifi] Use StringRef and std::span in WiFiConnectStateListener to avoid allocations (#12672)
|
2025-12-27 08:35:58 -10:00 |
|
J. Nick Koston
|
be0bf1e5b9
|
[lvgl] Fix lambdas in canvas actions called from outside LVGL context (#12671)
|
2025-12-27 08:35:36 -10:00 |
|
J. Nick Koston
|
a275f37135
|
[udp] Use stack buffer for listen address logging in dump_config (#12667)
|
2025-12-27 08:35:16 -10:00 |
|
J. Nick Koston
|
e9f2d75aab
|
[core] Add format_hex_to helper for zero-allocation hex formatting (#12670)
|
2025-12-27 08:34:45 -10:00 |
|
J. Nick Koston
|
34067f8b15
|
[esp8266] Native OTA backend to reduce Arduino dependencies (#12675)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-12-27 08:29:15 -10:00 |
|
J. Nick Koston
|
bdc087148a
|
[wifi_info] Reduce heap allocations in text sensor formatting (#12660)
|
2025-12-26 12:52:41 -10:00 |
|
J. Nick Koston
|
5a2e0612a8
|
[web_server] Use C++17 nested namespace syntax (#12663)
|
2025-12-26 08:44:34 -10:00 |
|
J. Nick Koston
|
f1fecd22e3
|
[web_server] Move HTTP header strings to flash on ESP8266 (#12668)
|
2025-12-26 08:44:17 -10:00 |
|
J. Nick Koston
|
0919017d49
|
[wifi] Avoid unnecessary string copy in failed connection logging (#12659)
|
2025-12-26 08:44:03 -10:00 |
|
J. Nick Koston
|
963f594c9e
|
[text_sensor] Return state by const reference to avoid copies (#12661)
|
2025-12-26 07:58:46 -10:00 |
|
J. Nick Koston
|
4f70663658
|
[alarm_control_panel] Use C++17 nested namespace and remove unused include (#12662)
|
2025-12-26 07:57:33 -10:00 |
|
dependabot[bot]
|
958a35e262
|
Bump aioesphomeapi from 43.5.0 to 43.6.0 (#12644)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-12-24 14:17:52 -10:00 |
|
J. Nick Koston
|
0c566c6f00
|
[core] Deprecate get_object_id() and migrate remaining usages to get_object_id_to() (#12629)
|
2025-12-23 06:59:07 -10:00 |
|
Jonathan Swoboda
|
ba73289b28
|
Merge branch 'release' into dev
|
2025-12-23 11:17:15 -05:00 |
|
Jonathan Swoboda
|
99f7e9aeb7
|
Merge pull request #12632 from esphome/bump-2025.12.2
2025.12.2
2025.12.2
|
2025-12-23 11:17:01 -05:00 |
|
Jonathan Swoboda
|
ebb6babb3d
|
Fix hash
|
2025-12-23 09:26:38 -05:00 |
|
Jonathan Swoboda
|
0922f240e0
|
Bump version to 2025.12.2
|
2025-12-23 09:23:04 -05:00 |
|
Jonathan Swoboda
|
c8fb694dcb
|
[cc1101] Fix packet mode RSSI/LQI (#12630)
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-12-23 09:23:04 -05:00 |
|
J. Nick Koston
|
6054685dae
|
[esp32_camera] Throttle frame logging to reduce overhead and improve throughput (#12586)
|
2025-12-23 09:23:04 -05:00 |
|
Anna Oake
|
61ec3508ed
|
[cc1101] Fix option defaults and move them to YAML (#12608)
|
2025-12-23 09:23:04 -05:00 |
|
Leo Bergolth
|
086ec770ea
|
send NIL ("-") as timestamp if time source is not valid (#12588)
|
2025-12-23 09:23:04 -05:00 |
|
Stuart Parmenter
|
b055f5b4bf
|
[hub75] Bump esp-hub75 version to 0.1.7 (#12564)
|
2025-12-23 09:23:00 -05:00 |
|