mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Added remote support for alexa (#33491)
This commit is contained in:
parent
928c786f7d
commit
5bf2aac70a
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user