mirror of
https://github.com/esphome/esphome.git
synced 2025-09-15 17:52:19 +01:00
Include the bluetooth mac address in the device info when proxy is enabled (#8203)
This commit is contained in:
@@ -227,6 +227,9 @@ message DeviceInfoResponse {
|
||||
uint32 voice_assistant_feature_flags = 17;
|
||||
|
||||
string suggested_area = 16;
|
||||
|
||||
// The Bluetooth mac address of the device. For example "AC:BC:32:89:0E:AA"
|
||||
string bluetooth_mac_address = 18;
|
||||
}
|
||||
|
||||
message ListEntitiesRequest {
|
||||
|
Reference in New Issue
Block a user