A Home Assistant add-on that provides self-hosted Nest thermostat control via the NoLongerEvil API. Control your Nest thermostats locally without relying on external cloud services.
-
Click the button below to add this repository to your Home Assistant instance:
-
Find NoLongerEvil HomeAssistant in the add-on store and click Install
-
Configure the add-on (see Configuration below)
-
Start the add-on
-
Navigate to Settings > Add-ons > Add-on Store
-
Click the menu icon (three dots) in the top right and select Repositories
-
Add this repository URL:
https://github.com/codykociemba/NoLongerEvil-HomeAssistant -
Click Add and close the dialog
-
Find NoLongerEvil HomeAssistant in the store and click Install
- Home Assistant OS (not Home Assistant Container) - Learn more
- Mosquitto broker add-on - Required for MQTT integration
After installing the add-on, configure it through the Home Assistant UI:
| Option | Required | Default | Description |
|---|---|---|---|
api_origin |
Yes | http://homeassistant.local:9543 |
Full URL where Nest devices reach this add-on (protocol + host + port) |
entry_key_ttl_seconds |
No | 3600 |
How long entry keys remain valid (seconds) |
debug_logging |
No | false |
Enable verbose logging for troubleshooting |
mqtt_host |
No | (auto-detected) | MQTT broker hostname (leave empty to use Mosquitto add-on) |
mqtt_port |
No | 1883 |
MQTT broker port |
mqtt_user |
No | (empty) | MQTT username for authentication |
mqtt_password |
No | (empty) | MQTT password for authentication |
api_origin: "http://192.168.1.100:9543"
entry_key_ttl_seconds: 3600
debug_logging: false| Port | Purpose | Access |
|---|---|---|
| 9543 (host) → 8000 (container) | Nest device communication | External (configurable) |
| 8081 | Control API | Internal only |
| 8082 | Web UI | Ingress only |
- Open the add-on Web UI via the Open Web UI button
- Generate an entry key for device pairing
- Follow the on-screen instructions to pair your Nest thermostat
- Devices will appear in Home Assistant via MQTT discovery
- NoLongerEvil Discord - Join
#nle-home-assistantchannel - GitHub Issues - Bug reports and feature requests
- NoLongerEvil Thermostat - Core API server
- Home Assistant Nest Integration - Alternative integration
See the CONTRIBUTING guide for development setup instructions.
This project is licensed under the MIT License - see the LICENSE file for details.