Releases: custom-components/places
Releases · custom-components/places
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
v2.3.4 - Direction of travel accuracy improvements
What's Changed
Full Changelog: v2.3.3...v2.3.4
v2.3.3 - Better report stationary and bug fixes
v2.3.2 - postal_town as adv option & friendly name as zone name
What's Changed
- Support friendly_name in zones by @paoloantinori in #133
- Add postal_town as advanced display option by @Snuffy2 in #137
New Contributors
- @paoloantinori made their first contribution in #133
Full Changelog: v2.3.1...v2.3.2
v2.3.1 - Change to async_forward_entry_setups
Small bugfix for Home Assistant deprecating a function. No new functionality.
What's Changed
Full Changelog: v2.3...v2.3.1
v2.3 Advanced Display Options
What's Changed
Advanced Display Options
- Optional setup where you can implement more complex logic for what attributes display in the state
- Should not break the existing display options
- See the usage instructions in the readme: https://github.com/custom-components/places/blob/master/README.md#advanced-display-options
Full Changelog: v2.2.1...v2.3
v2.2.1.3 Beta: Advanced Display Options v3
What's Changed
See updated documentation at:
https://github.com/custom-components/places/blob/adv_display_opt/README.md
Full Changelog: v2.2.1.2...v2.2.1.3