Add humidifier intents (#590)

This commit is contained in:
Shulyaka 2021-01-12 15:20:20 +03:00 committed by GitHub
parent 4fc97ac0ff
commit 8d8d41df0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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