mirror of
https://github.com/esphome/esphome.git
synced 2025-08-01 07:57:47 +00:00
missed one
This commit is contained in:
parent
7566d85941
commit
1aab2f5a7f
@ -1382,7 +1382,9 @@ message BluetoothServiceData {
|
||||
repeated uint32 legacy_data = 2 [deprecated=true]; // Removed 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 {
|
||||
option deprecated = true;
|
||||
option (id) = 67;
|
||||
option (source) = SOURCE_SERVER;
|
||||
option (ifdef) = "USE_BLUETOOTH_PROXY";
|
||||
|
Loading…
x
Reference in New Issue
Block a user