mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Fix polling on online Amcrest binary sensor (#56106)
This commit is contained in:
parent
32212651fe
commit
a180c3f813
@ -111,6 +111,7 @@ BINARY_SENSORS: tuple[AmcrestSensorEntityDescription, ...] = (
|
|||||||
key=_ONLINE_KEY,
|
key=_ONLINE_KEY,
|
||||||
name="Online",
|
name="Online",
|
||||||
device_class=DEVICE_CLASS_CONNECTIVITY,
|
device_class=DEVICE_CLASS_CONNECTIVITY,
|
||||||
|
should_poll=True,
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
BINARY_SENSOR_KEYS = [description.key for description in BINARY_SENSORS]
|
BINARY_SENSOR_KEYS = [description.key for description in BINARY_SENSORS]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user