diff --git a/atom.xml b/atom.xml index 32226ef754..27c988eff1 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
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 or Arlo camera page.
+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.
+#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
+
+