You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_integrations/alexa.smart_home.markdown
+8-6
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,9 @@ logo: amazon-alexa.png
5
5
ha_category:
6
6
- Voice
7
7
ha_release: "0.54"
8
+
ha_codeowners:
9
+
- '@home-assistant/cloud'
10
+
- '@ochlocracy'
8
11
---
9
12
10
13
Amazon Alexa provides a Smart Home API for richer home automation control without requiring the the user to say the skill name, such as:
@@ -388,7 +391,7 @@ light.kitchen_light:
388
391
```
389
392
390
393
<div class='note info'>
391
-
Devices such as cameras, doorbells, garage doors, and alarm control panels require specific display categories to provide all available features from Amazon Alexa. Overriding the display category provided by Home Assistant will limit features provided by Amazon Alexa.
394
+
Devices such as cameras, doorbells, garage doors, and alarm control panels require specific display categories to provide all available features from Amazon Alexa. Overriding the default display category will limit features provided by Amazon Alexa.
392
395
</div>
393
396
394
397
See [Alexa Display Categories][alexa-display-categories] for a complete list
@@ -448,7 +451,6 @@ The Alarm Control Panel state `armed_custom_bypass` isn't supported by Alexa and
448
451
<div class="note">
449
452
450
453
Alexa does not support arming with voice PIN at this time. Therefore if the Alarm Control Panel requires a `code` for arming or the `code_arm_required` attribute is `true` the entity will not be exposed during discovery.
451
-
<br/>
452
454
The Alarm Control Panel may default the `code_arm_required` attribute to `true` even if the platform does not support or require it. Use the [Entity Customization Tool](/docs/configuration/customizing-devices/#customization-using-the-ui) to override `code_arm_required` to `false` and expose the Alarm Control Panel during discovery.
453
455
454
456
</div>
@@ -593,7 +595,7 @@ Alexa supports the following utterances value for climate thermostat mode:
593
595
|`COOL` | _"cool"_, _"cooling"_|
594
596
|`HEAT` | _"heat"_, _"heating"_|
595
597
|`ECO` | _"eco"_, _"economical"_|
596
-
|`DRY` | _"dehumidify"_|
598
+
|`DRY` | _"dry"_, _"dehumidify"_|
597
599
|`OFF` | _"off"_|
598
600
599
601
### Cover
@@ -677,8 +679,8 @@ The following table lists the possible friendly name synonyms available for a fa
The following synonyms can be used for _"fan speed"_
@@ -890,7 +892,7 @@ Disable and re-enable the skill using the Alexa App; then restart Home Assistant
890
892
891
893
The Alexa integration will log additional information about state updates and other messages when the log level is set to `debug`. Add the the relevant line below to the `configuration.yaml`:
892
894
893
-
If using an Alexa with a Alexa Smart Home Skill and Lambda function such as haaska:
895
+
If using Alexa with a Alexa Smart Home Skill and Lambda function such as haaska:
0 commit comments