How to pass alarm time from google home to HA?

Hello,

Given google home, hue lamp, home assistant + nabu casa’s cloud component and some time how can one achieve the following:

  1. Alarm time for next day is set using google home voice
  2. 30 min before the alarm time hue lamp starts increasing brightness, so it goes from 0 to 100% in half an hour exponentially (or linearly)

Especially first point here, what is the best way to achieve this?
If too hard with google home can i achieve it replacing google home with something else (the important part is that alarm should be set with voice).

Appreciate any help, advice, input on this as im currently stuck.

It used to be possible, through an unofficial API, but Google locked down access to it. I’m not aware of any way to do what you’re after - setting an alarm time by voice and detecting that in HA - without the use of something like the Google Assistant component, and Dialogflow. With that you’d do something like: Okay Google, talk to My Home. <wait> Set the alarm for 07:30. Bye

That would use intent scripts and you’d have to handle the alarm within HA (which is relatively simple).

For the second point, once you can get that far, just use transition: 1800 (see the docs).

thanks will try this! Do you know if setting up own Google assistant component will have any conflict with using cloud component at all?
its a shame they dont have it in cloud component…

No conflict.