Update nexia to add switch platform (#21213)

This commit is contained in:
J. Nick Koston 2022-01-17 00:42:06 -10:00 committed by GitHub
parent 0e58402ff7
commit add6cd76c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@ ha_category:
- Sensor - Sensor
- Climate - Climate
- Scene - Scene
- Switch
ha_release: 0.108 ha_release: 0.108
ha_iot_class: Cloud Polling ha_iot_class: Cloud Polling
ha_config_flow: true ha_config_flow: true
@ -18,6 +19,7 @@ ha_platforms:
- climate - climate
- scene - scene
- sensor - sensor
- switch
--- ---
The `nexia` integration allows you to integrate your [Nexia](https://mynexia.com/) (Trane) thermostats or [American Standard](https://asairhome.com/) thermostats into Home Assistant. The `nexia` integration allows you to integrate your [Nexia](https://mynexia.com/) (Trane) thermostats or [American Standard](https://asairhome.com/) thermostats into Home Assistant.
@ -28,6 +30,7 @@ There is currently support for the following device types within Home Assistant:
- [Climate](#climate) - [Climate](#climate)
- [Sensor](#sensor) - [Sensor](#sensor)
- [Scene](#scene) - [Scene](#scene)
- [Switch](#switch)
{% include integrations/config_flow.md %} {% include integrations/config_flow.md %}
@ -39,7 +42,7 @@ The following binary sensors are added for each thermostat:
### Sensor ### Sensor
The following binary sensors are added for each thermostat: The following sensors are added for each thermostat:
- Air Cleaner Mode - Air Cleaner Mode
- Current Compressor Speed - Current Compressor Speed
@ -48,7 +51,7 @@ The following binary sensors are added for each thermostat:
- Relative Humidity - Relative Humidity
- System Status - System Status
The following binary sensors are added for each thermostat zone: The following sensors are added for each thermostat zone:
- Zone Temperature - Zone Temperature
- Zone Setpoint Status - Zone Setpoint Status
@ -56,7 +59,7 @@ The following binary sensors are added for each thermostat zone:
### Climate ### Climate
The `nexia` climate platform lets you control a thermostat. The climate platform lets you control a thermostat.
The following Trane thermostats are supported: `XL1050`, `XL850`, `XL824` The following Trane thermostats are supported: `XL1050`, `XL850`, `XL824`
@ -68,7 +71,11 @@ Other thermostats may work, but they have not been tested.
### Scene ### Scene
The `nexia` scene platform lets you activate a nexia automation. The scene platform lets you activate a nexia automation.
### Switch
The switch platform lets you enable or disable hold mode for each thermostat.
### Service `nexia.set_aircleaner_mode` ### Service `nexia.set_aircleaner_mode`