v0.4.3 - New Device_tracker implementation
github-actions
released this
08 Jan 16:49
·
232 commits
to refs/heads/main
since this release
The main change in this release is that device_tracker
entities are now set up with a platform integration (if that's the right terminology!) rather than by just calling the seen
service. The device_tracker.py
was mostly lifted from jc2k's Private BLE
integration.
Note that if you currently use Bermuda's device_tracker
entities for automations you will probably need to fix them to refer to the new entities created from this release.
On the upside this means you will be able to rename the entities and view/alter their other properties, rather than getting an error about their not having a unique_id
.
Changes
- chore: Versioning and release clean-ups @agittins (#81)
- fix: Clear version info from entity model number @agittins (#82)
- linting: Remove unused typing.Final import @agittins (#83)
- breaking: Device Tracker now uses full platform, device_tracker names… @agittins (#84)
📦 Dependencies
- Bump flake8 from 6.1.0 to 7.0.0 in /.github/workflows @dependabot (#80)