1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-11 15:52:20 +01:00

missed one

This commit is contained in:
J. Nick Koston
2025-07-18 08:57:30 -10:00
parent 7566d85941
commit 1aab2f5a7f

View File

@@ -1382,7 +1382,9 @@ message BluetoothServiceData {
repeated uint32 legacy_data = 2 [deprecated=true]; // Removed in api version 1.7 repeated uint32 legacy_data = 2 [deprecated=true]; // Removed in api version 1.7
bytes data = 3; // Added in api version 1.7 bytes data = 3; // Added in api version 1.7
} }
// Removed in ESPHome 2025.8.0 - use BluetoothLERawAdvertisementsResponse instead
message BluetoothLEAdvertisementResponse { message BluetoothLEAdvertisementResponse {
option deprecated = true;
option (id) = 67; option (id) = 67;
option (source) = SOURCE_SERVER; option (source) = SOURCE_SERVER;
option (ifdef) = "USE_BLUETOOTH_PROXY"; option (ifdef) = "USE_BLUETOOTH_PROXY";