J. Nick Koston
|
96352f047d
|
Merge branch 'device_id_state' into integration
|
2025-07-03 12:17:48 -05:00 |
|
J. Nick Koston
|
5e7a1fea8c
|
Add device_id to entity state messages for sub-device support
|
2025-07-03 10:21:12 -05:00 |
|
dependabot[bot]
|
107304b274
|
Bump aioesphomeapi from 34.0.0 to 34.1.0 (#9301)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-07-03 14:08:04 +00:00 |
|
Sergey Dudanov
|
b2b6f41ef3
|
Packages: optional base path for remote git packages (#9279)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-07-03 19:11:40 +12:00 |
|
J. Nick Koston
|
34db02661c
|
Allow disabling API batch delay for real-time state updates (#9298)
|
2025-07-02 21:50:53 -05:00 |
|
DanielV
|
798eef41b9
|
[Packet transport] Ping timeout sensor (#8694)
|
2025-07-03 11:25:46 +10:00 |
|
Jesse Hills
|
658e4bac47
|
Merge branch 'release' into dev
|
2025-07-03 13:07:58 +12:00 |
|
Jesse Hills
|
f5aab154a6
|
Merge pull request #9299 from esphome/bump-2025.6.3
2025.6.3
2025.6.3
|
2025-07-03 13:07:17 +12:00 |
|
J. Nick Koston
|
5b55e205ef
|
Save flash and RAM by conditionally compiling unused API password code (#9297)
|
2025-07-03 09:42:08 +12:00 |
|
J. Nick Koston
|
4ef5c941c9
|
Fix missing ifdef guards in API protobuf generator (#9296)
|
2025-07-03 09:39:20 +12:00 |
|
Mariusz Kryński
|
b9391f2cd4
|
[ds2484] New component (#9147)
|
2025-07-03 09:15:37 +12:00 |
|
Jesse Hills
|
66e090ff5b
|
Bump version to 2025.6.3
|
2025-07-03 08:27:46 +12:00 |
|
Craig Andrews
|
d41298897f
|
[http_request] allow retrieval of more than just the first header (#9242)
|
2025-07-03 08:27:46 +12:00 |
|
J. Nick Koston
|
ba42de536c
|
Fix crash when event last_event_type is null in web_server (#9266)
|
2025-07-03 08:27:46 +12:00 |
|
Jesse Hills
|
bdc9f5f3b2
|
Fix api log client crashing when api encryption is dynamic (#9245)
|
2025-07-03 08:27:46 +12:00 |
|
Rezoran
|
90f9ab0d3e
|
[uart] fix: missing uart_config_t struct initialisation (#9235)
|
2025-07-03 08:27:46 +12:00 |
|
J. Nick Koston
|
0f39b1c49a
|
merge
|
2025-07-02 14:06:59 -05:00 |
|
J. Nick Koston
|
e2d6363c68
|
merge
|
2025-07-02 14:06:32 -05:00 |
|
J. Nick Koston
|
cdeef700c2
|
Merge branch 'password_api' into integration
|
2025-07-02 14:05:12 -05:00 |
|
J. Nick Koston
|
86fd702841
|
Save flash and RAM by conditionally compiling unused API password code
|
2025-07-02 13:56:41 -05:00 |
|
Clyde Stubbs
|
00eb56d8db
|
[esp32_touch] Fix threshold (#9291)
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-07-02 09:08:10 -05:00 |
|
tomaszduda23
|
60eac6ea07
|
[time] fix clang-tidy (#9292)
|
2025-07-02 14:02:56 +00:00 |
|
Jesse Hills
|
9b3ece4caf
|
[time] Add `USE_TIME_TIMEZONE ` define (#9290)
|
2025-07-02 08:51:25 -05:00 |
|
Colm
|
289aedcfe2
|
Don't compile state_to_string() unless debugging. (#7473)
|
2025-07-03 00:23:37 +12:00 |
|
rwrozelle
|
4cdc804c17
|
OpenThread - add Device Type (#9272)
Co-authored-by: mc <mc@debian>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-07-03 00:16:28 +12:00 |
|
mrtntome
|
56a963dfe6
|
[heatpumpir] Add Support for PHS32 HeatPump (#7378)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-07-03 00:05:54 +12:00 |
|
Aleksey Zinchenko
|
f6f0e52d5e
|
[core] Deleting CMakeCache.txt for fast recompilation with ESP-IDF (#8750)
|
2025-07-02 17:37:31 +10:00 |
|
J. Nick Koston
|
eba2c82fec
|
Use encode_bytes() for protobuf bytes fields (#9289)
|
2025-07-02 04:36:09 +00:00 |
|
J. Nick Koston
|
6c62d4a923
|
Merge branch 'fix_bytes_encoding' into integration
|
2025-07-01 22:44:43 -05:00 |
|
Edward Firmo
|
fae96e279c
|
[nextion] memory optimization (#9164)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-07-02 03:25:06 +00:00 |
|
JonasB2497
|
2fb23becec
|
made qr_code elements optional (#8896)
|
2025-07-02 14:56:48 +12:00 |
|
Jeremy Brown
|
095acce3e2
|
Mmc5603 fix for devices that don't retrieve chip_id (#8959)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-07-02 02:48:42 +00:00 |
|
Craig Andrews
|
5fa9d22c5d
|
[http_request] allow retrieval of more than just the first header (#9242)
|
2025-07-02 14:17:34 +12:00 |
|
George
|
785b14ac84
|
pulse_meter total (#9282)
|
2025-07-02 14:14:16 +12:00 |
|
J. Nick Koston
|
84ab758b22
|
Replace custom OTA implementation in web_server_base (#9274)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-07-02 13:50:45 +12:00 |
|
J. Nick Koston
|
03566c34ed
|
Reduce Component memory usage by 40% (8 bytes per component) (#9278)
|
2025-07-02 13:43:40 +12:00 |
|
Jesse Hills
|
6a096c1d5a
|
[api] Dump bytes fields as hex instead of unreadable string (#9288)
|
2025-07-02 13:36:15 +12:00 |
|
J. Nick Koston
|
6e42d009fb
|
Fix bytes field encoding in protobuf code generator
|
2025-07-01 20:26:34 -05:00 |
|
Jonathan Swoboda
|
04a46de237
|
[esp32_rmt_led_strip] Reduce memory usage by 32x with IDF 5.3 (#8388)
|
2025-07-02 11:40:39 +12:00 |
|
J. Nick Koston
|
0083abe3b5
|
Fix regression: BK7231N devices not returning entities via API (#9283)
|
2025-07-02 11:30:03 +12:00 |
|
J. Nick Koston
|
7d7769ea5d
|
Merge branch 'component_memory' into integration
|
2025-07-01 14:11:58 -05:00 |
|
J. Nick Koston
|
3908677fe2
|
Merge branch 'ota_base_extract' into integration
|
2025-07-01 14:09:51 -05:00 |
|
J. Nick Koston
|
9799a2b636
|
test
|
2025-07-01 13:47:59 -05:00 |
|
J. Nick Koston
|
099474053e
|
cleanuip
|
2025-07-01 13:38:47 -05:00 |
|
J. Nick Koston
|
efafabed97
|
fix rp2040
|
2025-07-01 13:23:24 -05:00 |
|
J. Nick Koston
|
d463dd0f57
|
Merge branch 'bk7200_tagged_pointer_fix' into integration
|
2025-07-01 11:57:11 -05:00 |
|
J. Nick Koston
|
c33c14a46f
|
tidy
|
2025-07-01 11:57:02 -05:00 |
|
J. Nick Koston
|
2d0c109dc1
|
Merge remote-tracking branch 'origin/dev' into ota_base_extract
|
2025-07-01 11:50:49 -05:00 |
|
J. Nick Koston
|
825d0bed88
|
fix esp8266 error handling
|
2025-07-01 11:29:38 -05:00 |
|
Jonathan Swoboda
|
3470305d9d
|
[esp32] Remove IDF 4 support and clean up code (#9145)
|
2025-07-01 16:22:41 +00:00 |
|