From be29731306389a58f7f35aabb951e9e8da3acd32 Mon Sep 17 00:00:00 2001 From: ochlocracy <5885236+ochlocracy@users.noreply.github.com> Date: Thu, 12 Mar 2020 14:57:11 -0400 Subject: [PATCH] Update Alexa Smart Home Timer to include start and cancel. (#12346) --- source/_integrations/alexa.smart_home.markdown | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/source/_integrations/alexa.smart_home.markdown b/source/_integrations/alexa.smart_home.markdown index 13935cca955..1e6d5b8b9db 100644 --- a/source/_integrations/alexa.smart_home.markdown +++ b/source/_integrations/alexa.smart_home.markdown @@ -853,7 +853,15 @@ Support _"turn on"_ and _"turn off"_ utterances. ### Timer -Start, Pause, and Restart Timer entities in Home Assistant. +Start a timer with using the _"turn on"_ utterance. + +- _"Alexa, turn on the laundry."_ + +Cancel a timer using the _"turn off"_ utterance. + +- _"Alexa, turn off the laundry."_ + +Pause and Restart Timer entities in Home Assistant. - _"Alexa, pause the microwave."_ - _"Alexa, hold the sous vide."_