Hi,
I am trying to to some automations using nfc tags.
With my Xiaomi phone I am able to tie a logic using device_id and tag_id similar to the following:
- platform: event
event_type: tag_scanned
event_data:
device_id: e7aeabcdefghijklm
tag_id: xyxyxyxyxyxxy-5678-abcd-1234-abcdefghijklm
but when I use a Oneplus 5T phone and updating the device_id, the logic is not working. When using only the tag_id it works fine. But I would like to identity which phone is being used … is this issue related to the device?