diff --git a/source/_integrations/alexa.smart_home.markdown b/source/_integrations/alexa.smart_home.markdown index 471aba89b60..df84c9ee660 100644 --- a/source/_integrations/alexa.smart_home.markdown +++ b/source/_integrations/alexa.smart_home.markdown @@ -60,6 +60,7 @@ Steps to Integrate an Amazon Alexa Smart Home Skill with Home Assistant: - [Open/Close/Raise/Lower](#opencloseraiselower) - [Set Cover Position](#set-cover-position) - [Set Cover Tilt](#set-cover-tilt) + - [Stop the Covers operation](#stop-the-covers-operation) - [Garage doors](#garage-doors) - [Event entities](#event-entities) - [Doorbell events](#doorbell-events) @@ -711,6 +712,16 @@ Covers that support tilt position can be controlled using percentages. Currently, Alexa only supports friendly name synonyms for the `en-US` locale. +#### Stop the Covers operation + +To stop the covers operation, say: + +- _"Alexa, stop [entity name]."_ + +If your cover supports the `STOP` feature, this will stop the cover operation. +If your cover supports the `STOP_TILT` feature, this will stop the cover tilt operation. +If both features are enabled, both the cover and the cover tilt will be stopped. + #### Garage doors Covers with a `device_class` of `garage` support the Open by Voice PIN feature in the Alexa app. Configure a 4 digit PIN code to open the garage door in the Alexa app.