Add climate services for nexia (#12467)

* Add climate services

* Update source/_integrations/nexia.markdown

Co-Authored-By: Franck Nijhof <git@frenck.dev>

* Update source/_integrations/nexia.markdown

Co-Authored-By: Franck Nijhof <git@frenck.dev>

* Update nexia.markdown

* Update source/_integrations/nexia.markdown

Co-Authored-By: Franck Nijhof <git@frenck.dev>

* Update source/_integrations/nexia.markdown

Co-Authored-By: Franck Nijhof <git@frenck.dev>

* Update source/_integrations/nexia.markdown

Co-Authored-By: Franck Nijhof <git@frenck.dev>

* Update source/_integrations/nexia.markdown

Co-Authored-By: Franck Nijhof <git@frenck.dev>

* They are all lowercase

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
J. Nick Koston 2020-03-23 11:02:05 -05:00 committed by GitHub
parent 117dede3bb
commit f6fb65c3d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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