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

Fix-2024.7-Recorder-Errors #290

Merged

Conversation

Snuffy2
Copy link
Collaborator

@Snuffy2 Snuffy2 commented Jul 5, 2024

Uses the new _unrecorded_attributes = frozenset({MATCH_ALL}) functionality available with HA 2024.7 instead of recorder_history_prefilter
https://developers.home-assistant.io/blog/2024/06/22/excluding-state-attributes-from-recording-match-all/
https://developers.home-assistant.io/docs/core/entity#excluding-state-attributes-from-recorder-history

Fixes #289

It would be great if someone who is having the issues could test this as well.

This may not be the best long term solution but should work for now pending: home-assistant/architecture#1106

@Snuffy2 Snuffy2 force-pushed the Fix-2024.7-Recorder-Errors branch from 12440ec to 03f76dd Compare July 5, 2024 01:36
@Snuffy2 Snuffy2 marked this pull request as ready for review July 5, 2024 01:43
@Snuffy2 Snuffy2 merged commit 0dbd56f into custom-components:master Jul 5, 2024
3 checks passed
@Snuffy2 Snuffy2 deleted the Fix-2024.7-Recorder-Errors branch July 5, 2024 13:31
@ildar170975
Copy link

See no issues with History with this update.
#279 (comment)

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

Successfully merging this pull request may close these issues.

recorder_history_prefilter Error: TypeError: 'NoneType' object is not callable
2 participants