Skip to content

Commit d5babc0

Browse files
tchellomelloarsaboo
authored andcommitted
Updated Arlo documentation (home-assistant#5508)
* Updated Arlo documentation * Typo
1 parent dfa36c5 commit d5babc0

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

source/_components/arlo.markdown

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,21 @@ password:
3535
description: The password for accessing your Arlo account.
3636
required: true
3737
type: string
38+
scan_interval:
39+
description: How frequently to query for new data. Defaults to 60 seconds.
40+
required: false
41+
type: int
3842
{% endconfiguration %}
3943
4044
It is recommended to create a dedicated user on Arlo website to be used within Home Assistant and then share your Arlo cameras.
4145
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.
4347

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.
4549

4650
```yaml
4751
#automation.yaml
48-
- alias: Enable Arlo upton HA start'
52+
- alias: Enable Arlo upon HA start'
4953
initial_state: 'on'
5054
trigger:
5155
platform: homeassistant

source/_components/sensor.arlo.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ sensor:
3535
3636
Configuration variables:
3737
38-
- **monitored_conditions** array (*Required*): Conditions to display in the frontend. The following conditions can be monitored.
38+
- **monitored_conditions** array (*Optional*): Conditions to display in the frontend. The following conditions can be monitored.
3939
- **captured_today**: Return the number of videos captured on the current day.
4040
- **last_capture**: Return the timestamp from the last video captured by your Arlo camera.
4141
- **total_cameras**: Return the number of recognized and active cameras linked on your Arlo account.

0 commit comments

Comments
 (0)