Breaking change: Custom component is no longer necessary. On Home Assistant 0.115+ it will natively integrate with the tag integration. On earlier versions you need to listen to the esphome.tag_scanned
event. This event no longer contains device_id
.
Breaking change: text sensor with latest tag scanned is no longer maintained
- Drop usage of custom component in favor of native ESPHome integration #7 @balloob / @jesserockz
- Optimize ESPHome config #6 @jesserockz
- Remove text sensor #8 @magnusoverli