J. Nick Koston
|
b2a8b0a22f
|
Add pre-commit hooks to fix common formatting issues causing CI failures (#9494)
|
2025-07-15 12:25:18 +12:00 |
|
J. Nick Koston
|
619e2d69c0
|
Remove redundant pyupgrade CI job (follow-up to #9484) (#9493)
|
2025-07-15 12:20:05 +12:00 |
|
J. Nick Koston
|
f78e71c86a
|
Fix WebServer routes constant naming convention (#9497)
|
2025-07-14 10:13:24 -10:00 |
|
J. Nick Koston
|
f8c45573f3
|
Refactor WebServer request handling for improved maintainability (#9470)
|
2025-07-15 07:24:20 +12:00 |
|
Jesse Hills
|
e231d334a3
|
Merge branch 'beta' into dev
|
2025-07-15 06:39:20 +12:00 |
|
J. Nick Koston
|
e7d819a656
|
Suppress spurious volatile and Python syntax warnings during builds (#9488)
|
2025-07-14 17:47:52 +10:00 |
|
Jesse Hills
|
16292a9f13
|
Merge pull request #9483 from esphome/bump-2025.7.0b3
2025.7.0b3
2025.7.0b3
|
2025-07-14 15:41:59 +12:00 |
|
J. Nick Koston
|
873f4125c5
|
Fix pre-commit CI issues by switching to lite mode (#9484)
|
2025-07-13 17:30:34 -10:00 |
|
Jesse Hills
|
90f0ebb22b
|
Dont autofix PR
|
2025-07-14 14:12:26 +12:00 |
|
Jesse Hills
|
4153380f99
|
Remove hook that doesnt exist on beta
|
2025-07-14 13:48:41 +12:00 |
|
J. Nick Koston
|
740c0ef9d7
|
Fix pre-commit CI failures by skipping local hooks that require virtual environment (#9476)
|
2025-07-14 13:46:14 +12:00 |
|
Jesse Hills
|
b4521e1d8c
|
Bump version to 2025.7.0b3
|
2025-07-14 13:08:24 +12:00 |
|
J. Nick Koston
|
10ca7ed85b
|
Fix dormant bug in RAMAllocator::reallocate() manual_size calculation (#9482)
|
2025-07-14 13:08:23 +12:00 |
|
J. Nick Koston
|
e43efdaaec
|
Follow logging best practices by removing redundant component prefix (#9481)
|
2025-07-14 13:08:23 +12:00 |
|
Clyde Stubbs
|
9207bf97f3
|
[esp_ldo] Component schema; default priority (#9479)
|
2025-07-14 13:08:23 +12:00 |
|
Javier Peletier
|
c13317f807
|
[substitutions] Fix #7189 (#9469)
|
2025-07-14 13:08:23 +12:00 |
|
J. Nick Koston
|
77d1d0414d
|
Automatically disable interrupts for ESP8266 GPIO16 binary sensors (#9467)
|
2025-07-14 13:08:23 +12:00 |
|
Peter Zich
|
8f42bc6aac
|
[lvgl] Post-process size arguments in meter config (#9466)
Co-authored-by: clydebarrow <2366188+clydebarrow@users.noreply.github.com>
|
2025-07-14 13:08:23 +12:00 |
|
Peter Zich
|
9beb4e2cd4
|
(Maybe?) fix I2S speaker internal DAC mode (#9435)
|
2025-07-14 13:08:23 +12:00 |
|
Keith Burzinski
|
097aac2183
|
[ld2420] Memory optimization, code clean-up (#9426)
|
2025-07-14 13:08:23 +12:00 |
|
J. Nick Koston
|
d31b8ad2e2
|
Fix dormant bug in RAMAllocator::reallocate() manual_size calculation (#9482)
|
2025-07-14 00:58:07 +00:00 |
|
J. Nick Koston
|
f5c8595a46
|
Follow logging best practices by removing redundant component prefix (#9481)
|
2025-07-14 00:41:49 +00:00 |
|
J. Nick Koston
|
02d1894a9f
|
Refactor format_hex_pretty functions to eliminate code duplication (#9480)
|
2025-07-14 00:32:16 +00:00 |
|
Clyde Stubbs
|
fc337aef69
|
[esp_ldo] Component schema; default priority (#9479)
|
2025-07-13 23:47:52 +00:00 |
|
J. Nick Koston
|
b21c76a6c6
|
Fix clang-tidy skipping when Python linters are skipped (#9463)
|
2025-07-14 11:04:14 +12:00 |
|
J. Nick Koston
|
5416cee2c9
|
Fix pre-commit CI failures by skipping local hooks that require virtual environment (#9476)
|
2025-07-14 10:44:21 +12:00 |
|
Javier Peletier
|
9e002cd7a3
|
[substitutions] Fix #7189 (#9469)
|
2025-07-14 09:58:52 +12:00 |
|
dependabot[bot]
|
9451781915
|
Bump aioesphomeapi from 34.2.1 to 35.0.1 (#9474)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
|
2025-07-13 21:53:04 +00:00 |
|
J. Nick Koston
|
84956b6dc5
|
Automatically disable interrupts for ESP8266 GPIO16 binary sensors (#9467)
|
2025-07-13 20:09:55 +12:00 |
|
Peter Zich
|
6f19808eff
|
[lvgl] Post-process size arguments in meter config (#9466)
Co-authored-by: clydebarrow <2366188+clydebarrow@users.noreply.github.com>
|
2025-07-13 15:43:32 +10:00 |
|
Peter Zich
|
cd8e1548bf
|
(Maybe?) fix I2S speaker internal DAC mode (#9435)
|
2025-07-13 13:22:07 +12:00 |
|
Jesse Hills
|
48d55a70c0
|
Merge branch 'beta' into dev
|
2025-07-13 13:18:50 +12:00 |
|
Jesse Hills
|
18787b0be0
|
Merge pull request #9462 from esphome/bump-2025.7.0b2
2025.7.0b2
2025.7.0b2
|
2025-07-13 13:18:17 +12:00 |
|
Jesse Hills
|
39e01c42e1
|
Bump version to 2025.7.0b2
|
2025-07-13 11:05:14 +12:00 |
|
Jonathan Swoboda
|
c760f89e46
|
[libretiny] Set lib_compat_mode to soft for libretiny (#9439)
|
2025-07-13 11:05:13 +12:00 |
|
Clyde Stubbs
|
01b4e214b9
|
[usb_uart] Be flexible about descriptor layout for CDC-ACM devices (#9425)
|
2025-07-13 11:05:13 +12:00 |
|
J. Nick Koston
|
bc7cfeb9cd
|
Only generate protobuf encode/decode methods for the message direction they're used (#9461)
|
2025-07-13 11:05:13 +12:00 |
|
dependabot[bot]
|
36dd203e74
|
Bump aioesphomeapi from 34.2.0 to 34.2.1 (#9460)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-07-13 11:05:13 +12:00 |
|
J. Nick Koston
|
8605994cc6
|
Apply existing protobuf buffer optimization to nested message encoding (~2.3x speed up) (#9458)
|
2025-07-13 11:05:13 +12:00 |
|
Jonathan Swoboda
|
80fbe28088
|
[sx127x, sx126x] Fix preamble_size default and validation (#9454)
|
2025-07-13 11:05:13 +12:00 |
|
Clyde Stubbs
|
1d9f17a57c
|
[packet_transport] Don't run update if ping_pong not enabled. (#9434)
|
2025-07-13 11:05:13 +12:00 |
|
J. Nick Koston
|
42947bcf56
|
Conditionally compile API user services to save 4.3KB flash (follow-up to #9262) (#9451)
|
2025-07-13 11:05:13 +12:00 |
|
J. Nick Koston
|
3c864b2bca
|
Reduce API flash usage by eliminating unnecessary template instantiations (#9452)
|
2025-07-13 11:05:13 +12:00 |
|
Keith Burzinski
|
35d88fc0d6
|
[ld2410] Remove redundant `delay() ` calls, minor optimizations (#9453)
|
2025-07-13 11:05:13 +12:00 |
|
J. Nick Koston
|
7a6894e087
|
Optimize API proto size calculations by removing redundant force parameter (#9449)
|
2025-07-13 11:05:13 +12:00 |
|
J. Nick Koston
|
1b222ceca3
|
Optimize API flash usage by storing message size at compile time (#9447)
|
2025-07-13 11:05:13 +12:00 |
|
Samuel Sieb
|
bab3deee1b
|
[wizard] use lowercase to match (#9448)
Co-authored-by: Samuel Sieb <samuel@sieb.net>
|
2025-07-13 11:05:13 +12:00 |
|
J. Nick Koston
|
ccd30110b1
|
Fix scheduler crash when cancelling items with NULL names (#9444)
|
2025-07-13 11:05:13 +12:00 |
|
J. Nick Koston
|
904c7b8a3a
|
Sync api.proto from aioesphomeapi (#9393)
|
2025-07-13 11:05:13 +12:00 |
|
DT-art1
|
fa262673e4
|
Replace remaining instances of USE_ESP32_CAMERA with USE_CAMERA (#9401)
|
2025-07-13 11:05:13 +12:00 |
|