You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INITIAL SETUP (Fixed) - This fixed some issues related an initial install where there are no apple accounts or where the iCloud3 Apple account's first configuration file entry was blank.. This fixes the error message:
File "/config/custom_components/icloud3/config_flow.py", line 1974,
in async_step_update_apple_acct
self._update_conf_apple_accounts(self.aa_idx, user_input)
File "/config/custom_components/icloud3/config_flow.py", line 2055,
in _update_conf_apple_accounts
if Gb.conf_apple_accounts[0][CONF_USERNAME] == '':
~~~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range
Change Log - v3.1.1 -11/7/2024
LOCATING DEVICES:
Added additional checks to insure the Apple Account location data was refreshed during startup and while configuing iCloud3 settings. Fixed a problem where the location information data from Apple was not being initialized properly.
Fixed the location refresh not being done that caused the '0 of 0' to be displayed in the Configure Setting screens, leading to the Apple Account selection lists to not be populated.
Fixed some problems where 'Locate All Devices = False' would still locate all the devices in the Apple account
Added error checking to make sure the Locate All Devices can not be disabled if there were Family devices that
were assigned to that Apple account. If it was disabled, they would never be located.
UPDATE DEVICE SCREEN - Added (and fixed) the TOOLS - RESET DATA SOURCE(S), DELETE DEVICE(S) option where you can reset the device's Apple Account and Mobile App to default values (None) and fixed a problem deleting devices. Reworked the Apple Account selection list to provide more information and identify setup errors.
UPDATE APPLE ACCOUNT USERNAME/PASSWORD SCREEN - Added checks to insure Locating All Devices can not be disabled if there are tracked devices assigned to this account that are in the Family list.
OTHER THINGS - Changed several things under the covers.
The text was updated successfully, but these errors were encountered:
gcobb321
changed the title
iCloud3 v3.1.1 ➤ A new release of iCloud3 v3 is available - 11/7/2024
iCloud3 v3.1.2 ➤ A new release of iCloud3 v3 is available - 11/8/2024
Nov 8, 2024
Change Log - v3.1.2 - 11/8/2024
Change Log - v3.1.1 -11/7/2024
were assigned to that Apple account. If it was disabled, they would never be located.
The text was updated successfully, but these errors were encountered: