Releases: custom-components/places
Releases · custom-components/places
v2.8.2
v2.8.1
v2.8.0
What's Changed
🎉 Enhancements & New Features 🎉
Other Changes
- fix(i18n): Ukrainian language code by @denysdovhan in #305
- Rearrange and add details to config_flow by @Snuffy2 in #310
New Contributors
- @denysdovhan made their first contribution in #305
Full Changelog: v2.7.1...v2.8.0
v2.7.1 - Fix recorder errors in 2024.7
What's Changed
Uses the new _unrecorded_attributes = frozenset({MATCH_ALL})
functionality available with HA 2024.7 instead of recorder_history_prefilter.
This may not be the best long term solution but should work for now pending: home-assistant/architecture#1106
Full Changelog: v2.7.0...v2.7.1
v2.7.0 - Fix blocking done in main loop, Improve Postal Town Logic
v2.6.3 - Fix Deprecated EventType in HA 2024.5
What's Changed
- Update deprecated typing by @erdnaxela02 in #276
New Contributors
- @erdnaxela02 made their first contribution in #276
Full Changelog: v2.6.2...v2.6.3
v2.6.2 - Support nonstandard install locations
What's Changed
Full Changelog: v2.6.1...v2.6.2
v2.6.1 - Bug fix and Slovak translation added
v2.6.0 - Change Extended Attributes to use Nominatim lookup
Potential Breaking Change
To comply with OpenStreetMap Nominatim Usage Policy, places
will now use Nominatim lookup instead of Nominatum details for the Extended Attributes. The attributes are largely the same but not necessarily 100% the same between the two. If you are using an attribute that is part of Extended Attributes be sure to confirm that this hasn't changed.
What's Changed
Full Changelog: v2.5.3...v2.6.0