Merge remote-tracking branch 'origin/optimize-warn-blocking-guard' into integration

This commit is contained in:
J. Nick Koston
2026-02-19 09:05:00 -06:00
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ tzlocal==5.3.1 # from time
tzdata>=2021.1 # from time
pyserial==3.5
platformio==6.1.19
esptool==5.1.0
esptool==5.2.0
click==8.1.7
esphome-dashboard==20260210.0
aioesphomeapi==44.0.0
@@ -33,6 +33,10 @@ esp32_ble_server:
- uuid: 2a24b789-7a1b-4535-af3e-ee76a35cc42d
advertise: false
characteristics:
- id: test_lambda_characteristic
uuid: 2a24b789-7a1b-4535-af3e-ee76a35cc12c
read: true
value: !lambda return { 1, 2 };
- id: test_change_characteristic
uuid: 2a24b789-7a1b-4535-af3e-ee76a35cc11c
read: true