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.