From 24a6040a431f69b3e42f6f36b0543b443010b74d Mon Sep 17 00:00:00 2001 From: Dhaya <154633+dhayab@users.noreply.github.com> Date: Thu, 20 Feb 2020 15:14:39 +0100 Subject: [PATCH] 0.1.3 --- .uix-secrets | 1 + CHANGELOG.md | 10 ++++++++++ auth.json | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 5 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 .uix-secrets create mode 100644 auth.json diff --git a/.uix-secrets b/.uix-secrets new file mode 100644 index 0000000..def4032 --- /dev/null +++ b/.uix-secrets @@ -0,0 +1 @@ +{"secretKey":"31bd831996dfc3193649801abd1719581569254bac04c74fae5f33b97aedb33d"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 424db54..3ec48fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [0.1.3](https://github.com/dhayab/homebridge-withings-air-quality/compare/v0.1.2...v0.1.3) (2020-02-20) + + +### Bug Fixes + +* add required data to withings login request ([d567a44](https://github.com/dhayab/homebridge-withings-air-quality/commit/d567a44064930257b9d3e78c90f7617d7839f970)), closes [#3](https://github.com/dhayab/homebridge-withings-air-quality/issues/3) +* send right battery information on first tick ([4d62965](https://github.com/dhayab/homebridge-withings-air-quality/commit/4d6296591ac09fb61b7f48912e42a4066fa2af1a)) + + + ## [0.1.2](https://github.com/dhayab/homebridge-withings-air-quality/compare/v0.1.1...v0.1.2) (2020-01-24) diff --git a/auth.json b/auth.json new file mode 100644 index 0000000..9f9b3b5 --- /dev/null +++ b/auth.json @@ -0,0 +1,10 @@ +[ + { + "id": 1, + "username": "admin", + "name": "Administrator", + "hashedPassword": "1cef01552b1e750a8bc707805f6fdcda1a9dd441d524392754929ae02c832f5b17789ea20a5444089253183bb2707b6ca8e4b5ac53a0f991e98cf721af1d570e", + "salt": "6e065722a4a5268b936f3a58b8cf6c4b2a3da8e8df050ee2977960d964bb4517", + "admin": true + } +] diff --git a/package-lock.json b/package-lock.json index 5f31959..0c2c7c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "homebridge-withings-air-quality", - "version": "0.1.2", + "version": "0.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a53f621..99e44ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homebridge-withings-air-quality", - "version": "0.1.2", + "version": "0.1.3", "description": "Homebridge plugin to expose air quality data from the Withings WS-50 Smart Body Analyzer", "repository": { "type": "git",