From f6fb65c3d6df16c6102153c2e608a6967c8e7de5 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 23 Mar 2020 11:02:05 -0500 Subject: [PATCH] Add climate services for nexia (#12467) * Add climate services * Update source/_integrations/nexia.markdown Co-Authored-By: Franck Nijhof * Update source/_integrations/nexia.markdown Co-Authored-By: Franck Nijhof * Update nexia.markdown * Update source/_integrations/nexia.markdown Co-Authored-By: Franck Nijhof * Update source/_integrations/nexia.markdown Co-Authored-By: Franck Nijhof * Update source/_integrations/nexia.markdown Co-Authored-By: Franck Nijhof * Update source/_integrations/nexia.markdown Co-Authored-By: Franck Nijhof * They are all lowercase Co-authored-by: Franck Nijhof --- source/_integrations/nexia.markdown | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/source/_integrations/nexia.markdown b/source/_integrations/nexia.markdown index 14db23191ad..685b41b3dd1 100644 --- a/source/_integrations/nexia.markdown +++ b/source/_integrations/nexia.markdown @@ -80,3 +80,22 @@ The `nexia` climate platform lets you control a thermostat. ### Scene The `nexia` scene platform lets you activate a nexia automation. + +### Service `nexia.set_aircleaner_mode` + +Sets the air cleaner mode. Options include 'auto', 'quick', and +'allergy'. This setting will affect all zones on the same thermostat. + +| Service data attribute | Optional | Description | +| ---------------------- | -------- | ----------- | +| `entity_id` | no | String or list of strings that point at `entity_id`'s of climate devices to control. +| `aircleaner_mode` | no | 'auto', 'quick', or 'allergy' + +### Service `nexia.set_humidify_setpoint` + +Sets the humidify setpoint. This setting will affect all zones on the same thermostat. + +| Service data attribute | Optional | Description | +| ---------------------- | -------- | ----------- | +| `entity_id` | no | String or list of strings that point at `entity_id`'s of climate devices to control. +| `humidity` | no | Humidify setpoint level, from 35 to 65.