Hi folks! Many of you using PN532 integration on ESPHome for NFC? Is there any way to actually pass the text stores on the tag as a single sensor that reports the text, as opposed to having to create a unique binary sensor for each tag?
I have a project I am working on that will have over 100 NFC tags that need to be read, but also needs to be fluid and easy to add and change. If I can simply pass the text off the tag to a single sensor, I have automations written in Node Red that accomplishes everything I need to do
I have been working to do this using Arduino IDE but am having lots of Wi-Fi issues once the 532 is integrated