iCloud3 v2.4.0 - April, 2021
This iCloud3 update contains several enhancements and fixes a few bug fixes.
New Parameters:
- inzone_intervals - Specify the inzone_interval time by device type (iPhone, iPad, Watch, etc.), for the devices that are not using the iOS App (iosapp_installed: False/noiosapp: True parameter) and for the default interval time.
- inzone_interval by device - Specify the inzone_interval by device on the devices/device_name parameter.
- iosapp_installed - Replaces the noiosapp parameter which is being depreciated.
- Depreciated the track_devices parameter which will be removed in the next release.
Other changes:
- Minor changes to the Event Log.
- The last-update, next_update and last-located device_tracker attributes now show the full timestamp (2021-03-11 14:23:30) instead of only the time (2:23:30 or 14:23:30). The sensors for these items did not change.
- devices/device_name/track_from_zone parameter now supports multiple zones.
- Improved the zone name display formatting for zones with 's (Barry's House).
- Under the cover code improvements - code refactoring, removed dead code, improved configuration parameter processing, etc.
- Added the 'version' number to the HA manifest.json file in support of future HA custom component updates.
Bug Fixes:
- Fixed a problem where unlocatable devices would fill up the Event Log, Tracking will now be Paused after a period of time.
- Fixed some variable naming issues.