Skip to content

Commit

Permalink
v1.7.0 (#186)
Browse files Browse the repository at this point in the history
## [Version 1.7.0](https://github.com/OpenWonderLabs/homebridge-switchbot/releases/tag/v1.7.0) (2022-01-05)

## What's Changed
* Added option to display Bot a Fan.
* Added option to display Bot a Door. [#179](#179)
* Added option to display Bot a Lock. [#179](#179)
* Added option to display Bot a Faucet.
* Added option to display Bot a Window.
* Added option to display Bot a WindowCovering.
* Added option to display Bot a Garage Door Opener.  [#179](#179)

**Full Changelog**: v1.6.3...v1.7.0
  • Loading branch information
donavanbecker committed Jan 5, 2022
1 parent 1ef9c7b commit 5ecd084
Show file tree
Hide file tree
Showing 11 changed files with 774 additions and 226 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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

## [Version 1.7.0](https://github.com/OpenWonderLabs/homebridge-switchbot/releases/tag/v1.7.0) (2022-01-05)

## What's Changed
* Added option to display Bot a Fan.
* Added option to display Bot a Door. [#179](https://github.com/OpenWonderLabs/homebridge-switchbot/issues/179)
* Added option to display Bot a Lock. [#179](https://github.com/OpenWonderLabs/homebridge-switchbot/issues/179)
* Added option to display Bot a Faucet.
* Added option to display Bot a Window.
* Added option to display Bot a WindowCovering.
* Added option to display Bot a Garage Door Opener. [#179](https://github.com/OpenWonderLabs/homebridge-switchbot/issues/179)

**Full Changelog**: https://github.com/OpenWonderLabs/homebridge-switchbot/compare/v1.6.3...v1.7.0

## [Version 1.6.3](https://github.com/OpenWonderLabs/homebridge-switchbot/releases/tag/v1.6.3) (2022-01-03)

## What's Changed
Expand Down
42 changes: 42 additions & 0 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,48 @@
"outlet"
]
},
{
"title": "Garage Door",
"enum": [
"garagedoor"
]
},
{
"title": "Door",
"enum": [
"door"
]
},
{
"title": "Lock",
"enum": [
"lock"
]
},
{
"title": "Faucet",
"enum": [
"faucet"
]
},
{
"title": "Fan",
"enum": [
"fan"
]
},
{
"title": "Window",
"enum": [
"window"
]
},
{
"title": "Window Covering",
"enum": [
"windowcovering"
]
},
{
"title": "Switch",
"enum": [
Expand Down
30 changes: 15 additions & 15 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"displayName": "Homebridge SwitchBot",
"name": "@switchbot/homebridge-switchbot",
"version": "1.6.3",
"version": "1.7.0",
"description": "The [Homebridge](https://homebridge.io) SwitchBot plugin allows you to access your [SwitchBot](https://www.switch-bot.com) device(s) from HomeKit.",
"author": "SwitchBot <support@wondertechlabs.com> (https://github.com/SwitchBot)",
"license": "ISC",
Expand Down Expand Up @@ -56,7 +56,7 @@
"rxjs": "^7.5.1"
},
"devDependencies": {
"@types/node": "^17.0.7",
"@types/node": "^17.0.8",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"eslint": "^8.6.0",
Expand Down
Loading

0 comments on commit 5ecd084

Please sign in to comment.