Remove default none from filter sensor

pull/13390/head
nielstron 2018-07-03 11:06:10 +02:00 committed by Niels Mündler
parent fb65276daf
commit 6420ab5535
1 changed files with 1 additions and 1 deletions

View File

@ -348,7 +348,7 @@ class RangeFilter(Filter):
"""
def __init__(self, entity,
lower_bound=None, upper_bound=None):
lower_bound, upper_bound):
"""Initialize Filter."""
super().__init__(FILTER_NAME_RANGE, entity=entity)
self._lower_bound = lower_bound