diff --git a/source/_integrations/reolink.markdown b/source/_integrations/reolink.markdown index 5dd7a3f77aa..a6ed97d823e 100644 --- a/source/_integrations/reolink.markdown +++ b/source/_integrations/reolink.markdown @@ -54,7 +54,9 @@ Depending on the supported features of the camera, binary sensors are added for: - AI pet detection - AI face detection -These sensors are polled every 60 seconds and receive ONVIF push events for immediate updates. +These sensors receive events using 3 methods in order: ONVIF push, ONVIF long polling or fast polling (every 5 seconds). +The latency for receiving the events is the best for ONVIF push and the worst for fast polling, the fastest available method that is detected to work will be used, and slower methods will not be used. +For redundancy, these sensors are polled every 60 seconds together with the update of all other entities. Not all camera models generate ONVIF push events for all event types, some binary sensors might, therefore, only be polled. For list of Reolink products that support ONVIF see the [Reolink Support Site](https://support.reolink.com/hc/en-us/articles/900000617826). @@ -160,6 +162,12 @@ When the floodlight entity is ON always ON, when OFF controlled based on the int When IR light entity is OFF always OFF, when ON IR LEDs will be on when the camera is in night vision mode, see the "Day night mode" select entity. +## Sensor entities + +Depending on the supported features of the camera, the following sensor entities are added: + +- Wi-Fi signal* + ## Update entity An update entity is available that checks for firmware updates every 12 hours.