mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-12 20:06:52 +00:00
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:
parent
117dede3bb
commit
f6fb65c3d6
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user