mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Add humidifier support for Alexa smart home (#24771)
This commit is contained in:
parent
1545b3a56f
commit
ee000b1c9c
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user