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 +7 -0
- package/README.md +1 -1
- package/config.schema.json +1 -0
- package/package.json +1 -1
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
package/config.schema.json
CHANGED
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.
|
|
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": [
|