Add documentation for new tag_scanned event data (#28393)

* Add new data entry to event

* Update source/_integrations/tag.markdown

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
glanch 2023-11-29 16:21:35 +01:00 committed by GitHub
parent 92fcec1a8f
commit aa67b6510f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,4 +113,5 @@ When a tag is scanned, the `tag_scanned` event is fired. This event contains the
| Value | Description |
| - | - |
| `tag_id` | Identifier of the tag. Use this to decide what to do.
| `name` | Name of the tag. The name is not unique. Multiple tags can have the same name.
| `device_id` | Device registry identifier of the device that scanned the tag. Use this to decide where to do it.