Closed chupacabra71 closed 2 months ago
I can confirm the same issue after upgrading to 3.0.5.8
same
This error originated from a custom integration.
Logger: custom_components.icloud3
Source: custom_components/icloud3/helpers/messaging.py:467
integration: iCloud3 v3 (documentation, issues)
First occurred: 8 September 2024 at 23:37:21 (657 occurrences)
Last logged: 11:04:20
►INTERNAL ERROR (Create device_tracker object-name 'xtra_attrs' is not defined)
typo in custom_components/icloud3/device_tracker.py
line 394
xtra_attrs[f"{'-'*5} ICLOUD3 CONFIGURATION {'-'*19}"] = ''
change to
extra_attrs[f"{'-'*5} ICLOUD3 CONFIGURATION {'-'*19}"] = ''
remove __pycache__
folder and restart HA.
Fixed in v3.0.5.9
Just updated to 3.0.5.8 and getting this error in the logs