mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 03:37:07 +00:00
parent
8cc5cc7f43
commit
d8c7160377
@ -53,7 +53,7 @@ class RflinkBinarySensor(RflinkDevice, BinarySensorDevice):
|
|||||||
"""Representation of an Rflink binary sensor."""
|
"""Representation of an Rflink binary sensor."""
|
||||||
|
|
||||||
def __init__(self, device_id, device_class=None,
|
def __init__(self, device_id, device_class=None,
|
||||||
force_update=None, off_delay=None,
|
force_update=False, off_delay=None,
|
||||||
**kwargs):
|
**kwargs):
|
||||||
"""Handle sensor specific args and super init."""
|
"""Handle sensor specific args and super init."""
|
||||||
self._state = None
|
self._state = None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user