Skip to content

Commit

Permalink
appSelect
Browse files Browse the repository at this point in the history
  • Loading branch information
donavanbecker committed Oct 24, 2024
1 parent a4d45e9 commit 5bafbf8
Show file tree
Hide file tree
Showing 11 changed files with 145 additions and 134 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ contact_links:
url: https://discord.gg/8fpZA4S
about: Please ask and answer questions here.
- name: Homebridge-Resideo - Pull Requests
url: https://github.com/donavanbecker/homebridge-resideo/pulls
url: https://github.com/homebridge-plugins/homebridge-resideo/pulls
about: Please report security vulnerabilities here.
30 changes: 20 additions & 10 deletions .github/workflows/beta-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Node-CI Beta
on:
push:
branches: [beta-*.*.*, beta]
release:
types: [prereleased]
workflow_dispatch:

jobs:
Expand All @@ -21,7 +19,7 @@ jobs:
publish:
needs: lint

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

uses: donavanbecker/.github/.github/workflows/npm-publish.yml@latest
with:
Expand All @@ -32,14 +30,26 @@ jobs:
secrets:
npm_auth_token: ${{ secrets.npm_token }}

github-releases-to-discord:
pre-release:
needs: publish
if: ${{ github.repository == 'homebridge-plugins/homebridge-resideo' }}
uses: donavanbecker/.github/.github/workflows/pre-release.yml@latest
with:
npm_version: ${{ needs.publish.outputs.NPM_VERSION }}
body: |
**Beta Release**
**Version**: v${{ needs.publish.outputs.NPM_VERSION }}
[How To Test Beta Releases](https://github.com/homebridge-plugins/homebridge-resideo/wiki/Beta-Version)
if: ${{ github.repository == 'donavanbecker/homebridge-resideo' && github.event.release.prerelease == true }}

uses: OpenWonderLabs/.github/.github/workflows/discord-webhooks.yml@latest
github-releases-to-discord:
name: Discord Webhooks
needs: [build_and_test,publish]
if: ${{ github.repository == 'homebridge-plugins/homebridge-resideo' }}
uses: donavanbecker/.github/.github/workflows/discord-webhooks.yml@latest
with:
footer_title: "Resideo"
title: "Resideo Beta Release"
description: |
Version `v${{ needs.publish.outputs.NPM_VERSION }}`
url: "https://github.com/homebridge-plugins/homebridge-resideo/releases/tag/v${{ needs.publish.outputs.NPM_VERSION }}"
secrets:
DISCORD_WEBHOOK_URL_LATEST: ${{ secrets.DISCORD_WEBHOOK_URL_LATEST }}
DISCORD_WEBHOOK_URL_BETA: ${{ secrets.DISCORD_WEBHOOK_URL_BETA }}
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_URL_BETA || secrets.DISCORD_WEBHOOK_URL_LATEST }}
23 changes: 11 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Node Release

on:
push:
tags:
- 'v*.*.*'
workflow_dispatch:
release:
types: [published]

jobs:
build_and_test:
Expand All @@ -17,20 +15,21 @@ jobs:
publish:
needs: build_and_test

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

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' }}

name: Discord Webhooks
needs: [build_and_test,publish]
if: ${{ github.repository == 'homebridge-plugins/homebridge-resideo' }}
uses: donavanbecker/.github/.github/workflows/discord-webhooks.yml@latest
with:
footer_title: "Resideo"
title: "Resideo Release"
description: |
Version `v${{ needs.publish.outputs.NPM_VERSION }}`
url: "https://github.com/homebridge-plugins/homebridge-resideo/releases/tag/v${{ needs.publish.outputs.NPM_VERSION }}"
secrets:
DISCORD_WEBHOOK_URL_LATEST: ${{ secrets.DISCORD_WEBHOOK_URL_LATEST }}
DISCORD_WEBHOOK_URL_BETA: ${{ secrets.DISCORD_WEBHOOK_URL_BETA }}
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_URL_LATEST }}
78 changes: 39 additions & 39 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,144 +2,144 @@

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

## [2.1.5](https://github.com/donavanbecker/homebridge-resideo/releases/tag/v2.1.5) (2024-09-25)
## [2.1.5](https://github.com/homebridge-plugins/homebridge-resideo/releases/tag/v2.1.5) (2024-09-25)

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

**Full Changelog**: https://github.com/donavanbecker/homebridge-resideo/compare/v2.1.4...v2.1.5
**Full Changelog**: https://github.com/homebridge-plugins/homebridge-resideo/compare/v2.1.4...v2.1.5

## [2.1.4](https://github.com/donavanbecker/homebridge-resideo/releases/tag/v2.1.4) (2024-07-16)
## [2.1.4](https://github.com/homebridge-plugins/homebridge-resideo/releases/tag/v2.1.4) (2024-07-16)

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

**Full Changelog**: https://github.com/donavanbecker/homebridge-resideo/compare/v2.1.3...v2.1.4
**Full Changelog**: https://github.com/homebridge-plugins/homebridge-resideo/compare/v2.1.3...v2.1.4

## [2.1.3](https://github.com/donavanbecker/homebridge-resideo/releases/tag/v2.1.3) (2024-07-06)
## [2.1.3](https://github.com/homebridge-plugins/homebridge-resideo/releases/tag/v2.1.3) (2024-07-06)

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

**Full Changelog**: https://github.com/donavanbecker/homebridge-resideo/compare/v2.1.2...v2.1.3
**Full Changelog**: https://github.com/homebridge-plugins/homebridge-resideo/compare/v2.1.2...v2.1.3

## [2.1.2](https://github.com/donavanbecker/homebridge-resideo/releases/tag/v2.1.2) (2024-05-30)
## [2.1.2](https://github.com/homebridge-plugins/homebridge-resideo/releases/tag/v2.1.2) (2024-05-30)

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

**Full Changelog**: https://github.com/donavanbecker/homebridge-resideo/compare/v2.1.1...v2.1.2
**Full Changelog**: https://github.com/homebridge-plugins/homebridge-resideo/compare/v2.1.1...v2.1.2

## [2.1.1](https://github.com/donavanbecker/homebridge-resideo/releases/tag/v2.1.1) (2024-05-29)
## [2.1.1](https://github.com/homebridge-plugins/homebridge-resideo/releases/tag/v2.1.1) (2024-05-29)

### What's Changes
- Fix for UI linking issues and refresh issues.
- Housekeeping and updated dependencies.

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

## [2.1.0](https://github.com/donavanbecker/homebridge-resideo/releases/tag/v2.1.0) (2024-05-26)
## [2.1.0](https://github.com/homebridge-plugins/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
**Full Changelog**: https://github.com/homebridge-plugins/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)
## [2.0.1](https://github.com/homebridge-plugins/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)
- Attempt to fix UI [#822](https://github.com/homebridge-plugins/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
**Full Changelog**: https://github.com/homebridge-plugins/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)
## [2.0.0](https://github.com/homebridge-plugins/homebridge-resideo/releases/tag/v2.0.0) (2024-01-31)

### What's Changes
- Moved from CommonJS to ES Module
- Housekeeping and updated dependencies.

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

## [1.4.6](https://github.com/donavanbecker/homebridge-resideo/releases/tag/v1.4.6) (2024-01-16)
## [1.4.6](https://github.com/homebridge-plugins/homebridge-resideo/releases/tag/v1.4.6) (2024-01-16)

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

**Full Changelog**: https://github.com/donavanbecker/homebridge-resideo/compare/v1.4.5...v1.4.6
**Full Changelog**: https://github.com/homebridge-plugins/homebridge-resideo/compare/v1.4.5...v1.4.6

## [1.4.5](https://github.com/donavanbecker/homebridge-resideo/releases/tag/v1.4.5) (2023-12-15)
## [1.4.5](https://github.com/homebridge-plugins/homebridge-resideo/releases/tag/v1.4.5) (2023-12-15)

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

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

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

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

**Full Changelog**: https://github.com/donavanbecker/homebridge-resideo/compare/v1.4.3...v1.4.4
**Full Changelog**: https://github.com/homebridge-plugins/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)
## [1.4.3](https://github.com/homebridge-plugins/homebridge-resideo/releases/tag/v1.4.3) (2023-10-31)

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

**Full Changelog**: https://github.com/donavanbecker/homebridge-resideo/compare/v1.4.2...v1.4.3
**Full Changelog**: https://github.com/homebridge-plugins/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)
## [1.4.2](https://github.com/homebridge-plugins/homebridge-resideo/releases/tag/v1.4.2) (2023-08-27)

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

**Full Changelog**: https://github.com/donavanbecker/homebridge-resideo/compare/v1.4.1...v1.4.2
**Full Changelog**: https://github.com/homebridge-plugins/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)
## [1.4.1](https://github.com/homebridge-plugins/homebridge-resideo/releases/tag/v1.4.1) (2023-08-19)

### 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
**Full Changelog**: https://github.com/homebridge-plugins/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)
## [1.4.0](https://github.com/homebridge-plugins/homebridge-resideo/releases/tag/v1.4.0) (2023-08-19)

### 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
**Full Changelog**: https://github.com/homebridge-plugins/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)
## [1.3.0](https://github.com/homebridge-plugins/homebridge-resideo/releases/tag/v1.3.0) (2023-04-08)

### 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.

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

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

### 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
**Full Changelog**: https://github.com/homebridge-plugins/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)
## [1.1.0](https://github.com/homebridge-plugins/homebridge-resideo/releases/tag/v1.1.0) (2022-10-18)

### 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
**Full Changelog**: https://github.com/homebridge-plugins/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)
## [1.0.0](https://github.com/homebridge-plugins/homebridge-resideo/releases/tag/v1.0.0) (2022-09-23)

### 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
**homebridge-honeywell-home Changelog**: https://github.com/homebridge-plugins/homebridge-resideo/blob/latest/honeywell/homebridge-honeywell-home-changelog.md
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<span align="center">

<a href="https://github.com/homebridge/verified/blob/latest/verified-plugins.json"><img alt="homebridge-verified" src="https://raw.githubusercontent.com/donavanbecker/homebridge-resideo/latest/branding/Homebridge_x_Resideo.svg?sanitize=true" width="350px"></a>
<a href="https://github.com/homebridge/verified/blob/latest/verified-plugins.json"><img alt="homebridge-verified" src="https://raw.githubusercontent.com/homebridge-plugins/homebridge-resideo/latest/branding/Homebridge_x_Resideo.svg?sanitize=true" width="350px"></a>

# Homebridge Resideo

Expand Down
2 changes: 1 addition & 1 deletion config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"customUi": true,
"customUiPath": "./dist/homebridge-ui",
"headerDisplay": "<p align='center'><img width='250px' src='https://user-images.githubusercontent.com/3979615/71876008-d99d7400-3179-11ea-909b-9d2a3d1e670f.png'></p>\n\nThe **Homebridge Resideo** plugin allows you to control Resideo thermostats and also view your Leak and Room Sensors from HomeKit. \n\nTo get started link your Resideo account using the button below.",
"footerDisplay": "Your Resideo account has been linked. Please raise any issues on our [project page](https://github.com/donavanbecker/homebridge-resideo/issues).\n\nIf you would like to have other Resideo Devices besides Thermostat, Leak Sensors, or Room Sensors added to this plugin fill out [Feature Request Form](https://github.com/donavanbecker/homebridge-resideo/issues/new?assignees=&labels=&template=feature_request.md).",
"footerDisplay": "Your Resideo account has been linked. Please raise any issues on our [project page](https://github.com/homebridge-plugins/homebridge-resideo/issues).\n\nIf you would like to have other Resideo Devices besides Thermostat, Leak Sensors, or Room Sensors added to this plugin fill out [Feature Request Form](https://github.com/homebridge-plugins/homebridge-resideo/issues/new?assignees=&labels=&template=feature_request.md).",
"schema": {
"type": "object",
"properties": {
Expand Down
Loading

0 comments on commit 5bafbf8

Please sign in to comment.