Skip to content

Releases: custom-components/places

v2.5.1b3 Beta: Rework warning. Update if previously unknown

10 Sep 22:10
b53a26c

Choose a tag to compare

What's Changed

  • Rework warning. Update if previously unknown. Device Tracker to Tracked Entity by @Snuffy2 in #227

Full Changelog: v2.5.1b2...v2.5.1b3

v2.5.1b2 Beta: Reworked warnings and Update if previously unknown.

10 Sep 21:21
a0e9e56

Choose a tag to compare

What's Changed

  • Rework warnings. Update if previously unknown. Device Tracker to Tracked Entity. by @Snuffy2 in #225

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

v2.5 Bugfixes and Code Cleanup

04 Sep 23:09
255fcea

Choose a tag to compare

What's Changed

Full Changelog: v2.4.5...v2.5

v2.4.5 - Update Min Throttle, Ignore Passive Zones, Bugfixes

27 Aug 21:53
7a5ce00

Choose a tag to compare

Reminder: Breaking Change introduced in v.2.4.4 if you are using Advanced Display Options

Previously, the state would show the Zone Name if the places sensor was in a zone. With this change, you must explicitly include the zone_name or zone if you'd like it to show. Again, this change only applies to Advanced Display Options.

What's Changed

Full Changelog: v2.4.4...v2.4.5

v2.4.4 - zone display changes and date in locale

10 Aug 21:54
2d64ad8

Choose a tag to compare

Breaking Change if you are using Advanced Display Options

Previously, the state would show the Zone Name if the places sensor was in a zone. With this change, you must explicitly include the zone_name or zone if you'd like it to show. Again, this change only applies to Advanced Display Options.

What's Changed

  • Fix potential mutable list issue with get_option_state by @Snuffy2 in #192
  • Add zone as places tracker type by @Snuffy2 in #193
  • Show locale specific (since date) by @Snuffy2 in #197
  • Add zone as an Advanced Display Option by @Snuffy2 in #194
  • Fix intermittent TypeError argument of type 'NoneType' is not iterable by @Snuffy2 in #198

Full Changelog: v2.4.3...v2.4.4

v2.4.3 - Proper fix for Disable Recorder when Extended Attributes is True

06 Jul 02:15
44a454e

Choose a tag to compare

What's Changed

Thanks @gcobb321 for the recorder_history_prefilter repo

Full Changelog: v2.4.1...v2.4.3

v2.4.1 - Handle Disable Recorder AttributeError in 2023.6+

03 Jun 00:18
5839626

Choose a tag to compare

What's Changed

  • Handle Disable Recorder AttributeError in 2023.6+ by @Snuffy2 in #181

Note that Disable Recorder won't actually work in 2023.6+ with this fix, it just allows it to fail gracefully and the integration will continue to work. I plan to fix Disable Recorder once a fix is identified.

Full Changelog: v2.4...v2.4.1

v2.4 - Improved device_tracker and zone sort in UI, Support icloud3 v3 Stationary Zone naming

20 May 01:16
5f31304

Choose a tag to compare

What's Changed

  • Case insensitive sorting of device_tracker and zone in config flow by @Snuffy2 in #175
  • Support-icloud3-v3-Stationary-Zone-naming by @Snuffy2 in #178
  • Add User-Agent Header to OSM Queries by @Snuffy2 in #179
  • Better handle blank last changed time by @Snuffy2 in #176

Full Changelog: v2.3.5...v2.4

v2.3.5 - New translations, bugfixes, show date after 24h

16 Apr 00:51
e67031d

Choose a tag to compare

New Translations - Thanks @vlad36N!!!

  • Add Ukrainian and Russian translation. by @vlad36N in #159

Enhancements - Thanks @tenly2000 for the initial integration and the enhancement suggestion

  • Change-since-xxxx-to-show-date-if-unchanged-for-24h by @Snuffy2 in #162

Bugfixes

  • Continue to improve date/time try/except by @Snuffy2 in #145
  • Change strings to f-strings by @Snuffy2 in #155
  • Exclude from Recorder if extended_attr is true by @Snuffy2 in #160
  • TypeError-clicking-on-Configure-button-in-Integrations by @Snuffy2 in #163

New Contributors

Full Changelog: v2.3.4.1...v2.3.5

v2.3.4.1 - Bugfix for date/time error

06 Mar 03:08
a461ad8

Choose a tag to compare

What's Changed

  • Bugfix: Catch TypeError in date/time conversion by @Snuffy2 in #143
  • Remove logic forcing an update after 3 checks by @Snuffy2 in #144

Full Changelog: v2.3.4...v2.3.4.1