1
0
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:
J. Nick Koston
2025-02-27 13:37:11 +00:00
committed by GitHub
parent c19621e238
commit 63a7234767
5 changed files with 22 additions and 0 deletions

View File

@@ -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;