Skip to content

Commit

Permalink
Version 1.1.35
Browse files Browse the repository at this point in the history
  • Loading branch information
arachnetech committed Dec 11, 2021
1 parent b463815 commit 397a8c3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ When MQTTS (MQTT over TLS) is used, the `mqttOptions` object is passed through t
`optimizePublishing` - Whenever publishing a message on any topic, don't republish the previously-published value.

#### Env var overrides
In addition to setting the MQTT settings in config, you can also set them using environment variable overrides. Configured values in the config.json will take prescendence over any environment variables.
In addition to setting the MQTT settings in config, you can also set them using environment variable overrides. Configured values in the config.json will take precedence over any environment variables.

| Environment variable | Config key |
|----------------------|------------|
Expand Down
3 changes: 3 additions & 0 deletions docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

# Homebridge MQTT-Thing: Release Notes

### Version 1.1.35
+ Added support for MQTTTHING_ environment variables providing default MQTT settings (thanks, Robert Redgwell)

### Version 1.1.34
+ Added Door
+ Add minimum and maximum position for window, door and windowCovering
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.34",
"version": "1.1.35",
"description": "Homebridge plugin supporting various services over MQTT",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 397a8c3

Please sign in to comment.