ESP32 AND RFID-RC522, Multiple Tags?

Installed and got mine working. Quick question, how do you list multiple tags?

Binary_sensor:
  - platform: rc522
  #  uid: 5A-64-90-1A,
    uid: F7-6C-0D-B3 # Add tag?
    name: "RC522 RFID Tag"

My guess is that you simply create multiple binary sensors with the same platform, but different names/ids and uids

Thanks for that. I did that subsequent to asking and it works. I was hoping for a single output responding to multiple tags (array of uid’s?) but fit for purpose. I’ll just be using the output in automation anyway. :slightly_smiling_face: