Skip to content

v1.0.1

Latest

Choose a tag to compare

@github-actions github-actions released this 31 Mar 09:43
· 21 commits to main since this release

Docker Image

Pull the image:

docker pull ghcr.io/codykociemba/NoLongerEvil-SelfHosted:v1.0.1

Quick Start

docker run -d \
  -p 8000:8000 \
  -p 8082:8082 \
  -e API_ORIGIN=http://YOUR_SERVER_IP:8000 \
  -v nolongerevil-data:/data \
  ghcr.io/codykociemba/NoLongerEvil-SelfHosted:v1.0.1

What's Changed

  • fix: heat cool range management by @will-tm in #5
  • Subscription system overhaul and config cleanup by @cjserio in #11
  • Fix for HA MQTT warnings by @gigatexel in #10
  • feat: device pairing, schedule UI, eco mode, and transport reliability by @cjserio in #13
  • fix: PUT response echo and subscribe connection timing by @cjserio in #17
  • feat: nest network scanner, device api_key capture, dashboard fixes by @codykociemba in #19
  • Fixes for EU thermostats that don't support cooling or fan by @vinodmishra in #18

New Contributors

Full Changelog: v1.0.0...v1.0.1