mirror of
https://github.com/esphome/esphome.git
synced 2025-09-07 22:02:22 +01:00
Include the bluetooth mac address in the device info when proxy is enabled (#8203)
This commit is contained in:
@@ -354,6 +354,7 @@ class DeviceInfoResponse : public ProtoMessage {
|
||||
uint32_t legacy_voice_assistant_version{0};
|
||||
uint32_t voice_assistant_feature_flags{0};
|
||||
std::string suggested_area{};
|
||||
std::string bluetooth_mac_address{};
|
||||
void encode(ProtoWriteBuffer buffer) const override;
|
||||
#ifdef HAS_PROTO_MESSAGE_DUMP
|
||||
void dump_to(std::string &out) const override;
|
||||
|
Reference in New Issue
Block a user