mrtoy-me
|
5cef75dbe1
|
[hdc1080] remove delays and fix no check for sensor nullptr (#10947)
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
|
2025-10-01 07:22:02 -04:00 |
|
Piotr Szulc
|
4194a940ae
|
[remote_transmitter] fix sending codes on libretiny (#10959)
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
|
2025-10-01 07:10:37 -04:00 |
|
Jesse Hills
|
848ba6b717
|
[psram] Fix invalid variant error, add supported() check (#10962)
|
2025-10-01 23:29:10 +13:00 |
|
J. Nick Koston
|
922f4b6352
|
[web_server] Optimize handler methods with lookup tables to reduce flash usage (#10951)
|
2025-10-01 15:52:35 +13:00 |
|
Javier Peletier
|
fd3c05b42e
|
[substitutions] fix #10825 set evaluation error (#10830)
|
2025-10-01 14:33:56 +13:00 |
|
Jesse Hills
|
ab1f8326ee
|
[const] Move CONF_ON_RESPONSE to const.py (#10958)
|
2025-10-01 11:12:45 +13:00 |
|
J. Nick Koston
|
2a915e4efd
|
[deep_sleep] esp32 fixes to align with variant support (#10929)
|
2025-10-01 08:42:42 +13:00 |
|
J. Nick Koston
|
c69603d916
|
[dashboard] Replace polling with WebSocket for real-time updates (#10893)
|
2025-09-30 14:03:52 -04:00 |
|
Jonathan Swoboda
|
d75b7708a5
|
[sx126x] Add additional FSK CRC options (#10928)
|
2025-09-30 12:08:28 -04:00 |
|
J. Nick Koston
|
b023453e81
|
[captive_portal] Add DHCP Option 114 support for ESP32 (#10952)
|
2025-09-30 17:52:37 +02:00 |
|
Stephen Boyle
|
a5ba6237cb
|
[ethernet] Add mac_address yaml configuration option (#10861)
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-09-30 08:59:08 -04:00 |
|
Patrick
|
0e623055df
|
[mcp2515, canbus] error handling improvments (#10526)
|
2025-09-30 08:56:28 -04:00 |
|
J. Nick Koston
|
6018f5f5d1
|
[api] Add configurable connection limits (#10939)
|
2025-09-30 22:24:19 +13:00 |
|
J. Nick Koston
|
96868aa754
|
[socket] Reduce memory overhead for LWIP TCP accept queue on ESP8266/RP2040 (#10938)
|
2025-09-30 16:52:47 +13:00 |
|
J. Nick Koston
|
83d86c8c59
|
[ota] Complete non-blocking authentication implementation (#10912)
|
2025-09-30 16:46:47 +13:00 |
|
Abílio Costa
|
7703cabb7b
|
[voice_assistant] Fix wakeword string being reset while referenced (#10945)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-09-30 02:29:16 +00:00 |
|
J. Nick Koston
|
3b73738d9f
|
[script] Reduce RAM usage by storing names in flash (#10941)
|
2025-09-30 10:35:53 +13:00 |
|
Jonathan Swoboda
|
b176d1f890
|
[core] Don't remove storage in clean-all (#10921)
|
2025-09-29 15:24:42 -04:00 |
|
tomaszduda23
|
054b215d8d
|
[nrf52] add more tests (#10694)
|
2025-09-29 14:11:57 -04:00 |
|
Vladimir Makeev
|
29db576f79
|
[sim800l] Fixed ignoring incoming calls. (#10865)
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
|
2025-09-29 09:08:51 -04:00 |
|
J. Nick Koston
|
0246a8eb1d
|
[usb_host] Fix double-free crash with lock-free atomic pool allocation (#10926)
|
2025-09-29 14:48:51 +10:00 |
|
J. Nick Koston
|
a56d044d98
|
[api] Prevent API from overriding noise encryption keys set in YAML (#10927)
|
2025-09-28 22:42:58 -05:00 |
|
J. Nick Koston
|
f6253d52b4
|
[esp32_ble_server] Conditionally compile BLE automation features to save memory (#10910)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-09-29 14:28:03 +13:00 |
|
Clyde Stubbs
|
77dff52183
|
[mipi_spi] Fix t-display-amoled (#10922)
|
2025-09-29 12:12:06 +13:00 |
|
J. Nick Koston
|
4b86f31b66
|
[core] Fix platform component normalization happening too late in validation pipeline (#10908)
|
2025-09-29 12:09:08 +13:00 |
|
J. Nick Koston
|
78655968df
|
[event_emitter] Replace unordered_map with vector - saves 2.6KB flash, 2.3x faster (#10900)
|
2025-09-29 12:07:13 +13:00 |
|
J. Nick Koston
|
ab79e596b5
|
[esp32_ble_server] Optimize notification and action managers for typical use cases (#10897)
|
2025-09-29 11:32:16 +13:00 |
|
J. Nick Koston
|
ef73ae2116
|
[esp32_ble_server] Replace HashMap with vector for services - saves 1KB flash, 26x faster (#10894)
|
2025-09-29 10:36:40 +13:00 |
|
J. Nick Koston
|
0111f725ff
|
[esp32_ble_tracker] Reduce gap_scan_result log verbosity to VV (#10917)
|
2025-09-29 10:34:32 +13:00 |
|
J. Nick Koston
|
34b4cb46f6
|
[esp32_improv] Make device name visible to passive BLE scanners (#10918)
|
2025-09-29 10:33:36 +13:00 |
|
J. Nick Koston
|
a2f833d665
|
[captive_portal] Add DNS server support for ESP-IDF framework (#10919)
|
2025-09-29 10:07:26 +13:00 |
|
Brandon Ibach
|
a7042687c1
|
[spi] fix SPI interface selection on ESP32-S2 and -S3 (#10732) (#10766)
|
2025-09-28 10:58:42 +00:00 |
|
Oliver Kleinecke
|
0d2d18c198
|
[usb_uart] Disable flow control on ch34x
|
2025-09-28 19:35:40 +10:00 |
|
Oliver Kleinecke
|
3f03e8c423
|
[usb_host][usb_uart] Allow on ESP32-P4 (#10815)
|
2025-09-28 07:15:18 +00:00 |
|
Keith Burzinski
|
9dd6be4061
|
[zwave_proxy, api] Add notification message when Z-Wave HomeID changes (#10860)
|
2025-09-27 17:50:18 -05:00 |
|
Jonathan Swoboda
|
2bf79a607f
|
[sx126x] Fix issues with variable length FSK packets (#10911)
|
2025-09-27 15:55:14 -04:00 |
|
J. Nick Koston
|
61a11547ca
|
[esp32_improv] Fix crashes from uninitialized pointers and missing null checks (#10902)
|
2025-09-27 09:24:17 -05:00 |
|
J. Nick Koston
|
abf522bbb9
|
[ota] Add SHA256 password authentication with backward compatibility (#10809)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-09-26 17:50:27 -05:00 |
|
Patrick Van Oosterwijck
|
25fc16163b
|
[ethernet] Fix Ethernet RMII capable variant validation (#10909)
|
2025-09-26 17:34:22 -05:00 |
|
J. Nick Koston
|
1560b8b8e2
|
[climate] Remove STL algorithm overhead in save_state() method (#10888)
|
2025-09-26 12:19:48 +12:00 |
|
J. Nick Koston
|
b26776fad4
|
[select] Remove STL algorithm overhead to reduce flash usage (#10887)
|
2025-09-26 12:19:06 +12:00 |
|
J. Nick Koston
|
875ada86b0
|
[web_server] Remove std::find_if overhead matching IDF implementation (#10889)
|
2025-09-26 12:14:16 +12:00 |
|
J. Nick Koston
|
195d1be4a9
|
[version] Reduce flash usage by optimizing string concatenation in setup() (#10890)
|
2025-09-26 12:12:39 +12:00 |
|
J. Nick Koston
|
2b12ff5874
|
[esp32_ble] Reduce RAM usage and firmware size by disabling unused GATT functionality (#10862)
|
2025-09-26 12:11:13 +12:00 |
|
J. Nick Koston
|
250b94d113
|
[text_sensor] Convert LOG_TEXT_SENSOR macro to function to reduce flash usage (#10884)
|
2025-09-26 12:10:31 +12:00 |
|
Patrick Van Oosterwijck
|
460eb219ba
|
[ethernet] Add LAN8670 PHY support (#10874)
Co-authored-by: J. Nick Koston <nick@home-assistant.io>
|
2025-09-25 21:45:07 +00:00 |
|
Jonathan Swoboda
|
cef9cf49bf
|
[htu21d] Fix I2C NACK issue and buffer overrun (#10801)
|
2025-09-25 15:54:38 -05:00 |
|
Jonathan Swoboda
|
28f09f9ed1
|
[dashboard] Fix progress bars on Windows (#10858)
|
2025-09-25 15:53:34 -05:00 |
|
J. Nick Koston
|
3eb502b328
|
Add sha256 support (#10882)
|
2025-09-26 08:53:21 +12:00 |
|
Jonathan Swoboda
|
74f09a2b59
|
[core] Rename to clean-platform to clean-all (#10876)
|
2025-09-25 11:55:43 -04:00 |
|