Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in Home Assistant 2023.6.0 beta #267

Open
B-Hartley opened this issue Jun 2, 2023 · 3 comments
Open

Error in Home Assistant 2023.6.0 beta #267

B-Hartley opened this issue Jun 2, 2023 · 3 comments

Comments

@B-Hartley
Copy link

python version problem ?

2023-06-02 07:41:07.457 ERROR (MainThread) [icloud3] 'function' object has no attribute '_exclude_e'
Traceback (most recent call last):
  File "/config/custom_components/icloud3/sensor.py", line 420, in __init__
    ha_history_recorder.entity_filter._exclude_e.add(self.entity_id)
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'function' object has no attribute '_exclude_e'
2023-06-02 07:41:07.460 ERROR (MainThread) [icloud3] 'function' object has no attribute '_exclude_e'
@B-Hartley
Copy link
Author

Sorry. intended to raise on v3 beta.

@gcobb321
Copy link
Owner

gcobb321 commented Jun 2, 2023

The HA guys must have changed the history component and removed the hack I was using to exclude some of the iCloud3 sensors from being added to the history data base. I just installed 2023.6.0.b2 and saw it. I’m out of town until next week and will post a fix then.

@B-Hartley
Copy link
Author

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants