From 8d8d41df0b0e92e81424a14765c68a1b29fb8e51 Mon Sep 17 00:00:00 2001 From: Shulyaka Date: Tue, 12 Jan 2021 15:20:20 +0300 Subject: [PATCH] Add humidifier intents (#590) --- docs/intent_builtin.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/intent_builtin.md b/docs/intent_builtin.md index 93260694..22060dcb 100644 --- a/docs/intent_builtin.md +++ b/docs/intent_builtin.md @@ -48,6 +48,26 @@ Close a cover. | --------- | ---- | -------- | ----------- | 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 ### HassLightSet