Releases: custom-components/places
v2.5.1b3 Beta: Rework warning. Update if previously unknown
What's Changed
Full Changelog: v2.5.1b2...v2.5.1b3
v2.5.1b2 Beta: Reworked warnings and Update if previously unknown.
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
What's Changed
- Delete strings.json by @Snuffy2 in #211
- Fully Remove YAML Config Options by @Snuffy2 in #207
- Move Warning if Device Tracker does not have Lat/Long by @Snuffy2 in #208
- Use HASS Time Zone if defined by @Snuffy2 in #210
- Change Track State Changes Update partially to async by @Snuffy2 in #217
Full Changelog: v2.4.5...v2.5
v2.4.5 - Update Min Throttle, Ignore Passive Zones, Bugfixes
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
- Set tracking updates throttle to 10 seconds by @Snuffy2 in #200
- Warn if Device Tracker does not have Lat/Long by @Snuffy2 in #202
- Show locale data in Init debug logging by @Snuffy2 in #204
- Ignore Passive Zones by @Snuffy2 in #205
Full Changelog: v2.4.4...v2.4.5
v2.4.4 - zone display changes and date in locale
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
What's Changed
- Fix-Disable-Recorder by @Snuffy2 in #185
- Change recorder_prefilter from submodule to subtree by @Snuffy2 in #187
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+
What's Changed
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
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
New Translations - Thanks @vlad36N!!!
Enhancements - Thanks @tenly2000 for the initial integration and the enhancement suggestion
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
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