mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
parent
dfa36c5eb5
commit
d5babc02d4
@ -35,17 +35,21 @@ password:
|
|||||||
description: The password for accessing your Arlo account.
|
description: The password for accessing your Arlo account.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
scan_interval:
|
||||||
|
description: How frequently to query for new data. Defaults to 60 seconds.
|
||||||
|
required: false
|
||||||
|
type: int
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
It is recommended to create a dedicated user on Arlo website to be used within Home Assistant and then share your Arlo cameras.
|
It is recommended to create a dedicated user on Arlo website to be used within Home Assistant and then share your Arlo cameras.
|
||||||
|
|
||||||
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/).
|
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.
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
#automation.yaml
|
#automation.yaml
|
||||||
- alias: Enable Arlo upton HA start'
|
- alias: Enable Arlo upon HA start'
|
||||||
initial_state: 'on'
|
initial_state: 'on'
|
||||||
trigger:
|
trigger:
|
||||||
platform: homeassistant
|
platform: homeassistant
|
||||||
|
@ -35,7 +35,7 @@ sensor:
|
|||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
- **monitored_conditions** array (*Required*): Conditions to display in the frontend. The following conditions can be monitored.
|
- **monitored_conditions** array (*Optional*): Conditions to display in the frontend. The following conditions can be monitored.
|
||||||
- **captured_today**: Return the number of videos captured on the current day.
|
- **captured_today**: Return the number of videos captured on the current day.
|
||||||
- **last_capture**: Return the timestamp from the last video captured by your Arlo camera.
|
- **last_capture**: Return the timestamp from the last video captured by your Arlo camera.
|
||||||
- **total_cameras**: Return the number of recognized and active cameras linked on your Arlo account.
|
- **total_cameras**: Return the number of recognized and active cameras linked on your Arlo account.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user