Improve Amazon Devices documentation (#39357)

This commit is contained in:
Simone Chemelli 2025-06-02 15:20:42 +03:00 committed by GitHub
parent 5272a43a5b
commit 2d62b1eb54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,7 @@ title: Amazon Devices
description: Instructions on how to integrate Amazon Devices into Home Assistant. description: Instructions on how to integrate Amazon Devices into Home Assistant.
ha_category: ha_category:
- Binary Sensor - Binary Sensor
- Notify
ha_release: '2025.6' ha_release: '2025.6'
ha_domain: amazon_devices ha_domain: amazon_devices
ha_config_flow: true ha_config_flow: true
@ -11,20 +12,34 @@ ha_codeowners:
ha_iot_class: Local Polling ha_iot_class: Local Polling
ha_platforms: ha_platforms:
- binary_sensor - binary_sensor
- notify
ha_integration_type: hub ha_integration_type: hub
ha_quality_scale: bronze ha_quality_scale: bronze
--- ---
The **Amazon Devices** {% term integration %} allows you to control your [Amazon Echo dots](https://www.amazon.com/echo-dot/). The **Amazon Devices** {% term integration %} lets you control Alexa-enabled devices connected to your Amazon account.
The integration provides information on connected devices and enables control of the main features. The integration provides information on connected devices and enables control of the main features.
## Supported devices ## Supported devices
There is support for the following devices within Home Assistant: There is support for the following device families within Home Assistant:
- **Amazon Echo Auto**
- **Amazon Echo Dot** - **Amazon Echo Dot**
- **Amazon Fire TV** - **Amazon Echo Flex**
- **Amazon Echo Plus**
- **Amazon Echo Show**
- **Amazon Fire TV Stick**
- **Fire Tablet**
and all 3rd party that has Alexa capabilities built-in
{% warning %}
Currently, only MFA-protected Amazon accounts via the authenticator app are supported.
{% endwarning %}
{% include integrations/config_flow.md %} {% include integrations/config_flow.md %}
@ -36,7 +51,7 @@ There is support for the following devices within Home Assistant:
password: password:
description: The password of your Amazon account. description: The password of your Amazon account.
otp: otp:
description: One-time password. description: One-time password via Authenticator App.
{% endconfiguration_basic %} {% endconfiguration_basic %}
{% note %} {% note %}
@ -97,6 +112,7 @@ This integration {% term polling polls %} data from the device every 30 seconds
The **Amazon Devices** {% term integration %} provides the following entities: The **Amazon Devices** {% term integration %} provides the following entities:
- Binary sensor - main and Bluetooth connectivity - Binary sensor - main and Bluetooth connectivity
- Notify - Speak and Announce notifications
## Removing the integration ## Removing the integration