Add humidifier support for Alexa smart home (#24771)

This commit is contained in:
Jan Bouwhuis 2022-11-28 20:59:01 +01:00 committed by GitHub
parent 1545b3a56f
commit ee000b1c9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,6 +65,9 @@ Steps to Integrate an Amazon Alexa Smart Home Skill with Home Assistant:
- [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 target humidity](#humidifier-target-humidity)
- [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](#input-number) - [Input Number](#input-number)
@ -490,6 +493,9 @@ The following integrations are currently supported:
- [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 target humidity](#humidifier-target-humidity)
- [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](#input-number) - [Input Number](#input-number)
@ -821,6 +827,20 @@ The fan device must support the `oscillating` attribute.
Currently, Alexa only supports friendly name synonyms for the `en-US` locale. Currently, Alexa only supports friendly name synonyms for the `en-US` locale.
### Humidifier
Control power, target humidity and mode.
#### Humidifier target humidity
- _"Alexa, set the [entity name] humidity to fifty percent."_
#### Humidifier Mode
The humidifier device must support the `mode` attribute.
- _"Alexa, set the [entity name] mode to eco."_
### Image Processing ### Image Processing
Requires [Proactive Events](#proactive-events) enabled. Requires [Proactive Events](#proactive-events) enabled.