Skip to content

Commit fa9e942

Browse files
Patrikballoob
Patrik
authored andcommitted
WIP: Update cloud.markdown (home-assistant#4015)
* Update cloud.markdown * Update cloud.markdown
1 parent 2cc3e32 commit fa9e942

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

source/_components/cloud.markdown

+22
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,26 @@ alexa:
6363
type: list
6464
{% endconfiguration %}
6565
66+
### {% linkable_title Possible values for customize %}
67+
68+
| Attribute | Description |
69+
| --------- | ----------- |
70+
| `alexa_hidden` | Hide the entity from the Alexa smart home devices.
71+
| `alexa_name` | Defines name of the entity for a Alexa smart home device. Useful if you have an entity with a friendly name in a local language that you want to access using an English sounding name.
72+
| `alexa_description` | The description of the device in the Alexa smart home device list.
73+
| `alexa_display_categories` | Set displayCategories, useful for things like media_player (TV/SPEAKERS) or scene (ACTIVITY_TRIGGER/SCENE_TRIGGER). More info can be found [here](https://developer.amazon.com/docs/device-apis/alexa-discovery.html#display-categories).
74+
75+
### {% linkable_title Available domains %}
76+
Currently, the following domains are available to be used with Alexa:
77+
- alert
78+
- automation
79+
- cover
80+
- light
81+
- fan (supports on/off and set speed)
82+
- group
83+
- lock (lock and unlock, but unlock is untested as Amazon has disabled unlock for now)
84+
- media_player (play, pause, stop, set volume, adjust volume, next track and previous track)
85+
- scene
86+
- switch
87+
6688
[alexa skill]: https://alexa.amazon.com/spa/index.html#skills/dp/B0772J1QKB/?ref=skill_dsk_skb_sr_2

0 commit comments

Comments
 (0)