jcgoette / baby_buddy_homeassistant

This custom integration provides sensors for Baby Buddy API endpoints.
MIT License
59 stars 28 forks source link

Use Google Assistant to start and stop timers? #81

Closed poldim closed 1 year ago

poldim commented 1 year ago

I'd like to setup GA to start a feeding timer and a sleep timer from a voice command. Since I'm using this with HA, I can use the start_timer service on entity switch.kai_timer. Before I try to have these actions work with voice, I need them to work with HA on its own. I can't seem to figure out how to stop and tag the timer correctly.

jcgoette commented 1 year ago

https://github.com/jcgoette/baby_buddy_homeassistant#switches

poldim commented 1 year ago

https://github.com/jcgoette/baby_buddy_homeassistant#switches

That wasn't helpful as I had already seen it but this time I searched for timer and found it later on in the feeding and sleep sections which I didn't see before. Thanks!

image

image