Skip to content

2.0.1 - Bugfixes and reinstates support for other devicetracker_id entity types

Compare
Choose a tag to compare
@Snuffy2 Snuffy2 released this 21 Sep 14:01
· 576 commits to master since this release
2475d86

Be sure to note the significant and breaking chances in v2.0.0

What's Changed

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