Jonathan Swoboda
|
24fb74f78b
|
[ld2420] Fix buffer overflows in command response parsing (#14297)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
2026-02-25 17:21:33 -05:00 |
|
Jonathan Swoboda
|
2e167835ea
|
[pn532] Replace millis zero sentinel with optional (#14295)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
2026-02-25 15:15:49 -05:00 |
|
Jonathan Swoboda
|
a60e5c5c4f
|
[lightwaverf] Fix millis overflow in send timeout check (#14294)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
2026-02-25 15:11:52 -05:00 |
|
Jonathan Swoboda
|
3dcc9ab765
|
[ble_presence] Fix millis overflow in presence timeout check (#14293)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
2026-02-25 15:08:04 -05:00 |
|
Jonathan Swoboda
|
d61e2f9c29
|
[light] Fix millis overflow in transition progress and flash timing (#14292)
Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
2026-02-25 15:06:13 -05:00 |
|
Jonathan Swoboda
|
5dffceda59
|
[hmc5883l] Fix wrong gain for 88uT range (#14281)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
2026-02-25 14:35:27 -05:00 |
|
Jonathan Swoboda
|
d1a636a5c3
|
[rtttl] Fix speaker playback bugs (#14280)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
2026-02-25 14:34:38 -05:00 |
|
Jonathan Swoboda
|
3f558f63d8
|
[bl0942] Fix millis overflow in packet timeout check (#14285)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
2026-02-25 19:28:47 +00:00 |
|
Jonathan Swoboda
|
df77213f2c
|
[shelly_dimmer] Fix millis overflow in ACK timeout check (#14288)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
2026-02-25 19:27:00 +00:00 |
|
Jonathan Swoboda
|
e601162cdd
|
[lcd_base] Fix millis() truncation to uint8_t (#14289)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
2026-02-25 19:21:00 +00:00 |
|
Jonathan Swoboda
|
62da60df47
|
[ld2420] Fix sizeof vs value bug in register memcpy (#14286)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
2026-02-25 19:19:20 +00:00 |
|
J. Nick Koston
|
8bb577de64
|
[api] Split ProtoVarInt::parse into 32-bit and 64-bit phases (#14039)
|
2026-02-25 12:23:13 -06:00 |
|
Thomas Rupprecht
|
ede8235aae
|
[core] more accurate check for leap year and valid day_of_month (#14197)
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-02-25 16:46:28 +00:00 |
|
Szpadel
|
37a0cec53d
|
[ac_dimmer] Use a shared ESP32 GPTimer for multiple dimmers (#13523)
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
|
2026-02-25 16:12:03 +00:00 |
|
esphomebot
|
78ab63581b
|
Update webserver local assets to 20260225-155043 (#14275)
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
|
2026-02-25 16:09:45 +00:00 |
|
J. Nick Koston
|
1beeb9ab5c
|
[web_server] Fix uptime display overflow after ~24.8 days (#13739)
|
2026-02-25 08:54:32 -07:00 |
|
Jonathan Swoboda
|
228874a52b
|
[config] Improve dimensions validation and fix online_image resize aspect ratio (#14274)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
2026-02-25 10:45:50 -05:00 |
|
Big Mike
|
bb05cfb711
|
[sensirion_common] Move sen5x's sensirion_convert_to_string_in_place() function to sensirion_common (#14269)
|
2026-02-25 07:34:58 -05:00 |
|
J. Nick Koston
|
b134c4679c
|
[light] Replace std::lerp with lightweight lerp_fast in LightColorValues::lerp (#14238)
|
2026-02-24 22:33:57 -06:00 |
|
Jonathan Swoboda
|
2e705a919f
|
[pid] Fix deadband threshold conversion for Fahrenheit (#14268)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
2026-02-24 23:26:00 -05:00 |
|
J. Nick Koston
|
1dac501b04
|
[light] Add additional light effect test cases (#14266)
|
2026-02-24 21:39:51 -06:00 |
|
Jesse Hills
|
905e81330e
|
Don't get stuck forever on a failed component can_proceed (#14267)
|
2026-02-25 03:28:19 +00:00 |
|
J. Nick Koston
|
3460a8c922
|
[dlms_meter/kamstrup_kmp] Replace powf with pow10_int (#14125)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-02-25 13:44:50 +13:00 |
|
J. Nick Koston
|
2ff876c629
|
[core] Use custom deleter for SchedulerItem unique_ptr to prevent destructor inlining (#14258)
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
|
2026-02-25 13:18:44 +13:00 |
|
J. Nick Koston
|
08dc487b5b
|
[core] Pass std::function by rvalue reference in scheduler (#14260)
|
2026-02-25 13:08:07 +13:00 |
|
J. Nick Koston
|
4dc6b12ec5
|
[api] Pass std::function by rvalue reference in state subscriptions (#14261)
|
2026-02-25 12:56:43 +13:00 |
|
J. Nick Koston
|
cca4777f64
|
[web_server_idf] Pass std::function by rvalue reference (#14262)
|
2026-02-25 12:51:01 +13:00 |
|
Andrew Rankin
|
af00d601be
|
[esp32_ble_server] add max_clients option for multi-client support (#14239)
|
2026-02-25 08:19:13 +11:00 |
|
Jonathan Swoboda
|
fe3c2ba555
|
[http_request.ota] Percent-encode credentials in URL (#14257)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
2026-02-24 14:15:22 -05:00 |
|
J. Nick Koston
|
6554ad7c7e
|
[core] Prevent inlining of mark_matching_items_removed_locked_ on Thumb-1 (#14256)
|
2026-02-24 12:08:51 -06:00 |
|
Clyde Stubbs
|
4abbed0cd4
|
[mipi_dsi] Allow transform disable; fix warnings (#14216)
|
2026-02-24 08:33:33 -05:00 |
|
H. Árkosi Róbert
|
72263eda85
|
[version] text sensor add option hide_hash to restore the pre-2026.1 behavior (#14251)
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
|
2026-02-24 07:31:58 -06:00 |
|
Jonathan Swoboda
|
abf7074518
|
[esp32] Improve ESP32-P4 engineering sample warning message (#14252)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
2026-02-24 08:27:48 -05:00 |
|
J. Nick Koston
|
ad2da0af52
|
[network] Use C++17 nested namespace syntax (#14248)
|
2026-02-24 02:00:21 +00:00 |
|
J. Nick Koston
|
7d9d90d3f8
|
[cse7766] Use C++17 nested namespace syntax (#14247)
|
2026-02-23 20:50:22 -05:00 |
|
J. Nick Koston
|
70e47f301d
|
[ethernet] Use C++17 nested namespace syntax (#14246)
|
2026-02-23 20:50:11 -05:00 |
|
J. Nick Koston
|
1614eb9c9c
|
[i2c] Use C++17 nested namespace syntax (#14245)
|
2026-02-23 20:50:00 -05:00 |
|
J. Nick Koston
|
a694003fe3
|
[usb_host] Use C++17 nested namespace syntax (#14244)
|
2026-02-23 20:49:48 -05:00 |
|
J. Nick Koston
|
500aa7bf1d
|
[text_sensor] Use C++17 nested namespace syntax (#14243)
|
2026-02-23 20:49:35 -05:00 |
|
J. Nick Koston
|
63c1496115
|
[text] Use C++17 nested namespace syntax (#14242)
|
2026-02-23 20:49:25 -05:00 |
|
J. Nick Koston
|
843d06df3f
|
[switch] Use C++17 nested namespace syntax (#14241)
|
2026-02-23 20:49:15 -05:00 |
|
J. Nick Koston
|
30cc51eac9
|
[version] Use C++17 nested namespace syntax (#14240)
|
2026-02-23 20:49:00 -05:00 |
|
Jonathan Swoboda
|
ebf1047da7
|
[core] Move build_info_data.h out of application.h to fix incremental rebuilds (#14230)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
2026-02-23 18:51:56 -05:00 |
|
J. Nick Koston
|
869678953d
|
[core] Add pow10_int helper, replace powf in normalize_accuracy and sensor filters (#14114)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-02-24 12:03:24 +13:00 |
|
James Myatt
|
4a52900352
|
[nfc] Fix logging tag for nfc helpers (#14235)
|
2026-02-23 21:16:32 +00:00 |
|
tomaszduda23
|
02c37bb6d6
|
[nrf52,logger] generate crash magic in python (#14173)
|
2026-02-23 20:23:40 +00:00 |
|
dependabot[bot]
|
918bbfb0d3
|
Bump aioesphomeapi from 44.0.0 to 44.1.0 (#14232)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-02-23 20:22:32 +00:00 |
|
tomaszduda23
|
063c6a9e45
|
[esp32,core] Move CONF_ENABLE_OTA_ROLLBACK to core (#14231)
|
2026-02-23 20:06:20 +00:00 |
|
Jonathan Swoboda
|
daee71a2c1
|
[http_request] Retry update check on startup until network is ready (#14228)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-02-23 14:21:29 -05:00 |
|
Jonathan Swoboda
|
0d32a5321c
|
[remote_transmitter/remote_receiver] Rename _esp32.cpp to _rmt.cpp (#14226)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
2026-02-23 13:46:53 -05:00 |
|