Skip to content

Releases: custom-components/places

v2.7.1 - Fix recorder errors in 2024.7

05 Jul 13:35
0dbd56f
Compare
Choose a tag to compare

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

04 Jun 00:25
743898f
Compare
Choose a tag to compare

What's Changed

  • Transition to async and address File I/O blocking by @Snuffy2 in #281
  • Use City Clean in Formatted Place by @Snuffy2 in #286
  • Improve City, Postal Town and Neightbourhood logic by @Snuffy2 in #285

Full Changelog: v2.6.3...v2.7.0

v2.6.3 - Fix Deprecated EventType in HA 2024.5

11 May 15:02
dbe26f4
Compare
Choose a tag to compare

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

13 Apr 17:02
f0027df
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.1...v2.6.2

v2.6.1 - Bug fix and Slovak translation added

19 Mar 00:07
74cefb1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.6.0...v2.6.1

v2.6.0 - Change Extended Attributes to use Nominatim lookup

20 Nov 23:09
e9cced8
Compare
Choose a tag to compare

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

  • Move from Nominatim details to Nominatim lookup by @Snuffy2 in #248

Full Changelog: v2.5.3...v2.6.0

v2.5.3 - Fix repeating (since xx:yy)

10 Nov 16:17
316e330
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.2.1...v2.5.3

v2.5.2.1 - Present Date Option in Config Flow

10 Oct 02:19
bf374f0
Compare
Choose a tag to compare

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

10 Oct 02:04
f914f4a
Compare
Choose a tag to compare

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.

17 Sep 00:11
316067d
Compare
Choose a tag to compare

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.

by @Snuffy2 in #224

Full Changelog: v2.5...v2.5.1