Skip to content

Commit

Permalink
v1.12.1 (#237)
Browse files Browse the repository at this point in the history
## [Version 1.12.1](https://github.com/OpenWonderLabs/homebridge-switchbot/releases/tag/v1.12.1) (2022-02-01)

## What's Changed
* Housekeeping and updated dependencies.

**Full Changelog**: v1.12.0...v1.12.1
  • Loading branch information
donavanbecker authored Feb 2, 2022
1 parent 32eaab8 commit 45cad6d
Show file tree
Hide file tree
Showing 23 changed files with 194 additions and 315 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [Version 1.12.1](https://github.com/OpenWonderLabs/homebridge-switchbot/releases/tag/v1.12.1) (2022-02-01)

## What's Changed
* Housekeeping and updated dependencies.

**Full Changelog**: https://github.com/OpenWonderLabs/homebridge-switchbot/compare/v1.12.0...v1.12.1

## [Version 1.12.0](https://github.com/OpenWonderLabs/homebridge-switchbot/releases/tag/v1.12.0) (2022-01-29)

## What's Changed
Expand Down
12 changes: 9 additions & 3 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@
"logging": {
"title": "Device Logging Override Setting",
"type": "string",
"default": "standard",
"oneOf": [
{
"title": "Standard Logging",
Expand Down Expand Up @@ -554,7 +555,8 @@
"required": [
"deviceId",
"configDeviceType",
"configDeviceName"
"configDeviceName",
"logging"
]
},
"uniqueItems": true
Expand Down Expand Up @@ -861,6 +863,7 @@
"logging": {
"title": "Device Logging Override Setting",
"type": "string",
"default": "standard",
"oneOf": [
{
"title": "Standard Logging",
Expand Down Expand Up @@ -888,7 +891,8 @@
},
"required": [
"deviceId",
"configRemoteType"
"configRemoteType",
"logging"
]
},
"uniqueItems": true
Expand All @@ -909,6 +913,7 @@
"logging": {
"title": "Logging Setting",
"type": "string",
"default": "standard",
"oneOf": [
{
"title": "Standard Logging",
Expand All @@ -934,7 +939,8 @@
}
},
"required": [
"name"
"name",
"logging"
]
},
"layout": [
Expand Down
178 changes: 89 additions & 89 deletions package-lock.json

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

Loading

0 comments on commit 45cad6d

Please sign in to comment.