Clyde Stubbs
b6be5e3eda
[lvgl] Allow multiple widgets per grid cell ( #12091 )
2025-11-26 06:06:42 +11:00
Nikolai Ryzhkov
dec323e786
[sht4x] Read and store a serial number of SHT4x sensors ( #12089 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
Co-authored-by: J. Nick Koston <nick+github@koston.org >
2025-11-25 13:27:35 -05:00
J. Nick Koston
6ca0cd1e8b
[ltr390] Simplify mode tracking with bitmask instead of vector/function ( #12093 )
2025-11-25 12:16:48 -06:00
J. Nick Koston
3106934678
[esp32_ble] Optimize name storage to reduce RAM and eliminate heap allocations ( #12071 )
2025-11-25 12:16:27 -06:00
J. Nick Koston
8c5985f68a
[web_server] Consolidate turn_on/turn_off handlers to eliminate duplicate lambdas ( #12094 )
2025-11-25 12:16:02 -06:00
J. Nick Koston
cf8c205644
[core] Reduce flash size by combining set_name() and set_object_id() calls ( #11941 )
2025-11-25 12:15:45 -06:00
J. Nick Koston
a571033b43
[script] Fix script.wait hanging when triggered from on_boot ( #12102 )
2025-11-25 10:30:01 -06:00
Jonathan Swoboda
cdf27f1447
[esp32] Fix platformio flash size print ( #12099 )
...
Co-authored-by: J. Nick Koston <nick+github@koston.org >
2025-11-25 11:14:53 -05:00
Edward Firmo
c30b920193
[nextion] Do not set alternative baud rate when not specified or <= 0 ( #12097 )
2025-11-25 07:48:32 -05:00
J. Nick Koston
697c5f424e
[api] Use const char* pointers for light effects to eliminate heap allocations ( #12090 )
2025-11-25 08:17:53 +00:00
J. Nick Koston
18c97a08c3
[esp8266] Use C++17 nested namespaces and constexpr ( #12096 )
2025-11-25 01:47:06 -06:00
bdm310
66a871840e
Add more lvgl arc update parameters ( #12066 )
2025-11-25 17:14:23 +11:00
J. Nick Koston
46a26560fd
[template.alarm_control_panel] Replace std::map with FixedVector for heap and flash savings ( #11893 )
2025-11-25 16:21:56 +13:00
J. Nick Koston
1c808a3375
[ble_client] Write static BLE data directly from flash without allocation ( #11826 )
2025-11-25 16:19:18 +13:00
Keith Burzinski
2bc8a4a779
[wifi_info] Use callbacks instead of polling ( #10748 )
...
Co-authored-by: J. Nick Koston <nick+github@koston.org >
2025-11-24 20:23:10 -06:00
dependabot[bot]
7f1a9a611f
Bump aioesphomeapi from 42.7.0 to 42.8.0 ( #12092 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-25 02:09:02 +00:00
Jonathan Swoboda
b51409ed5e
Merge branch 'release' into dev
2025-11-24 17:30:08 -05:00
Jonathan Swoboda
3775b54554
Merge pull request #12086 from esphome/bump-2025.11.1
...
2025.11.1
2025.11.1
2025-11-24 17:29:53 -05:00
Keith Burzinski
88b898458b
[bluetooth_proxy] Fix crash due to null pointer ( #12084 )
...
Co-authored-by: J. Nick Koston <nick+github@koston.org >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-11-24 21:25:49 +00:00
Jonathan Swoboda
9186144dcd
Bump version to 2025.11.1
2025-11-24 16:24:38 -05:00
Jesse Hills
25bcd0ea25
[online_image] Fix some large PNGs causing watchdog timeout ( #12025 )
...
Co-authored-by: guillempages <guillempages@users.noreply.github.com >
2025-11-24 16:24:38 -05:00
J. Nick Koston
50d08a2eba
[esp_ldo,mipi_dsi,mipi_rgb] Fix dangling pointer bugs in mark_failed() ( #12077 )
2025-11-24 16:24:38 -05:00
J. Nick Koston
3a7a0c66ab
[script][wait_until] Fix FIFO ordering and reentrancy bugs ( #12049 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-24 16:24:38 -05:00
Jonathan Swoboda
83525b7a92
[core] Add support for passing yaml files to clean-all ( #12039 )
2025-11-24 16:24:38 -05:00
Jonathan Swoboda
f31f023c89
[esp32] Fix C2 builds ( #12050 )
2025-11-24 16:24:37 -05:00
J. Nick Koston
f8efefffaa
[cst816][http_request] Fix status_set_error() dangling pointer bugs ( #12033 )
2025-11-24 16:24:37 -05:00
Jonathan Swoboda
d698083ede
[jsn_sr04t] Fix model AJ_SR04M ( #11992 )
2025-11-24 16:24:37 -05:00
Jonathan Swoboda
11ba6440d7
[cst816][packet_transport][udp][wake_on_lan] Fix error messages ( #12019 )
2025-11-24 16:24:37 -05:00
Jonathan Swoboda
89ee37a2d5
[ltr501][ltr_als_ps] Rename enum to avoid collision with lwip defines ( #12017 )
2025-11-24 16:24:37 -05:00
J. Nick Koston
45b8c1e267
[network] Fix IPAddress constructor causing comparison failures and garbage output ( #12005 )
2025-11-24 16:24:37 -05:00
Jonathan Swoboda
fbe091f167
[graph] Fix legend border ( #12000 )
2025-11-24 16:24:37 -05:00
dependabot[bot]
e09656f20e
Bump bleak from 1.1.1 to 2.0.0 ( #12083 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-24 15:21:03 -06:00
Jesse Hills
eeb373fca9
[online_image] Fix some large PNGs causing watchdog timeout ( #12025 )
...
Co-authored-by: guillempages <guillempages@users.noreply.github.com >
2025-11-25 09:15:30 +13:00
J. Nick Koston
97ba67f4ee
[core] Deprecate unsafe const char* APIs in mark_failed() and status_set_error(), add LogString* overloads ( #12021 )
2025-11-24 13:45:56 -06:00
J. Nick Koston
909baf5e7a
[prometheus] Use current_option() instead of deprecated .state for select entities ( #12079 )
2025-11-24 13:45:29 -06:00
J. Nick Koston
a0440603b7
[wifi] Use ESP-IDF IP formatting macros directly to eliminate heap allocations ( #12078 )
2025-11-24 13:45:06 -06:00
dependabot[bot]
e2cd0ccd0e
Bump actions/create-github-app-token from 2.1.4 to 2.2.0 ( #12081 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-24 13:44:43 -06:00
dependabot[bot]
378fc4120a
Bump peter-evans/create-pull-request from 7.0.8 to 7.0.9 ( #12082 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-24 13:44:27 -06:00
dependabot[bot]
0dd842744a
Bump github/codeql-action from 4.31.4 to 4.31.5 ( #12080 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-24 13:44:09 -06:00
J. Nick Koston
7a73a524b9
[logger] Eliminate strlen overhead on LibreTiny ( #11938 )
2025-11-24 12:21:09 -06:00
Kevin Ahrendt
d1a1bb446b
[wifi] Add runtime power saving mode control ( #11478 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-11-24 17:55:04 +00:00
J. Nick Koston
c146d92425
[api] Remove redundant socket pointer from APIFrameHelper ( #11985 )
2025-11-25 06:53:42 +13:00
J. Nick Koston
c888becfa7
[api] Optimize APINoiseContext memory usage by removing shared_ptr overhead ( #11981 )
2025-11-25 06:52:15 +13:00
Flo
09f3f62194
[api] Connected Condition - state_subscription_only flag ( #11906 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-11-24 11:49:16 -06:00
Jordan Zucker
b820e67616
[prometheus] Add event and text base components metrics ( #10240 )
...
Co-authored-by: Jordan Zucker <jordan@Jordans-MacBook-Pro.local >
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-11-24 11:42:07 -06:00
Sascha Ittner
d7da559885
[thermopro_ble] Add thermopro ble support ( #11835 )
...
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-11-24 11:31:26 -06:00
Jonathan Swoboda
d7a197b3a3
[esp32] Use the IDF I2C implementation on Arduino ( #12076 )
2025-11-24 12:27:09 -05:00
Flo
66cda04664
[wifi] ap_active condition ( #11852 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-11-24 11:19:38 -06:00
J. Nick Koston
0764f4da86
[esp_ldo,mipi_dsi,mipi_rgb] Fix dangling pointer bugs in mark_failed() ( #12077 )
2025-11-24 11:02:24 -06:00
J. Nick Koston
06815fe177
[script][wait_until] Fix FIFO ordering and reentrancy bugs ( #12049 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-24 10:41:24 -06:00