forked from home-assistant/core
Fix polling on online Amcrest binary sensor (#56106)
This commit is contained in:
@@ -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]
|
||||||
|
Reference in New Issue
Block a user