Skip to content

Commit 5dd0449

Browse files
ochlocracyfrenck
andauthored
Apply suggestions from code review
Co-Authored-By: Franck Nijhof <frenck@frenck.nl>
1 parent bbbf347 commit 5dd0449

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

source/_integrations/alexa.smart_home.markdown

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ha_codeowners:
1010
- '@ochlocracy'
1111
---
1212

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:
13+
Amazon Alexa provides a Smart Home API for richer home automation control without requiring the user to say the skill name, such as:
1414

1515
* _"Alexa, turn off the light."_
1616
* _"Alexa, set the thermostat to cool."_
@@ -346,7 +346,7 @@ The `endpoint`, `client_id` and `client_secret` are optional, and are only requi
346346

347347
### Configure Filter
348348

349-
By default, no entity will be excluded. To limit which entities are being exposed to Alexa, you can use the `filter` parameter. Keep in mind only [supported components](#supported-integrations) can be added.
349+
By default, no entity will be excluded. To limit which entities are being exposed to Alexa, you can use the `filter` parameter. Keep in mind that only [supported components](#supported-integrations) can be added.
350350

351351
{% raw %}
352352
```yaml
@@ -396,7 +396,7 @@ Devices such as cameras, doorbells, garage doors, and alarm control panels requi
396396

397397
See [Alexa Display Categories][alexa-display-categories] for a complete list
398398

399-
## Supported Integrations
399+
## Supported Platforms
400400

401401
Home Assistant supports the following integrations through Alexa using a Smart Home Skill. For Home Assistant Cloud Users, documentation can be found [here](https://www.nabucasa.com/config/amazon_alexa/).
402402

@@ -444,13 +444,13 @@ Arm and disarm Alarm Control Panel entities. Ask Alexa for the state of the Alar
444444

445445
#### Arming
446446

447-
The Alarm Control Panel state must be in the `disarmed` state before arming. Alexa does not support switching from an armed state without first disarming. e.g. switching from `armed_home` to `armed_night`.
447+
The Alarm Control Panel state must be in the `disarmed` state before arming. Alexa does not support switching from an armed state without first disarming, e.g., switching from `armed_home` to `armed_night`.
448448

449449
The Alarm Control Panel state `armed_custom_bypass` isn't supported by Alexa and is treated as `armed_home`.
450450

451451
<div class="note">
452452

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.
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.
454454
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.
455455

456456
</div>
@@ -578,7 +578,7 @@ Single, double, and triple set-point thermostats are supported. The temperature
578578
- `ECO` is handled as a `preset` in Home Assistant, and will not display in the Alexa app.
579579
- `FAN_ONLY` is not supported by the Alexa voice model and is shown as `OFF` in the Alexa App.
580580

581-
To change the thermostat mode the exact utterance must be used:
581+
To change the thermostat mode, the exact utterance must be used:
582582

583583
* _"Alexa, set [entity name] to [mode utterance]."_
584584

@@ -633,7 +633,7 @@ Covers that support a set position can be controlled using percentages.
633633
|---|---|
634634
|`en-US`|_"position"_, _"opening"_|
635635

636-
Currently Alexa only supports friendly name synonyms for the `en-US` locale.
636+
Currently, Alexa only supports friendly name synonyms for the `en-US` locale.
637637

638638
#### Set Cover Tilt
639639

@@ -647,7 +647,7 @@ Covers that support tilt position can be controlled using percentages.
647647
|---|---|
648648
|`en-US`|_"tilt"_, _"angle"_, _"direction"_|
649649

650-
Currently Alexa only supports friendly name synonyms for the `en-US` locale.
650+
Currently, Alexa only supports friendly name synonyms for the `en-US` locale.
651651

652652
#### Garage Doors
653653

@@ -689,7 +689,7 @@ The following synonyms can be used for _"fan speed"_
689689
|---|---|
690690
|`en-US`|_"fan speed"_, _"airflow speed"_, _"wind speed"_, _"air speed"_, _"air velocity"_, _"power level"_|
691691

692-
Currently Alexa only supports friendly name synonyms for the `en-US` locale.
692+
Currently, Alexa only supports friendly name synonyms for the `en-US` locale.
693693

694694
#### Fan Direction
695695

@@ -710,7 +710,7 @@ The fan device must support the `oscillating` attribute.
710710
|---|---|
711711
|`en-US`|_"oscillate"_, _"swivel"_, _"oscillation"_, _"spin"_, _"back and forth"_|
712712

713-
Currently Alexa only supports friendly name synonyms for the `en-US` locale.
713+
Currently, Alexa only supports friendly name synonyms for the `en-US` locale.
714714

715715
### Image Processing
716716

@@ -890,7 +890,7 @@ Disable and re-enable the skill using the Alexa App; then restart Home Assistant
890890

891891
## Debugging
892892

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`:
893+
The Alexa integration will log additional information about state updates and other messages when the log level is set to `debug`. Add the relevant line below to the `configuration.yaml`:
894894

895895
If using Alexa with a Alexa Smart Home Skill and Lambda function such as haaska:
896896

0 commit comments

Comments
 (0)