mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +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)
|
- [Equalizer Mode](#equalizer-mode)
|
||||||
- [Inputs](#inputs)
|
- [Inputs](#inputs)
|
||||||
- [Playback State](#playback-state)
|
- [Playback State](#playback-state)
|
||||||
|
- [Remote](#remote)
|
||||||
- [Scene](#scene)
|
- [Scene](#scene)
|
||||||
- [Script](#script)
|
- [Script](#script)
|
||||||
- [Sensor](#sensor)
|
- [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.
|
Intents to seek forwards (skip) or to rewind (go back) are not supported at the moment.
|
||||||
{% endnote %}
|
{% 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
|
### Scene
|
||||||
|
|
||||||
Activate scenes with scene name, or _"turn on"_ utterance. Home Assistant does not support deactivate or _"turn off"_ for scenes at this time.
|
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