J. Nick Koston
|
8517c2e903
|
[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 15:59:34 +12:00 |
|
J. Nick Koston
|
684384892a
|
[deep_sleep] Fix ESP32-C6 compilation error with gpio_deep_sleep_hold_en() (#10345)
|
2025-08-25 15:59:34 +12:00 |
|
J. Nick Koston
|
d560831d79
|
[script] Fix parallel mode scripts with delays cancelling each other (#10324)
|
2025-08-25 15:59:34 +12:00 |
|
J. Nick Koston
|
fcc3c8e1b6
|
[esp32_ble] Increase GATT connection retry count to use full timeout window (#10376)
|
2025-08-25 15:59:34 +12:00 |
|
J. Nick Koston
|
959ffde60e
|
[esp32_ble_client] Optimize BLE connection parameters for different connection types (#10356)
|
2025-08-25 15:59:34 +12:00 |
|
J. Nick Koston
|
07715dd50f
|
[pvvx_mithermometer] Fix race condition with BLE authentication (#10327)
|
2025-08-25 15:59:34 +12:00 |
|
J. Nick Koston
|
03836ee2d2
|
[core] Improve error reporting for entity name conflicts with non-ASCII characters (#10329)
|
2025-08-25 15:59:34 +12:00 |
|
Clyde Stubbs
|
50408d9abb
|
[http_request] Fix for host after ArduinoJson library bump (#10348)
|
2025-08-25 15:59:34 +12:00 |
|
Jesse Hills
|
0de7259428
|
[api] Add `USE_API_HOMEASSISTANT_SERVICES if using tag_scanned ` action (#10316)
|
2025-08-25 15:59:34 +12:00 |
|
J. Nick Koston
|
d054709c2d
|
[esp32_ble_client] Add log helper functions to reduce flash usage by 120 bytes (#10243)
|
2025-08-25 15:59:34 +12:00 |
|
J. Nick Koston
|
da16887915
|
[api] Add zero-copy StringRef methods for compilation_time and effect_name (#10257)
|
2025-08-25 15:59:34 +12:00 |
|
Jesse Hills
|
2adb993242
|
Merge pull request #10309 from esphome/bump-2025.8.0
2025.8.0
2025.8.0
|
2025-08-20 19:58:01 +12:00 |
|
Jesse Hills
|
8e67df8059
|
Bump version to 2025.8.0
|
2025-08-20 10:45:57 +12:00 |
|
Jesse Hills
|
c5b2c8d971
|
Merge pull request #10308 from esphome/bump-2025.8.0b4
2025.8.0b4
2025.8.0b4
|
2025-08-20 10:30:37 +12:00 |
|
Jesse Hills
|
104906ca11
|
Bump version to 2025.8.0b4
|
2025-08-20 09:40:19 +12:00 |
|
J. Nick Koston
|
ad5f6f0cfe
|
[bluetooth_proxy] Fix connection slot race by deferring slot release until GATT close (#10303)
|
2025-08-20 09:40:19 +12:00 |
|
Patrick
|
8356f7fcd3
|
[pipsolar] fix faults_present, fix update interval (#10289)
|
2025-08-20 09:40:19 +12:00 |
|
Ben Winslow
|
225de226b0
|
[atm90e32] Only read 1 register per SPI transaction per datasheet. (#10258)
|
2025-08-20 09:40:19 +12:00 |
|
Jesse Hills
|
fd07e1d979
|
Merge pull request #10298 from esphome/bump-2025.8.0b3
2025.8.0b3
2025.8.0b3
|
2025-08-19 20:40:12 +12:00 |
|
Jesse Hills
|
23554cda06
|
Bump version to 2025.8.0b3
|
2025-08-19 13:09:22 +12:00 |
|
Ben Winslow
|
064385eac6
|
[nextion] Don't include terminating NUL in nextion text_sensor states (#10273)
|
2025-08-19 13:09:22 +12:00 |
|
Jesse Hills
|
6502ed70de
|
[esp32] Write variant to sdkconfig file (#10267)
|
2025-08-19 13:09:22 +12:00 |
|
J. Nick Koston
|
bb894c3e32
|
[core] Fix scheduler race condition where cancelled items still execute (#10268)
|
2025-08-19 13:09:22 +12:00 |
|
Ben Winslow
|
c5858b7032
|
[core] Fix post-OTA logs display when using esphome run and MQTT (#10274)
|
2025-08-19 13:09:22 +12:00 |
|
Ben Winslow
|
99f57ecb73
|
[senseair] Discard 0 ppm readings with "Out Of Range" bit set. (#10275)
|
2025-08-19 13:09:22 +12:00 |
|
J. Nick Koston
|
cc6c892678
|
[esp32_ble] Store GATTC/GATTS param and small data inline to nearly eliminate heap allocations (#10249)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-08-19 13:09:22 +12:00 |
|
RFDarter
|
07a98d2525
|
[web_server] fix cover_all_json_generator wrong detail (#10252)
|
2025-08-19 13:09:22 +12:00 |
|
J. Nick Koston
|
e80f616366
|
[esp32_ble] Optimize BLE event memory usage by eliminating std::vector overhead (#10247)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-08-19 13:09:22 +12:00 |
|
J. Nick Koston
|
46be877594
|
[bluetooth_proxy] Remove redundant connection type check after V1 removal (#10208)
|
2025-08-19 13:09:21 +12:00 |
|
J. Nick Koston
|
ac8b48a53c
|
[core] Trigger clean build when components are removed from configuration (#10235)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-08-19 13:09:21 +12:00 |
|
J. Nick Koston
|
7fdbd8528a
|
[wifi] Automatically disable Enterprise WiFi support when EAP is not configured (#10242)
|
2025-08-19 13:09:21 +12:00 |
|
Katherine Whitlock
|
80970f972b
|
Improve error reporting for add_library (#10226)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-08-19 13:09:21 +12:00 |
|
Jesse Hills
|
3c7865cd6f
|
[esp32_ble] Add `USE_ESP32_BLE_UUID ` when advertising is desired (#10230)
|
2025-08-19 13:09:21 +12:00 |
|
Jesse Hills
|
0a3ee7d84e
|
Merge pull request #10228 from esphome/bump-2025.8.0b2
2025.8.0b2
2025.8.0b2
|
2025-08-15 08:46:15 +12:00 |
|
Jesse Hills
|
8d61b1e8df
|
Bump version to 2025.8.0b2
|
2025-08-14 14:00:27 +12:00 |
|
dependabot[bot]
|
9c897993bb
|
Bump esphome-dashboard from 20250514.0 to 20250814.0 (#10227)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-08-14 14:00:26 +12:00 |
|
dependabot[bot]
|
93f9475105
|
Bump aioesphomeapi from 38.2.1 to 39.0.0 (#10222)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-08-14 14:00:26 +12:00 |
|
Samuel Sieb
|
95cd224e3e
|
[psram] allow disabling (#10224)
Co-authored-by: Samuel Sieb <samuel@sieb.net>
|
2025-08-14 14:00:26 +12:00 |
|
Jesse Hills
|
b7afeafda9
|
[espnow] Set state to enabled before adding initial peers (#10225)
|
2025-08-14 14:00:26 +12:00 |
|
Jesse Hills
|
7922462bcf
|
[entity] Allow `device_id ` to be blank on entities (#10217)
|
2025-08-14 14:00:26 +12:00 |
|
Jesse Hills
|
1c2e1ab3e5
|
Merge pull request #10214 from esphome/bump-2025.8.0b1
2025.8.0b1
2025.8.0b1
|
2025-08-13 23:56:34 +12:00 |
|
J. Nick Koston
|
68ddd98f5f
|
[CI] Fix CI job failures for PRs with >300 changed files (#10215)
|
2025-08-13 15:49:38 +12:00 |
|
Jesse Hills
|
6b7ced1970
|
Bump version to 2025.8.0b1
|
2025-08-13 14:46:50 +12:00 |
|
J. Nick Koston
|
ed2b76050b
|
[bluetooth_proxy] Remove ESPBTUUID dependency to save 296 bytes of flash (#10213)
|
2025-08-13 14:18:53 +12:00 |
|
Samuel Sieb
|
113813617d
|
[bme280_base, bmp280_base] add reasons to the fails, clean up logging (#10209)
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
|
2025-08-13 02:05:22 +00:00 |
|
Keith Burzinski
|
c3a209d3f4
|
[ld2450] Replace `throttle ` with native filters (#10196)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-08-12 19:35:19 -05:00 |
|
John
|
7ffdaa1f06
|
[atm90e32] energy meter calibration log output enhancements & software SPI fix (#10143)
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-08-12 20:26:53 +12:00 |
|
dependabot[bot]
|
3a857950bf
|
Bump actions/checkout from 4 to 5 (#10198)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-08-12 20:23:41 +12:00 |
|
Rihan9
|
0256e0005e
|
[ld2412] New component (#9075)
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
|
2025-08-12 00:34:37 -05:00 |
|
Jesse Hills
|
c65af68e63
|
[core] Reset pin registry after target platform validations (#10199)
|
2025-08-12 16:33:07 +12:00 |
|