2.0.1 - Bugfixes and reinstates support for other devicetracker_id entity types
Be sure to note the significant and breaking chances in v2.0.0
What's Changed
- Support additional entity types by @Snuffy2 in #59
- Bugfix: Check if lat/long are none by @Snuffy2 in #58
Reinstates support for additional entity types: device_tracker, person, sensor.
YAML import
Now checks to see if the listed devicetracker_id:
- Exists
- Has latitude/longitude attributes before importing
Should no longer choose a different entity if the one in the YAML isn't supported, but instead throw an error and not import.
ToDo: Validation for the home zone import
Config_flow
- For devicetracker_id, shows all entities of the supported types but only if they have latitude/longitude attributes
- Resolve some errors experienced when trying to update the options for existing sensors
Full Changelog: 2.0...2.0.1