mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-13 20:36:29 +00:00
Add humidifier intents (#590)
This commit is contained in:
parent
4fc97ac0ff
commit
8d8d41df0b
@ -48,6 +48,26 @@ Close a cover.
|
|||||||
| --------- | ---- | -------- | -----------
|
| --------- | ---- | -------- | -----------
|
||||||
| name | string | Yes | Name of the cover entity to close.
|
| name | string | Yes | Name of the cover entity to close.
|
||||||
|
|
||||||
|
## Humidifier
|
||||||
|
|
||||||
|
### HassHumidifierSetpoint
|
||||||
|
|
||||||
|
Set target humidity.
|
||||||
|
|
||||||
|
| Slot name | Type | Required | Description
|
||||||
|
| --------- | ---- | -------- | -----------
|
||||||
|
| name | string | Yes | Name of the entity to control.
|
||||||
|
| humidity | integer, 0-100 | Yes | Target humidity to set.
|
||||||
|
|
||||||
|
### HassHumidifierMode
|
||||||
|
|
||||||
|
Set humidifier mode if supported by the humidifier.
|
||||||
|
|
||||||
|
| Slot name | Type | Required | Description
|
||||||
|
| --------- | ---- | -------- | -----------
|
||||||
|
| name | string | Yes | Name of the entity to control.
|
||||||
|
| mode | string | Yes | The mode to switch to.
|
||||||
|
|
||||||
## Light
|
## Light
|
||||||
|
|
||||||
### HassLightSet
|
### HassLightSet
|
||||||
|
Loading…
x
Reference in New Issue
Block a user