J. Nick Koston
5dc691874b
[bluetooth_proxy] Remove unused ClientState::SEARCHING state ( #10318 )
2025-08-29 10:30:14 +12:00
J. Nick Koston
a7786b75a0
[esp32_ble_tracker] Remove duplicate client promotion logic ( #10321 )
2025-08-29 10:14:51 +12:00
J. Nick Koston
d4c11dac8c
[esphome] Fix OTA watchdog resets by validating all magic bytes before blocking ( #10401 )
2025-08-29 10:12:38 +12:00
DAVe3283
2f2f2f7d15
[absolute_humidity] Fix typo ( #10474 )
2025-08-29 10:04:19 +12:00
J. Nick Koston
a92a08c2de
[api] Fix string lifetime issue in fill_and_encode_entity_info for dynamic object_id ( #10482 )
2025-08-28 18:40:36 +00:00
Vinicius Fortuna
75595b08be
[rtttl] Fix RTTTL for speakers ( #10381 )
2025-08-28 13:53:57 +12:00
Clyde Stubbs
e5d1c30797
[wifi] Fix retry with hidden networks. ( #10445 )
2025-08-28 09:16:26 +12:00
Clyde Stubbs
c171d13c8c
[i2c] Perform register reads as single transactions ( #10389 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2025-08-27 19:30:33 +10:00
Clyde Stubbs
65d63de9b6
[mipi_spi] Fix dimensions ( #10443 )
2025-08-27 19:30:01 +10:00
J. Nick Koston
9e712e4127
[wifi] Fix reconnection failures after adapter restart by not clearing netif pointers ( #10458 )
2025-08-26 23:49:47 -05:00
Thomas Rupprecht
c01a26607e
improve const imports of esphome.const ( #10438 )
2025-08-26 09:45:03 +12:00
Jonathan Rascher
6da8ec8d55
Merge commit from fork
...
Ensures auth check doesn't pass erroneously when the client-supplied
digest is shorter than the correct digest, but happens to match a
prefix of the correct value (e.g., same username + certain substrings of
the password).
2025-08-25 15:40:19 +12:00
J. Nick Koston
d2752b38c9
[core] Fix preference storage to account for device_id ( #10333 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-08-25 12:22:16 +12:00
J. Nick Koston
6004367ee2
[esp32_ble_client] Add missing ESP_GATTC_UNREG_FOR_NOTIFY_EVT logging ( #10347 )
2025-08-25 12:07:04 +12:00
Clyde Stubbs
456c31262d
[web_server] Use oi.esphome.io for css and js assets ( #10296 )
2025-08-25 09:04:32 +12:00
J. Nick Koston
07bca6103f
[esp32_ble_tracker] Fix on_scan_end trigger compilation without USE_ESP32_BLE_DEVICE ( #10399 )
2025-08-25 08:57:09 +12:00
Clyde Stubbs
a58c3950bc
[lvgl] Fix meter rotation ( #10342 )
2025-08-25 06:52:37 +10:00
J. Nick Koston
8fe582309e
[esp32_ble_client] Reduce log level for harmless BLE timeout race conditions ( #10339 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-08-25 08:51:54 +12:00
J. Nick Koston
b41a61c76e
[deep_sleep] Fix ESP32-C6 compilation error with gpio_deep_sleep_hold_en() ( #10345 )
2025-08-25 08:51:23 +12:00
J. Nick Koston
4396bc0d1a
[esp32_ble] Increase GATT connection retry count to use full timeout window ( #10376 )
2025-08-25 08:49:37 +12:00
J. Nick Koston
acfce581fa
[esp32_ble_client] Optimize BLE connection parameters for different connection types ( #10356 )
2025-08-25 08:17:26 +12:00
J. Nick Koston
88303f39fa
[pvvx_mithermometer] Fix race condition with BLE authentication ( #10327 )
2025-08-25 08:16:12 +12:00
Clyde Stubbs
9737b35579
[http_request] Fix for host after ArduinoJson library bump ( #10348 )
2025-08-25 07:55:44 +12:00
Clyde Stubbs
be9c20c357
[mipi_spi] Add model ( #10392 )
2025-08-25 07:52:52 +12:00
tomaszduda23
17f787fc36
[nrf52] fix build in dashboard ( #10323 )
2025-08-23 12:17:42 +00:00
tomaszduda23
5cd9a86dcb
[nrf52] update toolchain to v0.17.4, support mac ( #10391 )
2025-08-23 16:20:16 +10:00
Jesse Hills
94accd5abe
[ld2420] Rename c++ files for predictable doxygen generation ( #10315 )
2025-08-21 18:49:26 +12:00
Jesse Hills
3ca0015284
[opentherm] Rename c++ files for predictable doxygen generation ( #10314 )
2025-08-21 18:48:48 +12:00
Jesse Hills
d45944a9e2
[api] Add `USE_API_HOMEASSISTANT_SERVICES if using tag_scanned` action ( #10316 )
2025-08-20 06:47:20 -05:00
J. Nick Koston
3ff5b4773b
[bluetooth_proxy] Mark BluetoothConnection and BluetoothProxy as final for compiler optimizations ( #10280 )
2025-08-20 14:48:40 +12:00
J. Nick Koston
2cbf4f30f9
[libretiny] Optimize preferences is_changed() by replacing temporary vector with unique_ptr ( #10272 )
2025-08-20 14:48:04 +12:00
J. Nick Koston
0089619518
[web_server] Reduce flash usage by consolidating defer calls in switch and lock handlers ( #10297 )
2025-08-19 21:41:34 -05:00
J. Nick Koston
6819bbd8f8
[esp32_ble_client] Add log helper functions to reduce flash usage by 120 bytes ( #10243 )
2025-08-20 14:38:32 +12:00
Edward Firmo
634f687c3e
[light] Add support for querying effects by index ( #10195 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-08-20 14:38:13 +12:00
J. Nick Koston
e2a9b85924
[number] Convert LOG_NUMBER macro to function to reduce flash usage ( #10293 )
2025-08-20 14:36:05 +12:00
J. Nick Koston
4ccc6aee09
[button] Convert LOG_BUTTON macro to function to reduce flash usage ( #10295 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-08-20 14:35:53 +12:00
J. Nick Koston
0eab908b0e
[sensor] Convert LOG_SENSOR macro to function to reduce flash usage ( #10290 )
2025-08-20 14:35:45 +12:00
J. Nick Koston
3964f9794b
[binary_sensor] Convert LOG_BINARY_SENSOR macro to function to reduce flash usage ( #10294 )
2025-08-20 14:35:09 +12:00
Jesse Hills
a45137434b
[quality] Convert remaining `to_code to async` ( #10271 )
2025-08-20 14:34:45 +12:00
J. Nick Koston
9b1ebdb6da
[mdns] Reduce flash usage and prevent RAM over-allocation in service compilation ( #10287 )
2025-08-20 14:34:34 +12:00
J. Nick Koston
5a1533bea9
[api] Avoid object_id string allocations for all entity info messages ( #10260 )
2025-08-20 14:28:13 +12:00
Jesse Hills
0b50ef227b
[helper] Make crc8 function more flexible to avoid reimplementation in individual components ( #10201 )
2025-08-20 14:27:08 +12:00
J. Nick Koston
0e31bc1a67
[api] Add zero-copy StringRef methods for compilation_time and effect_name ( #10257 )
2025-08-20 14:26:53 +12:00
J. Nick Koston
a8775ba60b
[safe_mode] Reduce flash usage by 184 bytes through code optimization ( #10284 )
2025-08-19 16:57:24 -05:00
J. Nick Koston
2aaf951357
[bluetooth_proxy] Fix connection slot race by deferring slot release until GATT close ( #10303 )
2025-08-20 07:27:22 +12:00
Patrick
4dab9c4400
[pipsolar] fix faults_present, fix update interval ( #10289 )
2025-08-19 15:52:01 +12:00
Ben Winslow
7e23d865e6
[atm90e32] Only read 1 register per SPI transaction per datasheet. ( #10258 )
2025-08-19 15:45:30 +12:00
Ben Winslow
3a6a66537c
[nextion] Don't include terminating NUL in nextion text_sensor states ( #10273 )
2025-08-18 19:20:13 -05:00
Jesse Hills
7118bea031
[esp32] Write variant to sdkconfig file ( #10267 )
2025-08-19 12:17:34 +12:00
J. Nick Koston
44bd8e5b54
[api] Optimize protobuf decode loop for better performance and maintainability ( #10277 )
2025-08-18 16:14:20 -05:00