This is a copy of the official Home Assistant integration for Nexia with an updated version of the python library which supports the Trane ux360 thermostat. The core of the Nexia integration is the same. This is currently in use for my own Home Assistant installation and has been working so far.
The Home Assistant Nexia Integration code comes from the official source: https://github.com/home-assistant/core/tree/dev/homeassistant/components/nexia
The Python Library that is replaced comes from: https://github.com/bdraco/nexia There is a pending pull request (as of 2024/10/05) to bring these updates into the official Python library which should eventually enable the builtin Nexia inegration to just work with the UX360.
This integration has to be installed manually since its not a part of any official sources
The fastest way to get this onto Home Assistant is to install a ssh addon that allows connecting directly to call the git clone command in the correct directory. For example "Advanced SSH & Web Terminal". The process would appear like this:
cd homeassistant/custom_components/
git clone https://github.com/davidhewing/nexia_ux360.git