This is a bit silly, but I have some read-only NFCs (Amiibo) that I’d really like to be able to use for automations. For example, if I scan a Link amiibo it would change the lights green or play the Legend of Zelda theme. Sadly, this can’t be done because the NFC chip needs to be overwritten for it to work. Would it be possible to scan an NFC tag and tell HA to do something when that specific tag is scanned?
I haven’t made any PRs for HA yet, but I have coding experience and would be willing to do this myself if someone pointed me in the right direction. Thanks!
It is quite convoluted: I use Tasker (https://tasker.joaoapps.com/) to react when a tag is read, and then Tasker sends either a web call (retrieved on HA side by a webhook), or publishes to MQTT. Automations are based on these events.
Is find is really disappointing that read-only tags are not supported natively (there is nothing to support, actually, it is just a matter of which information form the tag is read)