Skip to content

Commit

Permalink
v2.1.0 (#824)
Browse files Browse the repository at this point in the history
- Major refactoring of resideo `device` files.
- Housekeeping and updated dependencies.

**Full Changelog**: https://github.com/donavanbecker/homebridge-resideo/compare/v2.0.1..v2.1.0
  • Loading branch information
donavanbecker committed May 27, 2024
1 parent c1afc66 commit 4df270f
Show file tree
Hide file tree
Showing 26 changed files with 3,172 additions and 2,860 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/beta-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Node-CI Beta
on:
push:
branches: [beta-*.*.*, beta]
release:
types: [prereleased]
workflow_dispatch:

jobs:
Expand All @@ -29,3 +31,15 @@ jobs:
pre_id: 'beta'
secrets:
npm_auth_token: ${{ secrets.npm_token }}

github-releases-to-discord:
needs: publish

if: ${{ github.repository == 'donavanbecker/homebridge-resideo' && github.event.release.prerelease == true }}

uses: OpenWonderLabs/.github/.github/workflows/discord-webhooks.yml@latest
with:
footer_title: "Resideo"
secrets:
DISCORD_WEBHOOK_URL_LATEST: ${{ secrets.DISCORD_WEBHOOK_URL_LATEST }}
DISCORD_WEBHOOK_URL_BETA: ${{ secrets.DISCORD_WEBHOOK_URL_BETA }}
14 changes: 6 additions & 8 deletions .github/workflows/changerelease.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
name: Changelog to Release

on:
workflow_dispatch:
push:
paths: [CHANGELOG.md]
branches: [latest]
release:
types: [published]

jobs:
changerelease:
uses: donavanbecker/.github/.github/workflows/changerelease.yml@latest
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
changerelease:
uses: donavanbecker/.github/.github/workflows/changerelease.yml@latest
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
10 changes: 3 additions & 7 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,12 @@ name: AutoDependabot

on:
pull_request:
branches:
- beta
- latest
branches: [ beta, latest ]
pull_request_target:
branches:
- beta
- latest
branches: [ beta, latest ]

jobs:
label:
dependabot:
uses: donavanbecker/.github/.github/workflows/dependabot.yml@latest
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
17 changes: 0 additions & 17 deletions .github/workflows/discord-webhooks.yml

This file was deleted.

9 changes: 1 addition & 8 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
# This workflow will triage pull requests and apply a label based on the
# paths that are modified in the pull request.
#
# To use this workflow, you will need to set up a .github/labeler.yml
# file with configuration. For more information, see:
# https://github.com/actions/labeler/blob/main/README.md

name: Labeler

on: [pull_request]

jobs:
label:
labeler:
uses: donavanbecker/.github/.github/workflows/labeler.yml@latest
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
8 changes: 5 additions & 3 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ name: Release Drafter

on:
push:
branches:
- latest
branches: [latest]
pull_request: # required for autolabeler
types: [opened, reopened, synchronize]
workflow_dispatch:

jobs:
release-drafter:
uses: donavanbecker/.github/.github/workflows/release-drafter.yml@latest
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
12 changes: 12 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,15 @@ jobs:
uses: donavanbecker/.github/.github/workflows/npm-publish.yml@latest
secrets:
npm_auth_token: ${{ secrets.npm_token }}

github-releases-to-discord:
needs: publish

if: ${{ github.repository == 'donavanbecker/homebridge-august' }}

uses: donavanbecker/.github/.github/workflows/discord-webhooks.yml@latest
with:
footer_title: "Resideo"
secrets:
DISCORD_WEBHOOK_URL_LATEST: ${{ secrets.DISCORD_WEBHOOK_URL_LATEST }}
DISCORD_WEBHOOK_URL_BETA: ${{ secrets.DISCORD_WEBHOOK_URL_BETA }}
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"codeQL.githubDatabase.update": "never"
"codeQL.githubDatabase.update": "never",
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
}
}
33 changes: 24 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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

## [2.1.0](https://github.com/donavanbecker/homebridge-resideo/releases/tag/v2.1.0) (2024-05-26)

### What's Changes
- Major refactoring of resideo `device` files.
- Housekeeping and updated dependencies.

**Full Changelog**: https://github.com/donavanbecker/homebridge-resideo/compare/v2.0.1..v2.1.0

## [2.0.1](https://github.com/donavanbecker/homebridge-resideo/releases/tag/v2.0.1) (2024-04-27)

### What's Changes
- Attempt to fix UI [#822](https://github.com/donavanbecker/homebridge-resideo/pull/822), Thanks [@bwp91](https://github.com/bwp91)

**Full Changelog**: https://github.com/donavanbecker/homebridge-resideo/compare/v2.0.0..v2.0.1

## [2.0.0](https://github.com/donavanbecker/homebridge-resideo/releases/tag/v2.0.0) (2024-01-31)

### What's Changes
Expand All @@ -26,44 +41,44 @@ All notable changes to this project will be documented in this file. This projec

## [1.4.4](https://github.com/donavanbecker/homebridge-resideo/releases/tag/v1.4.4) (2023-11-26)

## What's Changes
### What's Changes
- Housekeeping and updated dependencies.

**Full Changelog**: https://github.com/donavanbecker/homebridge-resideo/compare/v1.4.3...v1.4.4

## [1.4.3](https://github.com/donavanbecker/homebridge-resideo/releases/tag/v1.4.3) (2023-10-31)

## What's Changes
### What's Changes
- Housekeeping and updated dependencies.

**Full Changelog**: https://github.com/donavanbecker/homebridge-resideo/compare/v1.4.2...v1.4.3

## [1.4.2](https://github.com/donavanbecker/homebridge-resideo/releases/tag/v1.4.2) (2023-08-27)

## What's Changes
### What's Changes
- Housekeeping and updated dependencies.

**Full Changelog**: https://github.com/donavanbecker/homebridge-resideo/compare/v1.4.1...v1.4.2

## [1.4.1](https://github.com/donavanbecker/homebridge-resideo/releases/tag/v1.4.1) (2023-08-19)

## What's Changes
### What's Changes
- Fixed LeakSensor Inital status not pulling on restart.
- Housekeeping and updated dependencies.

**Full Changelog**: https://github.com/donavanbecker/homebridge-resideo/compare/v1.4.0...v1.4.1

## [1.4.0](https://github.com/donavanbecker/homebridge-resideo/releases/tag/v1.4.0) (2023-08-19)

## What's Changes
### What's Changes
- Added Support for reading status of L5 Water Shutoff.
- Housekeeping and updated dependencies.

**Full Changelog**: https://github.com/donavanbecker/homebridge-resideo/compare/v1.3.0...v1.4.0

## [1.3.0](https://github.com/donavanbecker/homebridge-resideo/releases/tag/v1.3.0) (2023-04-08)

## What's Changes
### What's Changes
- Added Config that allows `Auto` mode to be enabled for Thermostats even if API doesn't have `Auto` enabled.
- Housekeeping and updated dependencies.
- This release will end support for Node v14.
Expand All @@ -72,23 +87,23 @@ All notable changes to this project will be documented in this file. This projec

## [1.2.0](https://github.com/donavanbecker/homebridge-resideo/releases/tag/v1.2.0) (2022-12-08)

## What's Changes
### What's Changes
- Added Config that allows device(s) to be published as an external accessory.
- Housekeeping and updated dependencies.

**Full Changelog**: https://github.com/donavanbecker/homebridge-resideo/compare/v1.1.0...v1.2.0

## [1.1.0](https://github.com/donavanbecker/homebridge-resideo/releases/tag/v1.1.0) (2022-10-18)

## What's Changes
### What's Changes
- Added Config to allow manually setting firmware version.
- Housekeeping and updated dependencies.

**Full Changelog**: https://github.com/donavanbecker/homebridge-resideo/compare/v1.0.0...v1.1.0

## [1.0.0](https://github.com/donavanbecker/homebridge-resideo/releases/tag/v1.0.0) (2022-09-23)

## What's Changes
### What's Changes
- Move from `homebridge-honeywell-home` to `homebridge-resideo`

**homebridge-honeywell-home Changelog**: https://github.com/donavanbecker/homebridge-resideo/blob/latest/honeywell/homebridge-honeywell-home-changelog.md
25 changes: 21 additions & 4 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,29 @@
"title": "Name",
"default": "Resideo"
},
"callbackUrl": {
"type": "string",
"title": "Login UI Callback URL",
"description": "Callback URL for the Homebridge Resideo UI. Default is http://{hostname}:8585/auth.",
"format": "uri",
"pattern": "^https?://",
"x-schema-form": {
"type": "hostname"
},
"condition": {
"functionBody": "return (!model.port);"
}
},
"port": {
"type": "string",
"title": "Login UI Port",
"default": "8585",
"placeholder": "8585",
"description": "Port for the Homebridge Resideo UI. Default is 8585.",
"x-schema-form": {
"type": "number"
},
"condition": {
"functionBody": "return (!model.callbackUrl);"
}
},
"credentials": {
Expand All @@ -30,21 +46,21 @@
"title": "Consumer Key",
"type": "string",
"x-schema-form": {
"type": "password"
"type": "consumerKey"
}
},
"consumerSecret": {
"title": "Consumer Secret",
"type": "string",
"x-schema-form": {
"type": "password"
"type": "customerSecret"
}
},
"refreshToken": {
"title": "Refresh Token",
"type": "string",
"x-schema-form": {
"type": "password"
"type": "refreshToken"
}
},
"notice": {
Expand Down Expand Up @@ -565,6 +581,7 @@
"notitle": true
},
"options.logging",
"callbackUrl",
"port"
]
}
Expand Down
Loading

0 comments on commit 4df270f

Please sign in to comment.