jcgoette / baby_buddy_homeassistant

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

STOP_TIMMER #87

Closed randyesperben closed 1 year ago

randyesperben commented 1 year ago

Hi all!

I'm using the START_TIMER service to start a timmer, but I need a service to stop it as well. It's possible?

Thanks in advance!

jcgoette commented 1 year ago

https://github.com/jcgoette/baby_buddy_homeassistant/issues/85#issuecomment-1365623447

randyesperben commented 1 year ago

Hi @jcgoette Thanks for your reply, but I don't understand how to do it. START_TIMER service doesn't allow an identifier. just "start_time" and "name". Every time I call the service, it creates a new timmer.

Many thanks in advance!