<?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: okGoogle command can't start a broadcast in Home Automation</title>
    <link>https://www.googlenestcommunity.com/t5/Home-Automation/okGoogle-command-can-t-start-a-broadcast-Solved/m-p/595155#M44538</link>
    <description>&lt;P&gt;Hi, i think diffuse is not working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 11 Feb 2024 06:56:00 GMT</pubDate>
    <dc:creator>Pitsom</dc:creator>
    <dc:date>2024-02-11T06:56:00Z</dc:date>
    <item>
      <title>okGoogle command can't start a broadcast [Solved]</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/okGoogle-command-can-t-start-a-broadcast-Solved/m-p/595055#M44531</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;In Automation, a "okGoogle" query can't make a "broadcast" !&lt;/P&gt;&lt;P&gt;With the YAML below, it works when I click on the routine (on my phone or web), but it doesn't when I say the query to an assistant.&lt;/P&gt;&lt;P&gt;Somebody else has this issue ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="css"&gt;metadata:
  name: test
  description: Scripted automation

automations:
  starters:
    - type: assistant.event.OkGoogle
      eventData: query
      is: test repas

  actions:
    - type: device.command.SetVolume
      volumeLevel: 80
      devices: Clock Salle - Salle

    - type: time.delay
      for: 2sec

    - type: assistant.command.OkGoogle
      okGoogle: diffuse "c'est l'heure de déjeuner"
      devices: Clock Salle - Salle&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 18:20:57 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/okGoogle-command-can-t-start-a-broadcast-Solved/m-p/595055#M44531</guid>
      <dc:creator>Hollen_ar_mor</dc:creator>
      <dc:date>2024-02-12T18:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: okGoogle command can't start a broadcast</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/okGoogle-command-can-t-start-a-broadcast-Solved/m-p/595155#M44538</link>
      <description>&lt;P&gt;Hi, i think diffuse is not working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Feb 2024 06:56:00 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/okGoogle-command-can-t-start-a-broadcast-Solved/m-p/595155#M44538</guid>
      <dc:creator>Pitsom</dc:creator>
      <dc:date>2024-02-11T06:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: okGoogle command can't start a broadcast</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/okGoogle-command-can-t-start-a-broadcast-Solved/m-p/595186#M44544</link>
      <description>&lt;P&gt;In French, "diffuse" works. When I click on the routine's arrow, it works.&lt;/P&gt;&lt;P&gt;It just doesn't work when&amp;nbsp; I speak.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This one doesn't work neither :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="css"&gt;metadata:
  name: test
  description: Scripted automation

automations:
  starters:
    - type: assistant.event.OkGoogle
      eventData: query
      is: test repas

  actions:
    - type: device.command.SetVolume
      volumeLevel: 80
      devices: Clock Salle - Salle

    - type: time.delay
      for: 2sec

    - type: assistant.command.Broadcast
      message: it's lunch time
      devices: Clock Salle - Salle&lt;/LI-CODE&gt;</description>
      <pubDate>Sun, 11 Feb 2024 09:36:25 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/okGoogle-command-can-t-start-a-broadcast-Solved/m-p/595186#M44544</guid>
      <dc:creator>Hollen_ar_mor</dc:creator>
      <dc:date>2024-02-11T09:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: okGoogle command can't start a broadcast</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/okGoogle-command-can-t-start-a-broadcast-Solved/m-p/595198#M44546</link>
      <description>&lt;P&gt;This one works if i say Test.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;metadata:&lt;/P&gt;&lt;P&gt;&amp;nbsp; name: Ok Google&lt;/P&gt;&lt;P&gt;&amp;nbsp; description: Ok Google&lt;/P&gt;&lt;P&gt;automations:&lt;/P&gt;&lt;P&gt;&amp;nbsp; - starters:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; - type: assistant.event.OkGoogle&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; eventData: query&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; is: Test&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; actions:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; - type: assistant.command.OkGoogle&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; devices:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Nest - Wohnzimmer&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; okGoogle: Termine&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Feb 2024 11:07:27 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/okGoogle-command-can-t-start-a-broadcast-Solved/m-p/595198#M44546</guid>
      <dc:creator>Pitsom</dc:creator>
      <dc:date>2024-02-11T11:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: okGoogle command can't start a broadcast</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/okGoogle-command-can-t-start-a-broadcast-Solved/m-p/595624#M44583</link>
      <description>&lt;P&gt;Thank you for the answer.&lt;/P&gt;&lt;P&gt;"time.delay" put the mess...&lt;/P&gt;&lt;P&gt;This one works perfectly :&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="css"&gt;metadata:
  name: test
  description: Scripted automation

automations:
  starters:
    - type: assistant.event.OkGoogle
      eventData: query
      is: test

  actions:
    - type: device.command.OnOff
      on: true
      devices: Guirlande 1 - Salle

    - type: device.command.SetVolume
      volumeLevel: 80
      devices: Clock Salle - Salle

    - type: assistant.command.Broadcast
      message: it's lunch time
      devices: Clock Salle - Salle&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But with this one, the speaker says nothing :&lt;/P&gt;&lt;LI-CODE lang="css"&gt;metadata:
  name: test
  description: Scripted automation

automations:
  starters:
    - type: assistant.event.OkGoogle
      eventData: query
      is: test

  actions:
 
    - type: device.command.SetVolume
      volumeLevel: 80
      devices: Clock Salle - Salle

    - type: time.delay
      for: 3sec
      
    - type: assistant.command.Broadcast
      message: it's lunch time
      devices: Clock Salle - Salle&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Weird...&lt;/P&gt;&lt;P&gt;For any other action, "time.delay" works well...&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 18:11:04 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/okGoogle-command-can-t-start-a-broadcast-Solved/m-p/595624#M44583</guid>
      <dc:creator>Hollen_ar_mor</dc:creator>
      <dc:date>2024-02-12T18:11:04Z</dc:date>
    </item>
  </channel>
</rss>

