mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 21:06:50 +00:00
Added example of Arlo service camera.enable_motion_detection (#3107)
This commit is contained in:
parent
48727906d7
commit
156edc6cff
@ -32,3 +32,17 @@ Configuration variables:
|
|||||||
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/).
|
Finish its configuration by visiting the [Arlo sensor page](/components/sensor.arlo/) or [Arlo camera page](/components/camera.arlo/).
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
#automation.yaml
|
||||||
|
- alias: Enable Arlo upton HA start'
|
||||||
|
initial_state: 'on'
|
||||||
|
trigger:
|
||||||
|
platform: homeassitant
|
||||||
|
event: start
|
||||||
|
action:
|
||||||
|
service: camera.enable_motion_detection
|
||||||
|
entity_id: camera.arlo_frontdoor
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user