Skip to content

Commit 156edc6

Browse files
tchellomellofabaff
authored andcommitted
Added example of Arlo service camera.enable_motion_detection (home-assistant#3107)
1 parent 4872790 commit 156edc6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

source/_components/arlo.markdown

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,17 @@ Configuration variables:
3232
It is recommended to create a dedicated user on Arlo website to be used within Home Assistant and then share your Arlo cameras.
3333
3434
Finish its configuration by visiting the [Arlo sensor page](/components/sensor.arlo/) or [Arlo camera page](/components/camera.arlo/).
35+
36+
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.
37+
38+
```yaml
39+
#automation.yaml
40+
- alias: Enable Arlo upton HA start'
41+
initial_state: 'on'
42+
trigger:
43+
platform: homeassitant
44+
event: start
45+
action:
46+
service: camera.enable_motion_detection
47+
entity_id: camera.arlo_frontdoor
48+
```

0 commit comments

Comments
 (0)