Releases: rodpayne/home-assistant_person_location
Version 2024.06.29
- Retain previous config data settings when calling async_update_entry.
- Add Mapbox Access Token to config flow.
- Ignore iCloud stationary zone.
- Clean up code for Ruff.
- Bump version.
Version 2024.06.13
"Detected code that calls async_track_state_change instead of async_track_state_change_event which is deprecated and will be removed in Home Assistant 2025.5. Please report this issue."
Update track_state_change -> async_track_state_change_event. #18
Version 2024.06.08
New configuration parameters have been added:
friendly_name_template
- This template will be used to format the display name (friendly_name) of the output sensor under user control. By default, it will produce the original format.
show_zone_when_away
- This setting will cause the output sensor to show the zone name in the state when the location is away in a zone.
This should implement #17
Version 2024.06.03
A new configuration parameter has been added: friendly_name_template. This template will be used to format the display name (friendly_name) of the output sensor under user control. By default, it will produce the original format.
Version 2024.04.22
Version 2024.04.17
-
Handle mapquest non-JSON response (error message caused by key expiration).
-
Set direction to "far away" if distance from home >= 400 km (about 250 miles). The direction of travel means a lot less when far from home.
-
Show "Pam is Away" instead of "Pam is at ?" if there is no geocode information.
Version 2024.04.15
Resolving issue #14, removing references to obsolete HomeSeer services. (HA 2024.4 handles Service Not Found
exception differently.)
Version 2023.12.20
Fix for compatibility upgrading Home Assistant 2023.11.3 to 2023.12.3.
Version 2023.12.09
Convert to pywaze version of Waze integration.
Version 2023.09.26
v2023.09.26 Alpha order in manifest.