homebridge-withings-environment-data 1.3.0 → 1.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## Unreleased
8
8
 
9
+ ## [1.3.1] - 2026-08-03
10
+
11
+ ### Fixed
12
+ - MQTT Host now defaults to `localhost` instead of being blank, so
13
+ "Publish to MQTT" actually connects when a broker runs on the same
14
+ machine as Homebridge and the field was left unset
15
+
9
16
  ## [1.3.0] - 2026-08-03
10
17
 
11
18
  ### Added
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Withings Environment Data v1.3.0
1
+ # Withings Environment Data v1.3.1
2
2
 
3
3
  **This Homebridge plugin has been 100% vibe coded with Claude.**
4
4
 
@@ -88,6 +88,7 @@
88
88
  "mqttHost": {
89
89
  "title": "Host",
90
90
  "type": "string",
91
+ "default": "localhost",
91
92
  "description": "Broker hostname or IP address."
92
93
  },
93
94
  "mqttPort": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "homebridge-withings-environment-data",
3
3
  "displayName": "Withings Environment Data",
4
- "version": "1.3.0",
4
+ "version": "1.3.1",
5
5
  "description": "Homebridge plugin exposing ambient CO2/air-quality and room temperature readings from a Withings WS-50 scale as HomeKit sensors",
6
6
  "main": "index.js",
7
7
  "files": [