force_update=False (not None) (#22867)

because force_update: boolean
pull/22909/head
akasma74 2019-04-08 16:21:13 +03:00 committed by Jason Hu
parent 8cc5cc7f43
commit d8c7160377
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class RflinkBinarySensor(RflinkDevice, BinarySensorDevice):
"""Representation of an Rflink binary sensor."""
def __init__(self, device_id, device_class=None,
force_update=None, off_delay=None,
force_update=False, off_delay=None,
**kwargs):
"""Handle sensor specific args and super init."""
self._state = None