Skip to content

Commit bbbf347

Browse files
committed
Add code owners.
Add utterance. Grammar fixes.
1 parent f8d6635 commit bbbf347

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

source/_integrations/alexa.smart_home.markdown

+8-6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ logo: amazon-alexa.png
55
ha_category:
66
- Voice
77
ha_release: "0.54"
8+
ha_codeowners:
9+
- '@home-assistant/cloud'
10+
- '@ochlocracy'
811
---
912

1013
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:
388391
```
389392

390393
<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.
392395
</div>
393396

394397
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
448451
<div class="note">
449452

450453
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/>
452454
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.
453455

454456
</div>
@@ -593,7 +595,7 @@ Alexa supports the following utterances value for climate thermostat mode:
593595
|`COOL` | _"cool"_, _"cooling"_|
594596
|`HEAT` | _"heat"_, _"heating"_|
595597
|`ECO` | _"eco"_, _"economical"_|
596-
|`DRY` | _"dehumidify"_|
598+
|`DRY` | _"dry"_, _"dehumidify"_|
597599
|`OFF` | _"off"_|
598600

599601
### Cover
@@ -677,8 +679,8 @@ The following table lists the possible friendly name synonyms available for a fa
677679
|Fan Range|Friendly Name Synonyms|
678680
|---|---|
679681
|0|_"zero"_, _"off"_|
680-
|1|_"one"_, _"thirty three percent"_, _"low"_, _"minimum"_, _"min"_|
681-
|2|_"two"_, _"sixty six percent"_, _"medium"_|
682+
|1|_"one"_, _"thirty-three percent"_, _"low"_, _"minimum"_, _"min"_|
683+
|2|_"two"_, _"sixty-six percent"_, _"medium"_|
682684
|3|_"three"_, _"one hundred percent"_, _"high"_, _"maximum"_, _"max"_|
683685

684686
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
890892

891893
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`:
892894

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:
894896

895897
```yaml
896898
logger:

0 commit comments

Comments
 (0)