From 991955f2f7fa2b82610712942d4452ca3954acf3 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 20 Mar 2020 13:57:10 -0500 Subject: [PATCH] Add new integration nexia (#12376) * Add documentation for nexia * Add missing catagories * Update source/_integrations/nexia.markdown Co-Authored-By: Franck Nijhof * Update source/_integrations/nexia.markdown Co-Authored-By: Franck Nijhof Co-authored-by: Franck Nijhof --- source/_integrations/nexia.markdown | 76 +++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 source/_integrations/nexia.markdown diff --git a/source/_integrations/nexia.markdown b/source/_integrations/nexia.markdown new file mode 100644 index 00000000000..82f50073458 --- /dev/null +++ b/source/_integrations/nexia.markdown @@ -0,0 +1,76 @@ +--- +title: Nexia +description: Instructions on how to integrate Nexia Thermostats (Trane/American Standard) into Home Assistant. +ha_category: + - Binary Sensor + - Sensor + - Climate +ha_release: 0.108 +ha_iot_class: Cloud Polling +ha_config_flow: true +ha_codeowners: + - '@bdraco' + - '@ryannazaretian' +ha_domain: nexia +--- + +The `nexia` integration allows you to integrate your [Nexia](https://mynexia.com/) thermostats into Home Assistant. + +There is currently support for the following device types within Home Assistant: + +- [Binary Sensor](#binary-sensor) +- [Climate](#climate) +- [Sensor](#sensor) + +## Configuration + +You will need your mynexia.com username and password to use this module. + +To add `Nexia` to your installation, go to **Configuration** >> **Integrations** in the UI, click the button with `+` sign and from the list of integrations select **Nexia**. + +Alternatively, add the following to your `configuration.yaml` file: + +```yaml +# Example configuration.yaml entry +nexia: + username: YOUR_NEXIA_USERNAME + password: YOUR_NEXIA_PASSWORD +``` + +{% configuration %} +username: + description: The username for accessing your Nexia account. + required: true + type: string +password: + description: The password for accessing your Nexia account. + required: true + type: string +{% endconfiguration %} + +### Binary Sensor + +The following binary sensors are added for each thermostat: + +- Blower Active + +### Sensor + +The following binary sensors are added for each thermostat: + +- Air Cleaner Mode +- Current Compressor Speed +- Requested Compressor Speed +- Outdoor Temperature +- Relative Humidity +- System Status + +The following binary sensors are added for each thermostat zone: + +- Zone Temperature +- Zone Setpoint Status +- Zone Status + +### Climate + +The `nexia` climate platform lets you control a thermostat.