mirror of
https://github.com/home-assistant/core.git
synced 2025-08-09 23:55:07 +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:
|
if entity_filter is not None:
|
||||||
baked_query += lambda q: q.filter(entity_filter)
|
baked_query += lambda q: q.filter(entity_filter)
|
||||||
|
|
||||||
return
|
|
||||||
|
|
||||||
def entity_filter(self):
|
def entity_filter(self):
|
||||||
"""Generate the entity filter query."""
|
"""Generate the entity filter query."""
|
||||||
entity_filter = None
|
entity_filter = None
|
||||||
|
Reference in New Issue
Block a user