Skip to content

Commit

Permalink
iCloud3 v2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gcobb321 committed Apr 23, 2021
1 parent 7ef2743 commit a102295
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 5 additions & 2 deletions custom_components/icloud3/device_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,12 @@
#pylint: disable=unused-argument, unused-variable
#pylint: disable=too-many-instance-attributes, too-many-lines

VERSION = '2.4.1'
VERSION = '2.4.2'

'''
v2.4.2 (4/20/2021)
1. Added AU to the list of valid Waze regions.
v2.4.1 (4/19/2021)
1. Fixed a bug where the create_sensor was not creating any sensors and the exclude_sensor was not excluding the specified sensors.
2. Fixed coding spelling error bugs related to iCloud 2fa reauthorization requests and determining if a beta version of the the Event Log needed updated when iCloud3 was starting.
Expand Down Expand Up @@ -802,7 +805,7 @@
CONF_TIME_FORMAT: [12, 24],
CONF_DISPLAY_ZONE_FORMAT: ['zone', 'name', 'fname', 'title'],
CONF_DISTANCE_METHOD: ['waze', 'calc'],
CONF_WAZE_REGION: ['US', 'NA', 'EU', 'IS', 'us', 'na', 'eu', 'is'],
CONF_WAZE_REGION: ['US', 'NA', 'EU', 'IS', 'AU', 'us', 'na', 'eu', 'is', 'au'],
CONF_DISPLAY_ZONE_FORMAT: ['zone', 'name', 'fname', 'title'],
}
VALIDATE_PARAMETER_TRUE_FALSE = [
Expand Down
4 changes: 4 additions & 0 deletions docs/CHANGELOG-v2.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ The following enhancements and changes have been made iCloud3:

------

### Bug Fix Updates (v2.4.2)

- Added 'AU' to the list of valid Waze Regions.

### Bug Fix Updates (v2.4.1)

- Fixed a bug where the create_sensor was not creating any sensors and the exclude_sensor was not excluding the specified sensors.
Expand Down
2 changes: 1 addition & 1 deletion docs/chapters/2.1-config-parms.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ Waze reports the travel time estimate two ways — by taking the current, real t
###### waze_region
The area used by Waze to determine the distance and travel time.
*Valid values:* US (United States), NA (North America), EU (Europe), IL (Israel), *Default:* US
*Valid values:* US (United States), EU (Europe), IL (Israel), AU (Australia), *Default:* US
###### travel_time_factor
When using Waze and the distance from your current location to home is more than 3 kilometers/miles, the polling interval is calculated by multiplying the driving time to home by the travel_time_factor.
Expand Down
Binary file modified icloud3.zip
Binary file not shown.

0 comments on commit a102295

Please sign in to comment.