You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/arlo.markdown
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -35,17 +35,21 @@ password:
35
35
description: The password for accessing your Arlo account.
36
36
required: true
37
37
type: string
38
+
scan_interval:
39
+
description: How frequently to query for new data. Defaults to 60 seconds.
40
+
required: false
41
+
type: int
38
42
{% endconfiguration %}
39
43
40
44
It is recommended to create a dedicated user on Arlo website to be used within Home Assistant and then share your Arlo cameras.
41
45
42
-
Finish its configuration by visiting the [Arlo sensor page](/components/sensor.arlo/) or [Arlo camera page](/components/camera.arlo/) or [Arlo control panel page](/components/alarm_control_panel.arlo/).
46
+
Finish its configuration by visiting the [Arlo sensor page](/components/sensor.arlo/) or [Arlo camera page](/components/camera.arlo/) or [Arlo control panel page](/components/alarm_control_panel.arlo/). Arlo also has a service call `arlo.update` that can be manually called to force an update prior to the regular scheduled interval.
43
47
44
-
The Arlo component also provides a service to enable/disable the motion detection sensor. The example below enables the motion detection every time the Home Assistant service starts.
48
+
The Arlo component also provides a camera service to enable/disable the motion detection sensor. The example below enables the motion detection every time the Home Assistant service starts.
0 commit comments