From d0f8a3dbe7772523f5ba41f7f4883a70850029f9 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 20 Mar 2020 23:14:17 -0500 Subject: [PATCH 1/9] Add climate services --- source/_integrations/nexia.markdown | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/source/_integrations/nexia.markdown b/source/_integrations/nexia.markdown index 82f500734580..874ae610bcc4 100644 --- a/source/_integrations/nexia.markdown +++ b/source/_integrations/nexia.markdown @@ -74,3 +74,22 @@ The following binary sensors are added for each thermostat zone: ### Climate The `nexia` climate platform lets you control a thermostat. + +### Service `set_aircleaner_mode` + +Part of the `nexia.` services. 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` | yes | String or list of strings that point at `entity_id`'s of climate devices to control. Else targets `nexia` thermostats. +| `aircleaner_mode` | no | 'AUTO', 'QUICK', or 'ALLERGY' + +### Service `set_humidify_setpoint` + +Part of the `nexia.` services. Sets the humidify setpoint. This setting will affect all zones on the same thermostat. + +| Service data attribute | Optional | Description | +| ---------------------- | -------- | ----------- | +| `entity_id` | yes | String or list of strings that point at `entity_id`'s of climate devices to control. Else targets `nexia` thermostats. +| `humidity` | no | Humidify setpoint level, from 35 to 65. From b28655bcd8b2241481aa546c0ff1ee5bb6fe9273 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 21 Mar 2020 19:16:26 -0500 Subject: [PATCH 2/9] Update source/_integrations/nexia.markdown Co-Authored-By: Franck Nijhof --- source/_integrations/nexia.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/nexia.markdown b/source/_integrations/nexia.markdown index 874ae610bcc4..b12daca75454 100644 --- a/source/_integrations/nexia.markdown +++ b/source/_integrations/nexia.markdown @@ -82,7 +82,7 @@ Part of the `nexia.` services. Sets the air cleaner mode. Options include 'auto' | Service data attribute | Optional | Description | | ---------------------- | -------- | ----------- | -| `entity_id` | yes | String or list of strings that point at `entity_id`'s of climate devices to control. Else targets `nexia` thermostats. +| `entity_id` | no | String or list of strings that point at `entity_id`'s of climate devices to control. Else targets `nexia` thermostats. | `aircleaner_mode` | no | 'AUTO', 'QUICK', or 'ALLERGY' ### Service `set_humidify_setpoint` From 7d6d360073cd0b1c475ce4200d14efb64b22b14a Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 21 Mar 2020 19:16:33 -0500 Subject: [PATCH 3/9] Update source/_integrations/nexia.markdown Co-Authored-By: Franck Nijhof --- source/_integrations/nexia.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/nexia.markdown b/source/_integrations/nexia.markdown index b12daca75454..4a69f1d37dbb 100644 --- a/source/_integrations/nexia.markdown +++ b/source/_integrations/nexia.markdown @@ -91,5 +91,5 @@ Part of the `nexia.` services. Sets the humidify setpoint. This setting will aff | Service data attribute | Optional | Description | | ---------------------- | -------- | ----------- | -| `entity_id` | yes | String or list of strings that point at `entity_id`'s of climate devices to control. Else targets `nexia` thermostats. +| `entity_id` | no | String or list of strings that point at `entity_id`'s of climate devices to control. Else targets `nexia` thermostats. | `humidity` | no | Humidify setpoint level, from 35 to 65. From 536fa8079247ee11d284db355cd1e720d50f979b Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 21 Mar 2020 19:16:50 -0500 Subject: [PATCH 4/9] Update nexia.markdown --- source/_integrations/nexia.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/nexia.markdown b/source/_integrations/nexia.markdown index 4a69f1d37dbb..ebe8610599f2 100644 --- a/source/_integrations/nexia.markdown +++ b/source/_integrations/nexia.markdown @@ -82,7 +82,7 @@ Part of the `nexia.` services. Sets the air cleaner mode. Options include 'auto' | Service data attribute | Optional | Description | | ---------------------- | -------- | ----------- | -| `entity_id` | no | String or list of strings that point at `entity_id`'s of climate devices to control. Else targets `nexia` thermostats. +| `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 `set_humidify_setpoint` @@ -91,5 +91,5 @@ Part of the `nexia.` services. Sets the humidify setpoint. This setting will aff | Service data attribute | Optional | Description | | ---------------------- | -------- | ----------- | -| `entity_id` | no | String or list of strings that point at `entity_id`'s of climate devices to control. Else targets `nexia` thermostats. +| `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. From 94271c55521c2b130bf51414731f76bccc75ec45 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 22 Mar 2020 09:31:39 -0500 Subject: [PATCH 5/9] Update source/_integrations/nexia.markdown Co-Authored-By: Franck Nijhof --- source/_integrations/nexia.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/nexia.markdown b/source/_integrations/nexia.markdown index c179bdae2bef..d9b5d5349be7 100644 --- a/source/_integrations/nexia.markdown +++ b/source/_integrations/nexia.markdown @@ -93,9 +93,9 @@ Part of the `nexia.` services. Sets the air cleaner mode. Options include 'auto' ### Service `set_humidify_setpoint` -Part of the `nexia.` services. Sets the humidify setpoint. This setting will affect all zones on the same thermostat. +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. \ No newline at end of file +| `humidity` | no | Humidify setpoint level, from 35 to 65. From afd90d174de0dd13a4e2cdaef9a412ec394b8514 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 22 Mar 2020 09:31:46 -0500 Subject: [PATCH 6/9] Update source/_integrations/nexia.markdown Co-Authored-By: Franck Nijhof --- source/_integrations/nexia.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/nexia.markdown b/source/_integrations/nexia.markdown index d9b5d5349be7..fad99b76434f 100644 --- a/source/_integrations/nexia.markdown +++ b/source/_integrations/nexia.markdown @@ -91,7 +91,7 @@ Part of the `nexia.` services. Sets the air cleaner mode. Options include 'auto' | `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 `set_humidify_setpoint` +### Service `nexia.set_humidify_setpoint` Sets the humidify setpoint. This setting will affect all zones on the same thermostat. From ae2c9db74292f77daf0e2ce0664a94f8cd4d0e4b Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 22 Mar 2020 09:31:52 -0500 Subject: [PATCH 7/9] Update source/_integrations/nexia.markdown Co-Authored-By: Franck Nijhof --- source/_integrations/nexia.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/nexia.markdown b/source/_integrations/nexia.markdown index fad99b76434f..9daeefcf67bc 100644 --- a/source/_integrations/nexia.markdown +++ b/source/_integrations/nexia.markdown @@ -81,7 +81,7 @@ The `nexia` climate platform lets you control a thermostat. The `nexia` scene platform lets you activate a nexia automation. -### Service `set_aircleaner_mode` +### Service `nexia.set_aircleaner_mode` Part of the `nexia.` services. Sets the air cleaner mode. Options include 'auto', 'quick', and 'allergy'. This setting will affect all zones on the same thermostat. From 73f658f2aa8c3c1e5b37cbbabefa9d14efb5ebe1 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 22 Mar 2020 09:31:58 -0500 Subject: [PATCH 8/9] Update source/_integrations/nexia.markdown Co-Authored-By: Franck Nijhof --- source/_integrations/nexia.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/nexia.markdown b/source/_integrations/nexia.markdown index 9daeefcf67bc..043af079dbdf 100644 --- a/source/_integrations/nexia.markdown +++ b/source/_integrations/nexia.markdown @@ -83,7 +83,7 @@ The `nexia` scene platform lets you activate a nexia automation. ### Service `nexia.set_aircleaner_mode` -Part of the `nexia.` services. Sets the air cleaner mode. Options include 'auto', 'quick', and +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 | From 554bc065392ca9775d29669a277273d8d9ddd0c7 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 22 Mar 2020 09:32:45 -0500 Subject: [PATCH 9/9] They are all lowercase --- source/_integrations/nexia.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/nexia.markdown b/source/_integrations/nexia.markdown index 043af079dbdf..685b41b3dd1b 100644 --- a/source/_integrations/nexia.markdown +++ b/source/_integrations/nexia.markdown @@ -89,7 +89,7 @@ Sets the air cleaner mode. Options include 'auto', 'quick', and | 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' +| `aircleaner_mode` | no | 'auto', 'quick', or 'allergy' ### Service `nexia.set_humidify_setpoint`