<?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: How do I set an alarm on a specific speaker in Home Automation</title>
    <link>https://www.googlenestcommunity.com/t5/Home-Automation/How-do-I-set-an-alarm-on-a-specific-speaker/m-p/453004#M20004</link>
    <description>&lt;P&gt;It's not possible. Alarms are only set via voice and on the device that receives the command. On Reddit, I found a five-year-old post where numerous people of the Google Home subreddit have been asking for this function - but it has not yet been implemented.&lt;/P&gt;&lt;P&gt;This scripted automation is a possible alternative:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;# ------------------------------------------------------------------------------------------ #
# Lines starting with “#” are comments and will be ignored by the automation.
# Indentation determines hierarchy within the script.
# Visit g.co/home/script-editor-docs for full documentation.
# ------------------------------------------------------------------------------------------ #

metadata:
  name: School Alarm 
  description: Recurring weekly, on Sunday at 6:00 PM, an alarm will be set for Monday through Friday at 7:00 AM, on Ben's bedroom speaker

automations:
  # “starters” and “actions” are required; “conditions” are optional.
  # Use Ctrl + Space to see autocomplete suggestions.

  # ---- STARTERS ---- #
  # Starters describe events that will start the automation.
  # To add more than one starter, duplicate the "- type" section under "starters".
  # If you add multiple starter events, any one of them happening will start the automation
  starters:
    - type: time.schedule
      # Required. Time to schedule automation. Accepts either clock time (10:00:00 AM, with seconds optional, or in a 24 hour format), or 'sunrise' or 'sunset', with an optional offset ('sunrise+10m', for instance)
      at: 18:00
      # Optional. Days of the week to run automation on.
      weekdays:
        - SUN
  # ---- ACTIONS ---- #
  # Actions will start when a starter event takes place and all conditions are met.
  # Actions will start in the order they appear in the script and with any delay specified.
  # To add more than one action, duplicate the "- type" section under "actions".
  actions:
    - type: assistant.command.OkGoogle
      okGoogle: Set an alarm Monday through Friday at 7 AM
      devices: bens bedroom speaker&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 17 Jul 2023 19:42:25 GMT</pubDate>
    <dc:creator>DWB1973</dc:creator>
    <dc:date>2023-07-17T19:42:25Z</dc:date>
    <item>
      <title>How do I set an alarm on a specific speaker</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/How-do-I-set-an-alarm-on-a-specific-speaker/m-p/450042#M19812</link>
      <description>&lt;P&gt;I want to set an alarm on a specific speaker when I say “School Alarm”. But when I say “School Alarm” it sets the alarm on the device I’m talking to. &amp;nbsp;The automation I set up is as follows&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;set alarm on bens bedroom speaker for 7:00am&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;How do I get it to work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 09:11:38 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/How-do-I-set-an-alarm-on-a-specific-speaker/m-p/450042#M19812</guid>
      <dc:creator>Sphelps1952</dc:creator>
      <dc:date>2023-07-12T09:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do I set an alarm on a specific speaker</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/How-do-I-set-an-alarm-on-a-specific-speaker/m-p/453004#M20004</link>
      <description>&lt;P&gt;It's not possible. Alarms are only set via voice and on the device that receives the command. On Reddit, I found a five-year-old post where numerous people of the Google Home subreddit have been asking for this function - but it has not yet been implemented.&lt;/P&gt;&lt;P&gt;This scripted automation is a possible alternative:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;# ------------------------------------------------------------------------------------------ #
# Lines starting with “#” are comments and will be ignored by the automation.
# Indentation determines hierarchy within the script.
# Visit g.co/home/script-editor-docs for full documentation.
# ------------------------------------------------------------------------------------------ #

metadata:
  name: School Alarm 
  description: Recurring weekly, on Sunday at 6:00 PM, an alarm will be set for Monday through Friday at 7:00 AM, on Ben's bedroom speaker

automations:
  # “starters” and “actions” are required; “conditions” are optional.
  # Use Ctrl + Space to see autocomplete suggestions.

  # ---- STARTERS ---- #
  # Starters describe events that will start the automation.
  # To add more than one starter, duplicate the "- type" section under "starters".
  # If you add multiple starter events, any one of them happening will start the automation
  starters:
    - type: time.schedule
      # Required. Time to schedule automation. Accepts either clock time (10:00:00 AM, with seconds optional, or in a 24 hour format), or 'sunrise' or 'sunset', with an optional offset ('sunrise+10m', for instance)
      at: 18:00
      # Optional. Days of the week to run automation on.
      weekdays:
        - SUN
  # ---- ACTIONS ---- #
  # Actions will start when a starter event takes place and all conditions are met.
  # Actions will start in the order they appear in the script and with any delay specified.
  # To add more than one action, duplicate the "- type" section under "actions".
  actions:
    - type: assistant.command.OkGoogle
      okGoogle: Set an alarm Monday through Friday at 7 AM
      devices: bens bedroom speaker&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2023 19:42:25 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/How-do-I-set-an-alarm-on-a-specific-speaker/m-p/453004#M20004</guid>
      <dc:creator>DWB1973</dc:creator>
      <dc:date>2023-07-17T19:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: How do I set an alarm on a specific speaker</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/How-do-I-set-an-alarm-on-a-specific-speaker/m-p/453705#M20028</link>
      <description>&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2023 08:08:38 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/How-do-I-set-an-alarm-on-a-specific-speaker/m-p/453705#M20028</guid>
      <dc:creator>Sphelps1952</dc:creator>
      <dc:date>2023-07-18T08:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do I set an alarm on a specific speaker</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/How-do-I-set-an-alarm-on-a-specific-speaker/m-p/453918#M20041</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the help, &lt;a href="https://www.googlenestcommunity.com/t5/user/viewprofilepage/user-id/139472"&gt;@DWB1973&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://www.googlenestcommunity.com/t5/user/viewprofilepage/user-id/385202"&gt;@Sphelps1952&lt;/a&gt;, I wanted to follow up and see if you still needed help. Please let me know if you still have any concerns or questions from here, as I would be happy to take a closer look and assist you further.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Alex&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2023 17:00:17 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/How-do-I-set-an-alarm-on-a-specific-speaker/m-p/453918#M20041</guid>
      <dc:creator>Alex_S</dc:creator>
      <dc:date>2023-07-18T17:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do I set an alarm on a specific speaker</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/How-do-I-set-an-alarm-on-a-specific-speaker/m-p/456043#M20160</link>
      <description>&lt;P&gt;Hey there,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm jumping in to ensure everything is good here.&amp;nbsp;Feel free to let us know if you have more questions about this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;BR /&gt;Alex&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 17:03:25 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/How-do-I-set-an-alarm-on-a-specific-speaker/m-p/456043#M20160</guid>
      <dc:creator>Alex_S</dc:creator>
      <dc:date>2023-07-21T17:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: How do I set an alarm on a specific speaker</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/How-do-I-set-an-alarm-on-a-specific-speaker/m-p/456048#M20162</link>
      <description>&lt;P&gt;Thanks. Just not sure how I add it to Automations&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 17:27:02 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/How-do-I-set-an-alarm-on-a-specific-speaker/m-p/456048#M20162</guid>
      <dc:creator>Sphelps1952</dc:creator>
      <dc:date>2023-07-21T17:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: How do I set an alarm on a specific speaker</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/How-do-I-set-an-alarm-on-a-specific-speaker/m-p/456664#M20194</link>
      <description>&lt;P&gt;Hi Sphelps1952,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That is the normal behavior, the Google Home device you talked to is the one who will set up the alarm. As a workaround, you can create a custom scheduled personal routine:&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
 &lt;LI&gt;From the Google Home app, tap Automations &amp;gt; + Add.&amp;nbsp;&lt;/LI&gt;
 &lt;LI&gt;Personal routine &amp;gt; Next &amp;gt; Enter a name for the routine on the “Untitled” part.&lt;/LI&gt;
 &lt;LI&gt;Tap Add starter &amp;gt; At a time &amp;gt; Set the time and date.&lt;/LI&gt;
 &lt;LI&gt;Tap Add action &amp;gt; Try adding your own &amp;gt; Set an alarm for 7:00 am &amp;gt; Save.&lt;/LI&gt;
 &lt;LI&gt;At the bottom, tap No device for audio &amp;gt; Select the Google Home device.&lt;/LI&gt;
 &lt;LI&gt;Save.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Alex&lt;/P&gt;</description>
      <pubDate>Sat, 22 Jul 2023 14:47:53 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/How-do-I-set-an-alarm-on-a-specific-speaker/m-p/456664#M20194</guid>
      <dc:creator>Alex_S</dc:creator>
      <dc:date>2023-07-22T14:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do I set an alarm on a specific speaker</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/How-do-I-set-an-alarm-on-a-specific-speaker/m-p/458383#M20321</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wanted to follow up and see if you are still in need of any help. Have you had the chance to try the suggestion above? If yes, how is it?&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Best,&lt;BR /&gt;Alex&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 14:53:13 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/How-do-I-set-an-alarm-on-a-specific-speaker/m-p/458383#M20321</guid>
      <dc:creator>Alex_S</dc:creator>
      <dc:date>2023-07-25T14:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: How do I set an alarm on a specific speaker</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/How-do-I-set-an-alarm-on-a-specific-speaker/m-p/459085#M20387</link>
      <description>&lt;P&gt;Hey there,&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We haven't heard from you in a while, so we'll be locking this thread if there is no update within 24 hours. If you need assistance or want to discuss topics, feel free to start a new thread.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;Alex&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 15:35:00 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/How-do-I-set-an-alarm-on-a-specific-speaker/m-p/459085#M20387</guid>
      <dc:creator>Alex_S</dc:creator>
      <dc:date>2023-07-26T15:35:00Z</dc:date>
    </item>
  </channel>
</rss>

