Skip to content

Commit

Permalink
Version 1.1.46
Browse files Browse the repository at this point in the history
  • Loading branch information
arachnetech committed Nov 26, 2023
1 parent f7e2ef2 commit 79506f8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions test2/config.json
Original file line number Diff line number Diff line change
@@ -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": [
{
Expand Down

0 comments on commit 79506f8

Please sign in to comment.