Significant Overhaul
Significant Overhaul
Revamped the underlying framework to use the UI for setup and configuration and to use the newer async functions to interact with Home Assistant. Logic, sensor, and event data should not change.
Once loaded, you need to remove the places
sensors from your configuration.yaml
Breaking Changes
- Remove
(since xx:yy)
from state by @Snuffy2 - Remove dashes for blank attributes by @Snuffy2
- Change distance from home km from string into float by @Snuffy2
- Update Event Data to use Attribute Names by @Snuffy2
Event Data Changes
Old Attribute | New Attribute |
---|---|
direction |
direction_of_travel |
latitude |
current_latitude |
longitude |
current_longitude |
mtime |
last_changed |
map |
map_link |
distance_from_home |
distance_from_home_km |
Other changes since 1.12
- Add State Abbreviation Attribute by @Snuffy2
- Limit state to 255 characters by @Snuffy2
- Add Hamlet to Neighbourhood by @Snuffy2
- Add Zone Name by @Snuffy2
- Add formatted place state option by @Snuffy2
- Code Formatting Cleanup with Black & isort by @Snuffy2
- Add OSM ID and Type as Attributes by @Snuffy2
- Add extended attributes by @Snuffy2
- Change 'City of' to City (ex. City of New York to New York City) by @Snuffy2
- Improve New State Checking to reduce API hits by @Snuffy2
- Improve error checking, logging and catching exceptions by @Snuffy2
- Add osm map link option by @Snuffy2
- Create last_place_name Attribute by @Snuffy2