Skip to content
Merged
19 changes: 19 additions & 0 deletions source/_integrations/nexia.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.