Skip to content

Releases: custom-components/places

v2.8.2

18 Jan 22:43
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

🎓 Code Quality

🧰 Maintenance

Full Changelog: v2.8.1...v2.8.2

v2.8.1

16 Jan 00:51
Compare
Choose a tag to compare

What's Changed

🎉 Enhancements & New Features 🎉

🕷️ Bug Fixes 🕷️

  • Fix Configure of existing Places Sensor by @Snuffy2 in #317

New Contributors

Full Changelog: v2.8.0...v2.8.1

v2.8.0

11 Jan 01:03
Compare
Choose a tag to compare

What's Changed

🎉 Enhancements & New Features 🎉

Other Changes

New Contributors

Full Changelog: v2.7.1...v2.8.0

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