v2.0.1
Bug fixes & UX improvements
Bug fix — tag ID format for Home Assistant tag system
Raw RFID UIDs (e.g. A1B2C3D4) are now mapped to deterministic UUIDs before being passed to ha_tag.async_scan_tag. HA's tag system requires UUID format; passing a bare hex string caused tag scanning events to be silently dropped in some configurations.
The mapping uses uuid5 with a fixed namespace, so the same physical tag always produces the same UUID.
Improved connection mode descriptions
The config flow now makes it explicit which side (HA and reader) operates in which TCP role:
- Hub (TCP server) — HA listens for incoming connections; the reader must be configured as a TCP client.
- Client — HA connects to the reader; the reader must be configured as a TCP server.
Both the selector labels and the step description in strings.json were updated.
Other
*.tar.gzadded to.gitignore