<?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: assistant.command.OkGoogle ignores devices field with assistant.event.OkGoogle starter in Home Automation</title>
    <link>https://www.googlenestcommunity.com/t5/Home-Automation/assistant-command-OkGoogle-ignores-devices-field-with-assistant-event/m-p/438575#M19059</link>
    <description>&lt;P&gt;Hey,&amp;nbsp;&lt;a href="https://www.googlenestcommunity.com/t5/user/viewprofilepage/user-id/369219"&gt;@Prafulla&lt;/a&gt;&amp;nbsp;not to bother you, but maybe you could take note of this issue as well in relation to your &lt;A href="https://www.googlenestcommunity.com/t5/Home-Automation/Multiple-automations-in-single-script-sometimes-breaks-when-using-assistant/m-p/436234/highlight/true#M18823" target="_blank"&gt;comment on "&lt;SPAN&gt;Multiple automations in single script sometimes breaks when using `assistant.event.OkGoogle` starter"&lt;/SPAN&gt;.&lt;/A&gt; Thank you!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Jun 2023 06:53:24 GMT</pubDate>
    <dc:creator>Alphabet</dc:creator>
    <dc:date>2023-06-21T06:53:24Z</dc:date>
    <item>
      <title>assistant.command.OkGoogle ignores devices field with assistant.event.OkGoogle starter</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/assistant-command-OkGoogle-ignores-devices-field-with-assistant-event/m-p/438572#M19057</link>
      <description>&lt;P&gt;I have noticed that the OkGoogle command action will ignore the devices field when using the OkGoogle event starter. Instead it runs the command on the device that started the event.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="css"&gt;metadata:
  name: Test OkGoogle Automations
  description: Scripted automation

automations:
  starters:
    - type: assistant.event.OkGoogle
      eventData: query
      is: Test automation two

  actions:
    - type: assistant.command.OkGoogle
      okGoogle: What is the weather?
      devices: Nest Hub - Living Room
    - type: time.delay
      for: 10sec
    - type: assistant.command.OkGoogle
      okGoogle: What sound does a dog make?
      devices: Nest Hub - Bedroom&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, if I say "Hey Google, test automation two" to the bedroom nest hub, then it will tell me what the weather is even though it should execute on the living room nest hub. Additionally, the second OkGoogle command never executes no matter what device started the automation. It seems like the script editor has &lt;A href="https://www.googlenestcommunity.com/t5/Home-Automation/Multiple-automations-in-single-script-sometimes-breaks-when-using-assistant/m-p/435715" target="_blank" rel="noopener"&gt;issues with multiple OkGoogle events and commands&lt;/A&gt; in a single automation or script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Something significant to note:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If I manually execute that script by pressing the play button at&amp;nbsp;&lt;A href="https://home.google.com/automations," target="_blank" rel="noopener"&gt;https://home.google.com/automations,&lt;/A&gt;&amp;nbsp;then the script works flawlessly every time.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 06:54:20 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/assistant-command-OkGoogle-ignores-devices-field-with-assistant-event/m-p/438572#M19057</guid>
      <dc:creator>Alphabet</dc:creator>
      <dc:date>2023-06-21T06:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: assistant.command.OkGoogle ignores devices field with assistant.event.OkGoogle starter</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/assistant-command-OkGoogle-ignores-devices-field-with-assistant-event/m-p/438575#M19059</link>
      <description>&lt;P&gt;Hey,&amp;nbsp;&lt;a href="https://www.googlenestcommunity.com/t5/user/viewprofilepage/user-id/369219"&gt;@Prafulla&lt;/a&gt;&amp;nbsp;not to bother you, but maybe you could take note of this issue as well in relation to your &lt;A href="https://www.googlenestcommunity.com/t5/Home-Automation/Multiple-automations-in-single-script-sometimes-breaks-when-using-assistant/m-p/436234/highlight/true#M18823" target="_blank"&gt;comment on "&lt;SPAN&gt;Multiple automations in single script sometimes breaks when using `assistant.event.OkGoogle` starter"&lt;/SPAN&gt;.&lt;/A&gt; Thank you!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 06:53:24 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/assistant-command-OkGoogle-ignores-devices-field-with-assistant-event/m-p/438575#M19059</guid>
      <dc:creator>Alphabet</dc:creator>
      <dc:date>2023-06-21T06:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: assistant.command.OkGoogle ignores devices field with assistant.event.OkGoogle starter</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/assistant-command-OkGoogle-ignores-devices-field-with-assistant-event/m-p/438738#M19070</link>
      <description>&lt;P&gt;Thanks for tagging&amp;nbsp;&lt;a href="https://www.googlenestcommunity.com/t5/user/viewprofilepage/user-id/683"&gt;@Alphabet&lt;/a&gt;&amp;nbsp;.&amp;nbsp;&lt;SPAN&gt;Your observation is spot on. Currently, the Google Assistant responds on the same device that the user interacted with for voice starters. We set this expectation in the Google Home app (see attached screenshot), but not yet in the script editor. We are taking note of this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In parallel, we are working to give users the flexibility to use any device for voice starters as well (similar to how you already noted for the play button).&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you for your continued feedback and questions. We appreciate it.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 16:19:05 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/assistant-command-OkGoogle-ignores-devices-field-with-assistant-event/m-p/438738#M19070</guid>
      <dc:creator>Prafulla</dc:creator>
      <dc:date>2023-06-21T16:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: assistant.command.OkGoogle ignores devices field with assistant.event.OkGoogle starter</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/assistant-command-OkGoogle-ignores-devices-field-with-assistant-event/m-p/438803#M19073</link>
      <description>&lt;P&gt;Ahhh, thank you for the update!&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 17:38:40 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/assistant-command-OkGoogle-ignores-devices-field-with-assistant-event/m-p/438803#M19073</guid>
      <dc:creator>Alphabet</dc:creator>
      <dc:date>2023-06-21T17:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: assistant.command.OkGoogle ignores devices field with assistant.event.OkGoogle starter</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/assistant-command-OkGoogle-ignores-devices-field-with-assistant-event/m-p/625510#M46892</link>
      <description>&lt;P&gt;It has been a year &amp;amp; nothing changed.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":frowning_face:"&gt;☹️&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Guess Google is only interested these days in AI.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2024 09:56:41 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/assistant-command-OkGoogle-ignores-devices-field-with-assistant-event/m-p/625510#M46892</guid>
      <dc:creator>Erik_P</dc:creator>
      <dc:date>2024-06-11T09:56:41Z</dc:date>
    </item>
  </channel>
</rss>

