Allow Alexa to stop a covers operation (#35807)

This commit is contained in:
Jan Bouwhuis 2024-11-24 17:12:15 +01:00 committed by GitHub
parent 5a56744f16
commit 71368494e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,6 +60,7 @@ Steps to Integrate an Amazon Alexa Smart Home Skill with Home Assistant:
- [Open/Close/Raise/Lower](#opencloseraiselower) - [Open/Close/Raise/Lower](#opencloseraiselower)
- [Set Cover Position](#set-cover-position) - [Set Cover Position](#set-cover-position)
- [Set Cover Tilt](#set-cover-tilt) - [Set Cover Tilt](#set-cover-tilt)
- [Stop the Covers operation](#stop-the-covers-operation)
- [Garage doors](#garage-doors) - [Garage doors](#garage-doors)
- [Event entities](#event-entities) - [Event entities](#event-entities)
- [Doorbell events](#doorbell-events) - [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. 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 #### 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. 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.