Add Identifiers to the `device_info` block so servers (such as music assistant in homeassistant) can match the player to existing devices. Proposal: - mac_address - ip? References: - [Identifiers in Music Assistant]( https://github.com/music-assistant/server/blob/5616f8ceed17a38a475552707bfc26c55b694eb1/music_assistant/helpers/util.py#L1152) - https://github.com/home-assistant/core/issues/172665
Add Identifiers to the
device_infoblock so servers (such as music assistant in homeassistant) can match the player to existing devices.Proposal:
References: