mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 06:35:10 +02:00
Update homeassistant/components/history/__init__.py
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
This commit is contained in:
@@ -652,8 +652,6 @@ class Filters:
|
||||
if entity_filter is not None:
|
||||
baked_query += lambda q: q.filter(entity_filter)
|
||||
|
||||
return
|
||||
|
||||
def entity_filter(self):
|
||||
"""Generate the entity filter query."""
|
||||
entity_filter = None
|
||||
|
Reference in New Issue
Block a user