Skip to content

Commit

Permalink
Comment out inject filter
Browse files Browse the repository at this point in the history
  • Loading branch information
gcobb321 authored Jul 4, 2024
1 parent 9d8769d commit 4e762f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/icloud3/support/recorder_prefilter.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ def add_filter(hass: HomeAssistant, entities=None):

rp_data['legacy'] = False

if _inject_filter(hass) is False:
return
# if _inject_filter(hass) is False:
# return

_update_filter(hass, entities)

Expand Down

0 comments on commit 4e762f7

Please sign in to comment.