J. Nick Koston
fcdf209ac3
wip
2025-05-08 18:45:57 -05:00
J. Nick Koston
4c1111a395
devug
2025-05-08 17:20:06 -05:00
J. Nick Koston
57425a765b
devug
2025-05-08 17:18:43 -05:00
J. Nick Koston
abb09b7fee
wip
2025-05-08 16:43:00 -05:00
J. Nick Koston
b69fd2762e
wip
2025-05-08 16:42:26 -05:00
J. Nick Koston
a38f0067ae
debug
2025-05-08 16:10:52 -05:00
J. Nick Koston
00e128bdd5
Fix heap tracing function scope issues
...
- Add extern \C\ linkage to heap tracing functions
- Forward declare the functions in the API server implementation
- Ensures the heap tracing functions are accessible from any namespace
2025-05-08 15:29:11 -05:00
J. Nick Koston
35238c1437
Add heap tracing capability to API component
...
- Add heap tracing configuration options to API component
- Implement periodic heap trace dumping (every 30 seconds)
- Configure ESP-IDF settings for heap tracing
- Add sample YAML configuration
- Useful for debugging memory reallocation overhead issues
2025-05-08 15:25:06 -05:00
Samuel Sieb
8e29437900
[key_collector] enable/disable ( #8718 )
...
Co-authored-by: Samuel Sieb <samuel@sieb.net >
2025-05-08 20:26:10 +12:00
J. Nick Koston
9e64e71cdf
Require reserve_size in create_buffer to reduce realloc overhead ( #8715 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-05-08 05:50:20 +00:00
J. Nick Koston
ef2621aa54
Reserve space in the frame helper when we know in advance how much we need ( #8716 )
2025-05-08 17:43:39 +12:00
J. Nick Koston
882273cb56
Avoid Reallocation When Sending Logging Messages ( #8714 )
2025-05-08 04:19:53 +00:00
J. Nick Koston
ad2b74d9b4
Correct Protobuf Wire Type for encode_fixed64 ( #8713 )
2025-05-08 16:01:10 +12:00
J. Nick Koston
26669bd1b6
Preallocate Buffer Space for ESP32-CAM ( #8712 )
2025-05-08 16:00:34 +12:00
J. Nick Koston
54ead9a6b4
Reserve buffer space to avoid frequent realloc when generating protobuf messages ( #8707 )
2025-05-07 21:56:54 -05:00
Clyde Stubbs
d60e1f02c0
[packet_transport] Make some arguments const ( #8700 )
...
Co-authored-by: clydeps <U5yx99dok9>
2025-05-08 10:22:56 +12:00
dependabot[bot]
213648564c
Bump yamllint from 1.37.0 to 1.37.1 ( #8705 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2025-05-08 10:19:23 +12:00
dependabot[bot]
8bdbde9732
Bump pylint from 3.3.6 to 3.3.7 ( #8706 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-08 07:50:13 +12:00
Kevin Ahrendt
e988762576
[i2s_audio, mixer, resampler, speaker] Simplify duration played callback ( #8703 )
2025-05-06 23:42:59 -05:00
Jesse Hills
75496849eb
[mics_4514] Add default device class to CO sensor ( #8710 )
2025-05-06 18:57:18 -05:00
Kevin Ahrendt
39b119e9cc
[micro_wake_word] Experimental cutoff adjustments and uses mic sample rate ( #8702 )
2025-05-06 16:48:56 -05:00
dependabot[bot]
4d43caf6c1
Bump aioesphomeapi from 30.0.1 to 30.1.0 ( #8652 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-06 09:41:14 -05:00
dependabot[bot]
ce5e1a6294
Bump setuptools from 79.0.1 to 80.3.1 ( #8696 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-06 09:40:58 -05:00
Kevin Ahrendt
88be14aaa3
[audio, microphone] Quantization Improvements ( #8695 )
2025-05-06 09:23:50 +12:00
Clyde Stubbs
1ac56b06c5
[arduino] Always include Arduino.h for Arduino ( #8693 )
2025-05-05 08:25:24 +00:00
Edward Firmo
8bbc509b0b
[nextion] Adds a command pacer with command_spacing attribute ( #7948 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2025-05-05 20:08:16 +12:00
Clyde Stubbs
6f35d0ac88
[cst226] Add support for cst226 binary sensor ( #8381 )
2025-05-05 19:56:30 +12:00
Clyde Stubbs
3b8a5db97c
[syslog] Implement logging via syslog ( #8637 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2025-05-05 16:48:13 +12:00
Clyde Stubbs
b8d83d0765
[debug] Show source of last software reboot ( #8595 )
2025-05-04 23:31:37 -05:00
Clyde Stubbs
e7a2b395fd
[uart] Add packet_transport platform ( #8214 )
...
Co-authored-by: Faidon Liambotis <paravoid@debian.org >
Co-authored-by: clydeps <U5yx99dok9>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2025-05-05 16:15:46 +12:00
Clyde Stubbs
ad99d7fb45
[image] Support the other Pictogrammers icon sets memory: and mdil: ( #8676 )
2025-05-05 15:31:16 +12:00
Clyde Stubbs
0b032e5c19
[lvgl] Add refresh action to re-evaluate initial widget properties ( #8675 )
2025-05-05 15:26:16 +12:00
Clyde Stubbs
c7523ace78
[lvgl] Fix image property processing ( #8691 )
2025-05-05 12:31:22 +12:00
Clyde Stubbs
2a6827e1d2
[lvgl] Allow padding to be negative ( #8671 )
2025-05-05 12:30:11 +12:00
Clyde Stubbs
125aff79ec
[as3935_i2c] Remove redundant includes ( #8677 )
2025-05-05 12:28:00 +12:00
Clyde Stubbs
a31d8ec309
[packages] Allow list instead of dict for packages ( #8688 )
2025-05-05 12:26:59 +12:00
Clyde Stubbs
3ed03edfec
[display] Fix Rect::inside ( #8679 )
2025-05-05 12:04:33 +12:00
Clyde Stubbs
4dc6cbe2d7
[esp32_ble_server] Add appearance advertising field ( #8672 )
2025-05-05 12:02:33 +12:00
Clyde Stubbs
524cd4b4e3
[packet_transport] Extract packet encoding functionality ( #8187 )
2025-05-05 09:29:17 +12:00
Thomas Rupprecht
84ebbf0762
[climate_ir_lg] use this-> ( #8687 )
2025-05-05 09:21:57 +12:00
Thomas Rupprecht
670ad7192c
unify lowercase x in hexadecimal values ( #8686 )
2025-05-05 08:47:57 +12:00
Pat Satyshur
bc6ee20270
Add CONF_CONTINUOUS to const.py ( #8682 )
2025-05-03 22:44:54 -05:00
Thomas Rupprecht
e869a3aec3
[climate] Fix typo and use `this->` ( #8678 )
2025-05-03 22:41:52 -05:00
Jani
8aff6d2fdd
Add GDEY0583T81 support ( #8668 )
2025-05-03 13:02:35 +10:00
Michał Obrembski
8d33c6de36
Added Banking support to tca9555, fixed input bug ( #8003 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2025-05-03 10:54:27 +12:00
DJTerentjev
f4b5f32cb4
Update const.py ( #8665 )
2025-05-01 20:43:58 -05:00
Kevin Ahrendt
2eb9582d0f
[micro_wake_word] Clarify spectrogram features calculation ( #8669 )
2025-05-01 14:04:23 -05:00
Kevin Ahrendt
db97440b04
[microphone] Add software mute and fix wrong type for automations ( #8667 )
2025-05-01 14:02:33 -05:00
Kevin Ahrendt
ced7ae1d7a
[debug] add missing header ( #8666 )
2025-05-01 08:50:32 -04:00
Trent Houliston
d6699fa3c0
Check for missed pulse_meter ISRs in the main loop ( #6126 )
2025-05-01 12:29:12 +00:00