diff --git a/source/_integrations/alexa.smart_home.markdown b/source/_integrations/alexa.smart_home.markdown index cef080c0a83..3bd6d613d85 100644 --- a/source/_integrations/alexa.smart_home.markdown +++ b/source/_integrations/alexa.smart_home.markdown @@ -86,6 +86,7 @@ Steps to Integrate an Amazon Alexa Smart Home Skill with Home Assistant: - [Equalizer Mode](#equalizer-mode) - [Inputs](#inputs) - [Playback State](#playback-state) + - [Remote](#remote) - [Scene](#scene) - [Script](#script) - [Sensor](#sensor) @@ -942,6 +943,19 @@ Requires [Proactive Events](#proactive-events) enabled. Intents to seek forwards (skip) or to rewind (go back) are not supported at the moment. {% endnote %} +### Remote + +Supports changing the Remote `activity` from the given `activity_list` + +- _"Alexa, change the TV to PlayStation."_ +- _"Alexa, change the input on the TV to PlayStation."_ + +{% note %} +Alexa does not allow the following words to be used as activity names: + +`alarm`, `alarms`, `all alarms`, `away mode`, `bass`, `camera`, `date`, `date today`, `day`, `do not disturb`, `drop in`, `music`, `night light`, `notification`, `playing`, `sleep sounds`, `time`, `timer`, `today in music`, `treble`, `volume`, `way f. m.` +{% endnote %} + ### Scene Activate scenes with scene name, or _"turn on"_ utterance. Home Assistant does not support deactivate or _"turn off"_ for scenes at this time.