mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Remove default none from filter sensor
This commit is contained in:
parent
fb65276daf
commit
6420ab5535
@ -348,7 +348,7 @@ class RangeFilter(Filter):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, entity,
|
def __init__(self, entity,
|
||||||
lower_bound=None, upper_bound=None):
|
lower_bound, upper_bound):
|
||||||
"""Initialize Filter."""
|
"""Initialize Filter."""
|
||||||
super().__init__(FILTER_NAME_RANGE, entity=entity)
|
super().__init__(FILTER_NAME_RANGE, entity=entity)
|
||||||
self._lower_bound = lower_bound
|
self._lower_bound = lower_bound
|
||||||
|
Loading…
x
Reference in New Issue
Block a user