Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

Commit

Permalink
0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dhayab committed Feb 20, 2020
1 parent d567a44 commit 24a6040
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 2 deletions.
1 change: 1 addition & 0 deletions .uix-secrets
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"secretKey":"31bd831996dfc3193649801abd1719581569254bac04c74fae5f33b97aedb33d"}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
10 changes: 10 additions & 0 deletions auth.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[
{
"id": 1,
"username": "admin",
"name": "Administrator",
"hashedPassword": "1cef01552b1e750a8bc707805f6fdcda1a9dd441d524392754929ae02c832f5b17789ea20a5444089253183bb2707b6ca8e4b5ac53a0f991e98cf721af1d570e",
"salt": "6e065722a4a5268b936f3a58b8cf6c4b2a3da8e8df050ee2977960d964bb4517",
"admin": true
}
]
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 24a6040

Please sign in to comment.