<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ARLO starter in Smart Home Developer Forum</title>
    <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/ARLO-starter/m-p/771676#M11115</link>
    <description>&lt;P&gt;&lt;SPAN&gt;The issue you are encountering, where the starter &lt;/SPAN&gt;&lt;STRONG&gt;is NOT&lt;/STRONG&gt;&lt;SPAN&gt; triggering, is very common for users trying to integrate Arlo with Google Home Automations. The reason this is failing is due to a limitation in the way Arlo devices report their state to Google Home.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Based on community reports and the way Arlo exposes its capabilities to Google Assistant:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI style="font-weight: 400;" aria-level="1"&gt;&lt;STRONG&gt;Google Home can COMMAND Arlo:&lt;/STRONG&gt;&lt;SPAN&gt; Google Home can send an action to &lt;/SPAN&gt;&lt;STRONG&gt;Arm&lt;/STRONG&gt;&lt;SPAN&gt; or &lt;/SPAN&gt;&lt;STRONG&gt;Disarm&lt;/STRONG&gt;&lt;SPAN&gt; your Arlo base station/SmartHub (using &lt;/SPAN&gt;&lt;SPAN&gt;device.command.ArmDisarm&lt;/SPAN&gt;&lt;SPAN&gt; in an &lt;/SPAN&gt;&lt;SPAN&gt;actions&lt;/SPAN&gt;&lt;SPAN&gt; block).&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI style="font-weight: 400;" aria-level="1"&gt;&lt;STRONG&gt;Google Home often CANNOT READ Arlo's State as a Starter:&lt;/STRONG&gt;&lt;SPAN&gt; The state change event (e.g., Arlo changing from Armed to Disarmed) is often &lt;/SPAN&gt;&lt;STRONG&gt;not exposed&lt;/STRONG&gt;&lt;SPAN&gt; by Arlo to the Google Home platform in a way that the &lt;/SPAN&gt;&lt;SPAN&gt;device.state.ArmDisarm&lt;/SPAN&gt;&lt;SPAN&gt; starter can consistently catch and trigger an automation.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;This means you can tell Arlo what to do, but you often can't reliably use what Arlo &lt;/SPAN&gt;&lt;I&gt;&lt;SPAN&gt;does&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN&gt; as the start of a Google Home automation.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Recommended workaround.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Since you are using the Script Editor, you have an option to work around this limitation with Home presence.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you are using a Google Home action or routine (like "I'm Home") to disarm Arlo, you should use &lt;/SPAN&gt;&lt;STRONG&gt;that same action&lt;/STRONG&gt;&lt;SPAN&gt; as the starter for your other automations.&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI style="font-weight: 400;" aria-level="1"&gt;&lt;STRONG&gt;IF&lt;/STRONG&gt;&lt;SPAN&gt; a person arrives (&lt;/SPAN&gt;&lt;SPAN&gt;home.state.HomePresence&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI style="font-weight: 400;" aria-level="1"&gt;&lt;STRONG&gt;THEN&lt;/STRONG&gt;&lt;SPAN&gt; Disarm Arlo,&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI style="font-weight: 400;" aria-level="1"&gt;&lt;STRONG&gt;AND&lt;/STRONG&gt;&lt;SPAN&gt; THEN Send the notification.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;This means your automation should not &lt;/SPAN&gt;&lt;I&gt;&lt;SPAN&gt;wait&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN&gt; for Arlo's state to change, but rather run its actions immediately after the command to disarm Arlo is issued.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Example.&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV class="code-block-decoration header-formatted gds-title-s ng-tns-c1301330141-410 ng-star-inserted"&gt;&lt;SPAN class="ng-tns-c1301330141-410"&gt;YAML&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="formatted-code-block-internal-container ng-tns-c1301330141-410"&gt;
&lt;DIV class="animated-opacity ng-tns-c1301330141-410"&gt;
&lt;PRE class="ng-tns-c1301330141-410"&gt;&lt;CODE class="code-container formatted ng-tns-c1301330141-410" role="text" data-test-id="code-content"&gt;&lt;SPAN class="hljs-attr"&gt;metadata:&lt;/SPAN&gt;
  &lt;SPAN class="hljs-attr"&gt;name:&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;Person&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;Arrives&lt;/SPAN&gt; &lt;SPAN class="hljs-bullet"&gt;-&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;Disarm&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;ARLO&lt;/SPAN&gt;
  &lt;SPAN class="hljs-attr"&gt;description:&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;When&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;the&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;first&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;person&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;arrives&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;(HomePresence&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;is&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;HOME),&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;disarm&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;ARLO&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;and&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;send&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;a&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;confirmation&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;notification.&lt;/SPAN&gt;

&lt;SPAN class="hljs-attr"&gt;automations:&lt;/SPAN&gt;
  &lt;SPAN class="hljs-bullet"&gt;-&lt;/SPAN&gt; &lt;SPAN class="hljs-attr"&gt;starters:&lt;/SPAN&gt;
      &lt;SPAN class="hljs-comment"&gt;# 1. THE STARTER: Trigger when the household presence mode changes to HOME&lt;/SPAN&gt;
      &lt;SPAN class="hljs-bullet"&gt;-&lt;/SPAN&gt; &lt;SPAN class="hljs-attr"&gt;type:&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;home.state.HomePresence&lt;/SPAN&gt;
        &lt;SPAN class="hljs-attr"&gt;state:&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;homePresenceMode&lt;/SPAN&gt;
        &lt;SPAN class="hljs-attr"&gt;is:&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;HOME&lt;/SPAN&gt;
        
    &lt;SPAN class="hljs-attr"&gt;actions:&lt;/SPAN&gt;
      &lt;SPAN class="hljs-comment"&gt;# 2. THE ACTION 1: Disarm the Arlo Base Station&lt;/SPAN&gt;
      &lt;SPAN class="hljs-bullet"&gt;-&lt;/SPAN&gt; &lt;SPAN class="hljs-attr"&gt;type:&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;device.command.ArmDisarm&lt;/SPAN&gt;
        &lt;SPAN class="hljs-attr"&gt;devices:&lt;/SPAN&gt;
          &lt;SPAN class="hljs-bullet"&gt;-&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;ARLO&lt;/SPAN&gt; &lt;SPAN class="hljs-bullet"&gt;-&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;Living&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;Room&lt;/SPAN&gt; &lt;SPAN class="hljs-comment"&gt;# Use the exact name of your Arlo Base Station/Hub&lt;/SPAN&gt;
        &lt;SPAN class="hljs-attr"&gt;arm:&lt;/SPAN&gt; &lt;SPAN class="hljs-literal"&gt;false&lt;/SPAN&gt; &lt;SPAN class="hljs-comment"&gt;# false = Disarm/Standby&lt;/SPAN&gt;
        
      &lt;SPAN class="hljs-comment"&gt;# 3. THE ACTION 2: Send a confirmation notification&lt;/SPAN&gt;
      &lt;SPAN class="hljs-bullet"&gt;-&lt;/SPAN&gt; &lt;SPAN class="hljs-attr"&gt;type:&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;home.command.Notification&lt;/SPAN&gt;
        &lt;SPAN class="hljs-attr"&gt;title:&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;Welcome&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;Home!&lt;/SPAN&gt;
        &lt;SPAN class="hljs-attr"&gt;body:&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;ARLO&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;has&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;been&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;disarmed&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;automatically.&lt;/SPAN&gt;
        &lt;SPAN class="hljs-attr"&gt;members:&lt;/SPAN&gt; 
          &lt;SPAN class="hljs-comment"&gt;# Add member emails or IDs here to receive the notification&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Mon, 08 Dec 2025 22:51:53 GMT</pubDate>
    <dc:creator>arm_dpe</dc:creator>
    <dc:date>2025-12-08T22:51:53Z</dc:date>
    <item>
      <title>ARLO starter</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/ARLO-starter/m-p/767973#M10891</link>
      <description>&lt;P&gt;Has anyone done ARLO integration?&amp;nbsp; Was try to create a starter, when ARLO turns disarmed&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;starters:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;&amp;nbsp; type: device.state.ArmDisarm&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;&amp;nbsp; state: isArmed&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;&amp;nbsp; is: false&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;&amp;nbsp; for: 1 min&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;&amp;nbsp; device: "ARLO base - Living Room"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Say for above, it does NOT, with or without the "for".&lt;/P&gt;&lt;P&gt;any feedback/advice would be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;stickyrice&lt;/P&gt;</description>
      <pubDate>Mon, 24 Nov 2025 11:13:12 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/ARLO-starter/m-p/767973#M10891</guid>
      <dc:creator>stickyrice</dc:creator>
      <dc:date>2025-11-24T11:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: ARLO starter</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/ARLO-starter/m-p/768674#M10942</link>
      <description>&lt;P&gt;Thanks for sharing. Could you please provide the full automation script?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Nov 2025 19:08:11 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/ARLO-starter/m-p/768674#M10942</guid>
      <dc:creator>arm_dpe</dc:creator>
      <dc:date>2025-11-26T19:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: ARLO starter</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/ARLO-starter/m-p/768747#M10951</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.googlenestcommunity.com/t5/user/viewprofilepage/user-id/294670"&gt;@arm_dpe&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Thanks for sharing. Could you please provide the full automation script?&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;see below.&amp;nbsp; The only things I have changed are my email address, and the name for my ARLO device&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;metadata:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;&amp;nbsp; name: Arm Home ARLO if STANDBY for 1 min&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;&amp;nbsp; description: check ARLO yellow as condition ok. check ARLO yellow as start NOT ok. check ARLO red as starter NOT ok.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;automations:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;&amp;nbsp; starters:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;&amp;nbsp; &amp;nbsp; type: device.state.ArmDisarm&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;&amp;nbsp; &amp;nbsp; state: isArmed&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;&amp;nbsp; &amp;nbsp; is: false&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;&amp;nbsp; &amp;nbsp; #for: 1 min&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;&amp;nbsp; &amp;nbsp; device: "ARLO - Living Room"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;#condition:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;actions:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;&amp;nbsp; type: home.command.Notification # Send a notification to the specified home members using their email address.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;&amp;nbsp; title: arlo switched green for 1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;&amp;nbsp; body: arlo switches green for 1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;&amp;nbsp; members: #&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From above, you can see that the "for" within the starter has been commented out.&amp;nbsp; As said, both&amp;nbsp;&lt;U&gt;with&lt;/U&gt; and&amp;nbsp;&lt;U&gt;without&lt;/U&gt; this "for" find the starter failing anyhow.&amp;nbsp; Thanks for you help.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;stickyrice&lt;/P&gt;</description>
      <pubDate>Wed, 26 Nov 2025 23:33:08 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/ARLO-starter/m-p/768747#M10951</guid>
      <dc:creator>stickyrice</dc:creator>
      <dc:date>2025-11-26T23:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: ARLO starter</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/ARLO-starter/m-p/771676#M11115</link>
      <description>&lt;P&gt;&lt;SPAN&gt;The issue you are encountering, where the starter &lt;/SPAN&gt;&lt;STRONG&gt;is NOT&lt;/STRONG&gt;&lt;SPAN&gt; triggering, is very common for users trying to integrate Arlo with Google Home Automations. The reason this is failing is due to a limitation in the way Arlo devices report their state to Google Home.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Based on community reports and the way Arlo exposes its capabilities to Google Assistant:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI style="font-weight: 400;" aria-level="1"&gt;&lt;STRONG&gt;Google Home can COMMAND Arlo:&lt;/STRONG&gt;&lt;SPAN&gt; Google Home can send an action to &lt;/SPAN&gt;&lt;STRONG&gt;Arm&lt;/STRONG&gt;&lt;SPAN&gt; or &lt;/SPAN&gt;&lt;STRONG&gt;Disarm&lt;/STRONG&gt;&lt;SPAN&gt; your Arlo base station/SmartHub (using &lt;/SPAN&gt;&lt;SPAN&gt;device.command.ArmDisarm&lt;/SPAN&gt;&lt;SPAN&gt; in an &lt;/SPAN&gt;&lt;SPAN&gt;actions&lt;/SPAN&gt;&lt;SPAN&gt; block).&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI style="font-weight: 400;" aria-level="1"&gt;&lt;STRONG&gt;Google Home often CANNOT READ Arlo's State as a Starter:&lt;/STRONG&gt;&lt;SPAN&gt; The state change event (e.g., Arlo changing from Armed to Disarmed) is often &lt;/SPAN&gt;&lt;STRONG&gt;not exposed&lt;/STRONG&gt;&lt;SPAN&gt; by Arlo to the Google Home platform in a way that the &lt;/SPAN&gt;&lt;SPAN&gt;device.state.ArmDisarm&lt;/SPAN&gt;&lt;SPAN&gt; starter can consistently catch and trigger an automation.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;This means you can tell Arlo what to do, but you often can't reliably use what Arlo &lt;/SPAN&gt;&lt;I&gt;&lt;SPAN&gt;does&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN&gt; as the start of a Google Home automation.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Recommended workaround.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Since you are using the Script Editor, you have an option to work around this limitation with Home presence.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you are using a Google Home action or routine (like "I'm Home") to disarm Arlo, you should use &lt;/SPAN&gt;&lt;STRONG&gt;that same action&lt;/STRONG&gt;&lt;SPAN&gt; as the starter for your other automations.&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI style="font-weight: 400;" aria-level="1"&gt;&lt;STRONG&gt;IF&lt;/STRONG&gt;&lt;SPAN&gt; a person arrives (&lt;/SPAN&gt;&lt;SPAN&gt;home.state.HomePresence&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI style="font-weight: 400;" aria-level="1"&gt;&lt;STRONG&gt;THEN&lt;/STRONG&gt;&lt;SPAN&gt; Disarm Arlo,&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI style="font-weight: 400;" aria-level="1"&gt;&lt;STRONG&gt;AND&lt;/STRONG&gt;&lt;SPAN&gt; THEN Send the notification.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;This means your automation should not &lt;/SPAN&gt;&lt;I&gt;&lt;SPAN&gt;wait&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN&gt; for Arlo's state to change, but rather run its actions immediately after the command to disarm Arlo is issued.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Example.&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV class="code-block-decoration header-formatted gds-title-s ng-tns-c1301330141-410 ng-star-inserted"&gt;&lt;SPAN class="ng-tns-c1301330141-410"&gt;YAML&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="formatted-code-block-internal-container ng-tns-c1301330141-410"&gt;
&lt;DIV class="animated-opacity ng-tns-c1301330141-410"&gt;
&lt;PRE class="ng-tns-c1301330141-410"&gt;&lt;CODE class="code-container formatted ng-tns-c1301330141-410" role="text" data-test-id="code-content"&gt;&lt;SPAN class="hljs-attr"&gt;metadata:&lt;/SPAN&gt;
  &lt;SPAN class="hljs-attr"&gt;name:&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;Person&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;Arrives&lt;/SPAN&gt; &lt;SPAN class="hljs-bullet"&gt;-&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;Disarm&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;ARLO&lt;/SPAN&gt;
  &lt;SPAN class="hljs-attr"&gt;description:&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;When&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;the&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;first&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;person&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;arrives&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;(HomePresence&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;is&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;HOME),&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;disarm&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;ARLO&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;and&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;send&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;a&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;confirmation&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;notification.&lt;/SPAN&gt;

&lt;SPAN class="hljs-attr"&gt;automations:&lt;/SPAN&gt;
  &lt;SPAN class="hljs-bullet"&gt;-&lt;/SPAN&gt; &lt;SPAN class="hljs-attr"&gt;starters:&lt;/SPAN&gt;
      &lt;SPAN class="hljs-comment"&gt;# 1. THE STARTER: Trigger when the household presence mode changes to HOME&lt;/SPAN&gt;
      &lt;SPAN class="hljs-bullet"&gt;-&lt;/SPAN&gt; &lt;SPAN class="hljs-attr"&gt;type:&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;home.state.HomePresence&lt;/SPAN&gt;
        &lt;SPAN class="hljs-attr"&gt;state:&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;homePresenceMode&lt;/SPAN&gt;
        &lt;SPAN class="hljs-attr"&gt;is:&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;HOME&lt;/SPAN&gt;
        
    &lt;SPAN class="hljs-attr"&gt;actions:&lt;/SPAN&gt;
      &lt;SPAN class="hljs-comment"&gt;# 2. THE ACTION 1: Disarm the Arlo Base Station&lt;/SPAN&gt;
      &lt;SPAN class="hljs-bullet"&gt;-&lt;/SPAN&gt; &lt;SPAN class="hljs-attr"&gt;type:&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;device.command.ArmDisarm&lt;/SPAN&gt;
        &lt;SPAN class="hljs-attr"&gt;devices:&lt;/SPAN&gt;
          &lt;SPAN class="hljs-bullet"&gt;-&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;ARLO&lt;/SPAN&gt; &lt;SPAN class="hljs-bullet"&gt;-&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;Living&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;Room&lt;/SPAN&gt; &lt;SPAN class="hljs-comment"&gt;# Use the exact name of your Arlo Base Station/Hub&lt;/SPAN&gt;
        &lt;SPAN class="hljs-attr"&gt;arm:&lt;/SPAN&gt; &lt;SPAN class="hljs-literal"&gt;false&lt;/SPAN&gt; &lt;SPAN class="hljs-comment"&gt;# false = Disarm/Standby&lt;/SPAN&gt;
        
      &lt;SPAN class="hljs-comment"&gt;# 3. THE ACTION 2: Send a confirmation notification&lt;/SPAN&gt;
      &lt;SPAN class="hljs-bullet"&gt;-&lt;/SPAN&gt; &lt;SPAN class="hljs-attr"&gt;type:&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;home.command.Notification&lt;/SPAN&gt;
        &lt;SPAN class="hljs-attr"&gt;title:&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;Welcome&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;Home!&lt;/SPAN&gt;
        &lt;SPAN class="hljs-attr"&gt;body:&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;ARLO&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;has&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;been&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;disarmed&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;automatically.&lt;/SPAN&gt;
        &lt;SPAN class="hljs-attr"&gt;members:&lt;/SPAN&gt; 
          &lt;SPAN class="hljs-comment"&gt;# Add member emails or IDs here to receive the notification&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 08 Dec 2025 22:51:53 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/ARLO-starter/m-p/771676#M11115</guid>
      <dc:creator>arm_dpe</dc:creator>
      <dc:date>2025-12-08T22:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: ARLO starter</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/ARLO-starter/m-p/773394#M11220</link>
      <description>&lt;P&gt;&lt;a href="https://www.googlenestcommunity.com/t5/user/viewprofilepage/user-id/294670"&gt;@arm_dpe&lt;/a&gt;&amp;nbsp;, do you have an SmartHub, or having cameras directly wifi-connected?&lt;/P&gt;&lt;P&gt;Wondering if it has anything to do with my VMB5000.&lt;/P&gt;&lt;P&gt;stickyrice&lt;/P&gt;</description>
      <pubDate>Sun, 14 Dec 2025 22:51:48 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/ARLO-starter/m-p/773394#M11220</guid>
      <dc:creator>stickyrice</dc:creator>
      <dc:date>2025-12-14T22:51:48Z</dc:date>
    </item>
  </channel>
</rss>

