mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Fix polling on online Amcrest binary sensor (#56106)
This commit is contained in:
@@ -111,6 +111,7 @@ BINARY_SENSORS: tuple[AmcrestSensorEntityDescription, ...] = (
|
||||
key=_ONLINE_KEY,
|
||||
name="Online",
|
||||
device_class=DEVICE_CLASS_CONNECTIVITY,
|
||||
should_poll=True,
|
||||
),
|
||||
)
|
||||
BINARY_SENSOR_KEYS = [description.key for description in BINARY_SENSORS]
|
||||
|
Reference in New Issue
Block a user