Skip to content

Commit

Permalink
v1.12.4 (#256)
Browse files Browse the repository at this point in the history
## [Version 1.12.4](https://github.com/OpenWonderLabs/homebridge-switchbot/releases/tag/v1.12.4) (2022-02-12)

## What's Changed

- Fix support for Meter Plus
- Housekeeping and updated dependencies.

**Full Changelog**: v1.12.3...v1.12.4
  • Loading branch information
donavanbecker authored Feb 13, 2022
1 parent 6544fe7 commit 8e56b29
Show file tree
Hide file tree
Showing 6 changed files with 328 additions and 245 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. This project uses [Semantic Versioning](https://semver.org/)

## [Version 1.12.4](https://github.com/OpenWonderLabs/homebridge-switchbot/releases/tag/v1.12.4) (2022-02-12)

## What's Changed

- Fix support for Meter Plus
- Housekeeping and updated dependencies.

**Full Changelog**: https://github.com/OpenWonderLabs/homebridge-switchbot/compare/v1.12.3...v1.12.4

## [Version 1.12.3](https://github.com/OpenWonderLabs/homebridge-switchbot/releases/tag/v1.12.3) (2022-02-05)

## What's Changed
Expand Down
3 changes: 0 additions & 3 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,6 @@
"logging": {
"title": "Device Logging Override Setting",
"type": "string",
"default": "standard",
"oneOf": [
{
"title": "Standard Logging",
Expand Down Expand Up @@ -863,7 +862,6 @@
"logging": {
"title": "Device Logging Override Setting",
"type": "string",
"default": "standard",
"oneOf": [
{
"title": "Standard Logging",
Expand Down Expand Up @@ -913,7 +911,6 @@
"logging": {
"title": "Logging Setting",
"type": "string",
"default": "standard",
"oneOf": [
{
"title": "Standard Logging",
Expand Down
Loading

0 comments on commit 8e56b29

Please sign in to comment.