diff --git a/homeassistant/components/amcrest/binary_sensor.py b/homeassistant/components/amcrest/binary_sensor.py index ebe19273b82..76fdcf100ae 100644 --- a/homeassistant/components/amcrest/binary_sensor.py +++ b/homeassistant/components/amcrest/binary_sensor.py @@ -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]