Fix Alexa smart home supported platforms (#29361)

This commit is contained in:
IceBotYT 2023-10-16 03:31:52 -04:00 committed by GitHub
parent 04fb31b9a3
commit 0137e313fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -456,72 +456,59 @@ See [Alexa Display Categories][alexa-display-categories] for a complete list
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/). 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/).
The following integrations are currently supported: The following platforms are currently supported:
- [Requirements](#requirements) - [Alarm Control Panel](#alarm-control-panel)
- [Create an Amazon Alexa Smart Home Skill](#create-an-amazon-alexa-smart-home-skill)
- [Create an AWS Lambda Function](#create-an-aws-lambda-function)
- [Create an IAM Role for Lambda](#create-an-iam-role-for-lambda)
- [Add Code to the Lambda Function](#add-code-to-the-lambda-function)
- [Test the Lambda Function](#test-the-lambda-function)
- [Configure the Smart Home Service Endpoint](#configure-the-smart-home-service-endpoint)
- [Account Linking](#account-linking)
- [Alexa Smart Home Integration Configuration](#alexa-smart-home-integration-configuration)
- [Supported Platforms](#supported-platforms)
- [Alarm Control Panel](#alarm-control-panel)
- [Arming](#arming) - [Arming](#arming)
- [Disarming](#disarming) - [Disarming](#disarming)
- [Alert, Automation, Group](#alert-automation-group) - [Alert, Automation, Group](#alert-automation-group)
- [Binary Sensor](#binary-sensor) - [Binary Sensor](#binary-sensor)
- [Routines](#routines) - [Routines](#routines)
- [Button, Input Button](#button-input-button) - [Button, Input Button](#button-input-button)
- [Routines](#routines-1) - [Routines](#routines-1)
- [Doorbell Announcement with binary\_sensor](#doorbell-announcement-with-binary_sensor) - [Doorbell Announcement with binary\_sensor](#doorbell-announcement-with-binary_sensor)
- [Presence Detection with Binary Sensor](#presence-detection-with-binary-sensor) - [Presence Detection with Binary Sensor](#presence-detection-with-binary-sensor)
- [Camera](#camera) - [Camera](#camera)
- [Climate](#climate) - [Climate](#climate)
- [Set Thermostat Temperature](#set-thermostat-temperature) - [Set Thermostat Temperature](#set-thermostat-temperature)
- [Thermostat Mode](#thermostat-mode) - [Thermostat Mode](#thermostat-mode)
- [Cover](#cover) - [Cover](#cover)
- [Open/Close/Raise/Lower](#opencloseraiselower) - [Open/Close/Raise/Lower](#opencloseraiselower)
- [Set Cover Position](#set-cover-position) - [Set Cover Position](#set-cover-position)
- [Set Cover Tilt](#set-cover-tilt) - [Set Cover Tilt](#set-cover-tilt)
- [Garage Doors](#garage-doors) - [Garage Doors](#garage-doors)
- [Event entities](#event-entities) - [Event entities](#event-entities)
- [Doorbell Events](#doorbell-events) - [Doorbell Events](#doorbell-events)
- [Fan](#fan) - [Fan](#fan)
- [Fan Speed](#fan-speed) - [Fan Speed](#fan-speed)
- [Fan Preset Mode](#fan-preset-mode) - [Fan Preset Mode](#fan-preset-mode)
- [Fan Direction](#fan-direction) - [Fan Direction](#fan-direction)
- [Fan Oscillation](#fan-oscillation) - [Fan Oscillation](#fan-oscillation)
- [Humidifier](#humidifier) - [Humidifier](#humidifier)
- [Humidifier target humidity](#humidifier-target-humidity) - [Humidifier target humidity](#humidifier-target-humidity)
- [Humidifier Mode](#humidifier-mode) - [Humidifier Mode](#humidifier-mode)
- [Image Processing](#image-processing) - [Image Processing](#image-processing)
- [Presence Detection Notification](#presence-detection-notification) - [Presence Detection Notification](#presence-detection-notification)
- [Input Number and Number](#input-number-and-number) - [Input Number and Number](#input-number-and-number)
- [Light](#light) - [Light](#light)
- [Brightness](#brightness) - [Brightness](#brightness)
- [Color Temperature](#color-temperature) - [Color Temperature](#color-temperature)
- [Color](#color) - [Color](#color)
- [Lock](#lock) - [Lock](#lock)
- [Unlocking](#unlocking) - [Unlocking](#unlocking)
- [Media Player](#media-player) - [Media Player](#media-player)
- [Change Channel](#change-channel) - [Change Channel](#change-channel)
- [Speaker Volume](#speaker-volume) - [Speaker Volume](#speaker-volume)
- [Equalizer Mode](#equalizer-mode) - [Equalizer Mode](#equalizer-mode)
- [Inputs](#inputs) - [Inputs](#inputs)
- [Playback State](#playback-state) - [Playback State](#playback-state)
- [Scene](#scene) - [Scene](#scene)
- [Script](#script) - [Script](#script)
- [Sensor](#sensor) - [Sensor](#sensor)
- [Switch, Input Boolean](#switch-input-boolean) - [Switch, Input Boolean](#switch-input-boolean)
- [Routines](#routines-2) - [Routines](#routines-2)
- [Timer](#timer) - [Timer](#timer)
- [Vacuum](#vacuum) - [Vacuum](#vacuum)
- [Alexa Web-Based App](#alexa-web-based-app)
- [Troubleshooting](#troubleshooting)
- [Debugging](#debugging)
### Alarm Control Panel ### Alarm Control Panel