From 79506f88fa145908734b48e6d2ac25335b112e95 Mon Sep 17 00:00:00 2001 From: David Miller Date: Sun, 26 Nov 2023 15:07:55 +0000 Subject: [PATCH] Version 1.1.46 --- docs/ReleaseNotes.md | 7 +++++++ package.json | 2 +- test2/config.json | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/ReleaseNotes.md b/docs/ReleaseNotes.md index 13f56c7..ce860c7 100644 --- a/docs/ReleaseNotes.md +++ b/docs/ReleaseNotes.md @@ -5,6 +5,13 @@ # Homebridge MQTT-Thing: Release Notes +### Version 1.1.46 ++ Added support for Carbon Monoxide Sensors (thanks, Nick Lange) ++ Added support for Fan version 2 (thanks, Ewan Dank) ++ Fixed configuration for Irrigation System (thanks, Christian Brandlehner) ++ Corrected temperature display units documentation (thanks, Nicholas Humfrey) ++ Send service names to Homekit (thanks, Ralph Zazula) + ### Version 1.1.45 + Mark as compatible with Node.js 20 diff --git a/package.json b/package.json index 58824c5..47419c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homebridge-mqttthing", - "version": "1.1.45", + "version": "1.1.46", "description": "Homebridge plugin supporting various services over MQTT", "main": "index.js", "scripts": { diff --git a/test2/config.json b/test2/config.json index 12ec50a..b78e7d9 100644 --- a/test2/config.json +++ b/test2/config.json @@ -1,9 +1,9 @@ { "bridge": { "name": "Dev-2", - "username": "CA:7C:A3:34:AA:6B", + "username": "CA:7C:A3:34:AA:6C", "port": 51826, - "pin": "784-65-424" + "pin": "784-65-425" }, "platforms": [ {