J. Nick Koston
|
62823adc19
|
Merge branch 'esp32_ble_name_char' into integration
|
2025-11-23 21:23:25 -06:00 |
|
J. Nick Koston
|
2cd71bf273
|
one more
|
2025-11-23 21:22:26 -06:00 |
|
J. Nick Koston
|
ff4940d3b5
|
one more
|
2025-11-23 21:21:02 -06:00 |
|
J. Nick Koston
|
48f0e52f9d
|
one more
|
2025-11-23 21:20:23 -06:00 |
|
J. Nick Koston
|
8ed36e699f
|
Merge branch 'api_noise_reduce_alloc' into integration
|
2025-11-23 21:15:29 -06:00 |
|
J. Nick Koston
|
268780dbeb
|
[api] Use stack buffer for MAC address in Noise handshake
|
2025-11-23 21:13:27 -06:00 |
|
J. Nick Koston
|
214e6c358b
|
Merge branch 'esp32_ble_name_char' into integration
|
2025-11-23 21:01:31 -06:00 |
|
J. Nick Koston
|
1e886b8885
|
[esp32_ble] Store device name in flash to reduce RAM usage
|
2025-11-23 20:56:27 -06:00 |
|
J. Nick Koston
|
531af6a277
|
[esp32_ble] Store device name in flash to reduce RAM usage
|
2025-11-23 20:50:31 -06:00 |
|
J. Nick Koston
|
b432c056dc
|
[esp32_ble] Store device name in flash to reduce RAM usage
|
2025-11-23 20:48:27 -06:00 |
|
J. Nick Koston
|
cd9323ce70
|
overload
|
2025-11-23 20:45:31 -06:00 |
|
J. Nick Koston
|
10cc0c3bff
|
overload
|
2025-11-23 20:43:51 -06:00 |
|
J. Nick Koston
|
9b8c9d38f5
|
Merge branch 'esp32_ble_name_char' into integration
|
2025-11-23 20:38:54 -06:00 |
|
J. Nick Koston
|
e7d09c0f62
|
[esp32_ble] Store device name in flash to reduce RAM usage
|
2025-11-23 20:36:54 -06:00 |
|
J. Nick Koston
|
d3d5e4c8f4
|
Merge branch 'ble_address_str' into integration
|
2025-11-23 20:17:40 -06:00 |
|
J. Nick Koston
|
173912c68b
|
more fixes
|
2025-11-23 20:10:44 -06:00 |
|
J. Nick Koston
|
4795ac7b1b
|
[esp32_ble_client] Replace std::string with char[18] for BLE address storage
|
2025-11-23 20:03:25 -06:00 |
|
Jonathan Swoboda
|
c91a9495e6
|
[ci] Fix filename (#12065)
|
2025-11-23 16:19:26 -05:00 |
|
Javier Peletier
|
f42b806889
|
[core] Fix error on invalid id extend/remove (#12064)
|
2025-11-24 08:03:13 +11:00 |
|
Jesse Hills
|
a5751b294f
|
[api] Rename USE_API_SERVICES to USE_API_USER_DEFINED_ACTIONS (#12029)
|
2025-11-24 08:13:23 +13:00 |
|
Abílio Costa
|
3f6f2d7d65
|
[bm8563] Add bm8563 component (#11616)
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
|
2025-11-21 15:28:42 -05:00 |
|
Marko Draca
|
782aee92a7
|
[mcp3204] differential mode support (#7436)
Co-authored-by: marko <marko@>
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
|
2025-11-21 14:50:07 -05:00 |
|
Thomas Rupprecht
|
972b7e84fe
|
[tests] Fix mipi_spi test board (#12031)
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
|
2025-11-21 08:38:44 -05:00 |
|
J. Nick Koston
|
150e26dc2b
|
[cst816][http_request] Fix status_set_error() dangling pointer bugs (#12033)
|
2025-11-21 06:41:48 -06:00 |
|
Jonathan Swoboda
|
0dea7a23e3
|
[jsn_sr04t] Fix model AJ_SR04M (#11992)
|
2025-11-21 07:39:59 -05:00 |
|
J. Nick Koston
|
a2a125a5c2
|
Merge remote-tracking branch 'upstream/copilot/fix-internal-gpio-attach-issues' into integration
|
2025-11-20 15:10:08 -06:00 |
|
copilot-swe-agent[bot]
|
55d7344086
|
Remove gpio_intr_enable() call to fix level-triggered interrupt panic
Co-authored-by: jesserockz <3060199+jesserockz@users.noreply.github.com>
|
2025-11-20 19:54:05 +00:00 |
|
copilot-swe-agent[bot]
|
fae833b73b
|
Initial plan
|
2025-11-20 19:49:10 +00:00 |
|
dependabot[bot]
|
01addeae08
|
Bump actions/checkout from 5.0.1 to 6.0.0 (#12022)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-11-20 13:11:41 -06:00 |
|
Jonathan Swoboda
|
a1e507baf8
|
[cst816][packet_transport][udp][wake_on_lan] Fix error messages (#12019)
|
2025-11-20 12:10:28 -05:00 |
|
Jonathan Swoboda
|
1accb4ff34
|
[ltr501][ltr_als_ps] Rename enum to avoid collision with lwip defines (#12017)
|
2025-11-20 10:58:21 -05:00 |
|
damib
|
59cd6dbf70
|
[climate_ir] Add optional humidity sensor (#9805)
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: Djordje Mandic <6750655+DjordjeMandic@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: J. Nick Koston <nick@home-assistant.io>
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
|
2025-11-20 09:28:14 -05:00 |
|
omartijn
|
3c86f3894b
|
[hc8] Add support for HC8 CO2 sensor (#11872)
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
|
2025-11-20 09:24:45 -05:00 |
|
J. Nick Koston
|
06bef148f4
|
[core] Optimize DelayAction for no-argument case using if constexpr (#11913)
|
2025-11-20 09:06:52 -05:00 |
|
tomaszduda23
|
5d883c6e06
|
[nrf52,i2c] fix review comment (#11931)
|
2025-11-20 09:06:40 -05:00 |
|
J. Nick Koston
|
b62053812b
|
[core] Document threading model rationale in ThreadModel enum (#11979)
|
2025-11-20 09:06:28 -05:00 |
|
J. Nick Koston
|
a2321edf3c
|
[network] Fix IPAddress constructor causing comparison failures and garbage output (#12005)
|
2025-11-20 08:59:16 -05:00 |
|
J. Nick Koston
|
24a6ad148c
|
[lock] Modernize to C++17 nested namespaces (#11982)
|
2025-11-20 08:57:49 -05:00 |
|
J. Nick Koston
|
5071473767
|
[mdns] Modernize to C++17 nested namespace syntax (#11983)
|
2025-11-20 08:57:33 -05:00 |
|
J. Nick Koston
|
4825da8e9c
|
[select] Modernize namespace declarations to C++17 syntax (#12007)
|
2025-11-20 08:57:04 -05:00 |
|
J. Nick Koston
|
f494ca8e0f
|
Merge branch 'api_ha_subs' into integration
|
2025-11-20 07:22:55 -06:00 |
|
J. Nick Koston
|
946f8deb3d
|
tweak naming
|
2025-11-20 07:22:27 -06:00 |
|
Javier Peletier
|
b346666a52
|
[st7701s] Add explanatory comment (#12014)
|
2025-11-20 20:05:22 +11:00 |
|
J. Nick Koston
|
56ef46fdd4
|
Merge branch 'api_ha_subs' into integration
|
2025-11-19 23:25:55 -06:00 |
|
J. Nick Koston
|
177026d8c4
|
simplify
|
2025-11-19 23:25:45 -06:00 |
|
J. Nick Koston
|
4533b8f92c
|
tweaks
|
2025-11-19 23:20:24 -06:00 |
|
J. Nick Koston
|
19c377b6de
|
Merge branch 'api_ha_subs' into integration
|
2025-11-19 22:51:56 -06:00 |
|
J. Nick Koston
|
b9595c0795
|
cover
|
2025-11-19 22:49:52 -06:00 |
|
J. Nick Koston
|
efe2a1a506
|
cleanup
|
2025-11-19 22:32:41 -06:00 |
|
J. Nick Koston
|
185c1dec43
|
cleanup
|
2025-11-19 22:24:00 -06:00 |
|