cancel
Showing results for 
Search instead for 
Did you mean: 
Replies are disabled for this topic. Start a new one or visit our Help Center.

How do I set an alarm on a specific speaker

Sphelps1952
Community Member

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.  The automation I set up is as follows

set alarm on bens bedroom speaker for 7:00am

How do I get it to work.

 

TIA

Steve

8 REPLIES 8

DWB1973
Community Member

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.

This scripted automation is a possible alternative:

 

 

# ------------------------------------------------------------------------------------------ #
# 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

 

Sphelps1952
Community Member

Thanks

Alex_S
Community Specialist
Community Specialist

Hi there,

 

Thanks for the help, @DWB1973.

 

@Sphelps1952, 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.


Regards,
Alex

Alex_S
Community Specialist
Community Specialist

Hey there,

 

I'm jumping in to ensure everything is good here. Feel free to let us know if you have more questions about this.

 

Best,
Alex

Sphelps1952
Community Member

Thanks. Just not sure how I add it to Automations

Alex_S
Community Specialist
Community Specialist

Hi Sphelps1952,

 

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:
 

  • From the Google Home app, tap Automations > + Add. 
  • Personal routine > Next > Enter a name for the routine on the “Untitled” part.
  • Tap Add starter > At a time > Set the time and date.
  • Tap Add action > Try adding your own > Set an alarm for 7:00 am > Save.
  • At the bottom, tap No device for audio > Select the Google Home device.
  • Save.


Regards,
Alex

Alex_S
Community Specialist
Community Specialist

Hi there,

 

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?


Best,
Alex

Alex_S
Community Specialist
Community Specialist

Hey there,
 

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.


Kind regards,
Alex