Releases: custom-components/places
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
v2.5.3 - Fix repeating (since xx:yy)
v2.5.2.1 - Present Date Option in Config Flow
What's Changed
- Present Date Option as workaround by @Snuffy2 in #234
I've still not found a way to correctly utilize either the System Locale, the Preferred Date Format in HA or the Country and Language in HA (#219) to determine the date format to show in places. This provides an option in the config flow as a workaround.
Full Changelog: v2.5.1...v2.5.2.1
v2.5.2 - Present Date Option in Config Flow
What's Changed
- Present Date Option in Config Flow as workaround by @Snuffy2 in #234
I've still not found a way to correctly utilize either the System Locale, the Preferred Date Format in HA or the Country and Language in HA (#219) to determine the date format to show in places. This provides an option in the config flow as a workaround.
Full Changelog: v2.5.1...v2.5.2
v2.5.1 - Rework Warnings and Update state if Previously Unknown.
What's Changed
- Rework warnings to consolidate them and fire more appropriately.
- Update state if previous state is unknown.
- In Config and Readme, change Device Tracker wording to Tracked Entity.
Full Changelog: v2.5...v2.5.1