Skip to content

Commit 014d6ab

Browse files
NorthernMan54dependabot[bot]Copilot
authored
Beta 0.9.3 (#789)
* chore(deps): bump the actions group with 3 updates (#779) Bumps the actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-node](https://github.com/actions/setup-node) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) Updates `actions/setup-node` from 4 to 6 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4...v6) Updates `softprops/action-gh-release` from 1 to 2 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v1...v2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: softprops/action-gh-release dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump eslint-plugin-jest from 28.9.0 to 28.10.0 (#758) Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 28.9.0 to 28.10.0. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v28.9.0...v28.10.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update package.json * chore(deps): bump the packages group with 14 updates (#780) Bumps the packages group with 14 updates: | Package | From | To | | --- | --- | --- | | [axios](https://github.com/axios/axios) | `1.12.1` | `1.12.2` | | [debug](https://github.com/debug-js/debug) | `4.4.0` | `4.4.3` | | [mqtt](https://github.com/mqttjs/MQTT.js) | `5.10.3` | `5.14.1` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.2` | `24.8.1` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.16.0` | `9.37.0` | | [eslint](https://github.com/eslint/eslint) | `8.57.1` | `9.37.0` | | [eslint-plugin-format](https://github.com/antfu/eslint-plugin-format) | `0.1.3` | `1.0.2` | | [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `28.9.0` | `29.0.1` | | [babel-jest](https://github.com/jestjs/jest/tree/HEAD/packages/babel-jest) | `29.7.0` | `30.2.0` | | [globals](https://github.com/sindresorhus/globals) | `15.13.0` | `16.4.0` | | [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `29.7.0` | `30.2.0` | | [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.14` | `30.0.0` | | [nodemon](https://github.com/remy/nodemon) | `3.1.9` | `3.1.10` | | [semver](https://github.com/npm/node-semver) | `7.6.3` | `7.7.3` | Updates `axios` from 1.12.1 to 1.12.2 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.12.1...v1.12.2) Updates `debug` from 4.4.0 to 4.4.3 - [Release notes](https://github.com/debug-js/debug/releases) - [Commits](debug-js/debug@4.4.0...4.4.3) Updates `mqtt` from 5.10.3 to 5.14.1 - [Release notes](https://github.com/mqttjs/MQTT.js/releases) - [Changelog](https://github.com/mqttjs/MQTT.js/blob/main/CHANGELOG.md) - [Commits](mqttjs/MQTT.js@v5.10.3...v5.14.1) Updates `@types/node` from 22.10.2 to 24.8.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@eslint/js` from 9.16.0 to 9.37.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/commits/v9.37.0/packages/js) Updates `eslint` from 8.57.1 to 9.37.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v8.57.1...v9.37.0) Updates `eslint-plugin-format` from 0.1.3 to 1.0.2 - [Release notes](https://github.com/antfu/eslint-plugin-format/releases) - [Commits](antfu/eslint-plugin-format@v0.1.3...v1.0.2) Updates `eslint-plugin-jest` from 28.9.0 to 29.0.1 - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v28.9.0...v29.0.1) Updates `babel-jest` from 29.7.0 to 30.2.0 - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.2.0/packages/babel-jest) Updates `globals` from 15.13.0 to 16.4.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v15.13.0...v16.4.0) Updates `jest` from 29.7.0 to 30.2.0 - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.2.0/packages/jest) Updates `@types/jest` from 29.5.14 to 30.0.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Updates `nodemon` from 3.1.9 to 3.1.10 - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](remy/nodemon@v3.1.9...v3.1.10) Updates `semver` from 7.6.3 to 7.7.3 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](npm/node-semver@v7.6.3...v7.7.3) --- updated-dependencies: - dependency-name: axios dependency-version: 1.12.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: packages - dependency-name: debug dependency-version: 4.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: packages - dependency-name: mqtt dependency-version: 5.14.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: packages - dependency-name: "@types/node" dependency-version: 24.8.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: packages - dependency-name: "@eslint/js" dependency-version: 9.37.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: packages - dependency-name: eslint dependency-version: 9.37.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: packages - dependency-name: eslint-plugin-format dependency-version: 1.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: packages - dependency-name: eslint-plugin-jest dependency-version: 29.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: packages - dependency-name: babel-jest dependency-version: 30.2.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: packages - dependency-name: globals dependency-version: 16.4.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: packages - dependency-name: jest dependency-version: 30.2.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: packages - dependency-name: "@types/jest" dependency-version: 30.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: packages - dependency-name: nodemon dependency-version: 3.1.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: packages - dependency-name: semver dependency-version: 7.7.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: packages ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Northern Man <19808920+NorthernMan54@users.noreply.github.com> * Bump typescript from 5.5.4 to 5.7.2 (#746) Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.7.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.5.4...v5.7.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump ts-jest from 29.2.4 to 29.2.5 (#722) Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.2.4 to 29.2.5. - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](kulshekhar/ts-jest@v29.2.4...v29.2.5) --- updated-dependencies: - dependency-name: ts-jest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Northern Man <19808920+NorthernMan54@users.noreply.github.com> * Bump hap-node-client from 0.2.8 to 0.2.9 (#720) Bumps [hap-node-client](https://github.com/NorthernMan54/Hap-Node-Client) from 0.2.8 to 0.2.9. - [Release notes](https://github.com/NorthernMan54/Hap-Node-Client/releases) - [Commits](NorthernMan54/Hap-Node-Client@0.2.8...0.2.9) --- updated-dependencies: - dependency-name: hap-node-client dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Northern Man <19808920+NorthernMan54@users.noreply.github.com> * Update package-lock.json * Fix tests * Update CHANGELOG.md * Update package.json * Update Build_and_Publish.yml * Update Build_and_Publish.yml * Update Build_and_Publish.yml * Fix RangeController response property name for window covering state reporting (#786) * Initial plan * Initial analysis: window covering percentage issue Co-authored-by: NorthernMan54 <19808920+NorthernMan54@users.noreply.github.com> * Fix RangeController response property name for window coverings Co-authored-by: NorthernMan54 <19808920+NorthernMan54@users.noreply.github.com> * Add tests for RangeController response and fix hardcoded paths Co-authored-by: NorthernMan54 <19808920+NorthernMan54@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: NorthernMan54 <19808920+NorthernMan54@users.noreply.github.com> * Dependencies * chore(deps): bump the actions group with 3 updates (#782) Bumps the actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-node](https://github.com/actions/setup-node) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) Updates `actions/setup-node` from 4 to 6 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4...v6) Updates `softprops/action-gh-release` from 1 to 2 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v1...v2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: softprops/action-gh-release dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Remove fix * Remove * chore(deps): bump the packages group across 1 directory with 15 updates (#784) Bumps the packages group with 14 updates in the / directory: | Package | From | To | | --- | --- | --- | | [axios](https://github.com/axios/axios) | `1.12.1` | `1.13.1` | | [debug](https://github.com/debug-js/debug) | `4.4.0` | `4.4.3` | | [mqtt](https://github.com/mqttjs/MQTT.js) | `5.10.3` | `5.14.1` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.2` | `24.9.2` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.16.0` | `9.38.0` | | [eslint](https://github.com/eslint/eslint) | `8.57.1` | `9.38.0` | | [eslint-plugin-format](https://github.com/antfu/eslint-plugin-format) | `0.1.3` | `1.0.2` | | [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `28.9.0` | `29.0.1` | | [babel-jest](https://github.com/jestjs/jest/tree/HEAD/packages/babel-jest) | `29.7.0` | `30.2.0` | | [globals](https://github.com/sindresorhus/globals) | `15.13.0` | `16.4.0` | | [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `29.7.0` | `30.2.0` | | [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.14` | `30.0.0` | | [nodemon](https://github.com/remy/nodemon) | `3.1.9` | `3.1.10` | | [rimraf](https://github.com/isaacs/rimraf) | `6.0.1` | `6.1.0` | Updates `axios` from 1.12.1 to 1.13.1 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.12.1...v1.13.1) Updates `debug` from 4.4.0 to 4.4.3 - [Release notes](https://github.com/debug-js/debug/releases) - [Commits](debug-js/debug@4.4.0...4.4.3) Updates `mqtt` from 5.10.3 to 5.14.1 - [Release notes](https://github.com/mqttjs/MQTT.js/releases) - [Changelog](https://github.com/mqttjs/MQTT.js/blob/main/CHANGELOG.md) - [Commits](mqttjs/MQTT.js@v5.10.3...v5.14.1) Updates `@types/node` from 22.10.2 to 24.9.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@eslint/js` from 9.16.0 to 9.38.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/commits/v9.38.0/packages/js) Updates `eslint` from 8.57.1 to 9.38.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v8.57.1...v9.38.0) Updates `eslint-plugin-format` from 0.1.3 to 1.0.2 - [Release notes](https://github.com/antfu/eslint-plugin-format/releases) - [Commits](antfu/eslint-plugin-format@v0.1.3...v1.0.2) Updates `eslint-plugin-jest` from 28.9.0 to 29.0.1 - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v28.9.0...v29.0.1) Updates `babel-jest` from 29.7.0 to 30.2.0 - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.2.0/packages/babel-jest) Updates `globals` from 15.13.0 to 16.4.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v15.13.0...v16.4.0) Updates `jest` from 29.7.0 to 30.2.0 - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.2.0/packages/jest) Updates `@types/jest` from 29.5.14 to 30.0.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Updates `nodemon` from 3.1.9 to 3.1.10 - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](remy/nodemon@v3.1.9...v3.1.10) Updates `rimraf` from 6.0.1 to 6.1.0 - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](isaacs/rimraf@v6.0.1...v6.1.0) Updates `semver` from 7.6.3 to 7.7.3 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](npm/node-semver@v7.6.3...v7.7.3) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: packages - dependency-name: debug dependency-version: 4.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: packages - dependency-name: mqtt dependency-version: 5.14.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: packages - dependency-name: "@types/node" dependency-version: 24.9.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: packages - dependency-name: "@eslint/js" dependency-version: 9.38.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: packages - dependency-name: eslint dependency-version: 9.38.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: packages - dependency-name: eslint-plugin-format dependency-version: 1.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: packages - dependency-name: eslint-plugin-jest dependency-version: 29.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: packages - dependency-name: babel-jest dependency-version: 30.2.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: packages - dependency-name: globals dependency-version: 16.4.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: packages - dependency-name: jest dependency-version: 30.2.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: packages - dependency-name: "@types/jest" dependency-version: 30.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: packages - dependency-name: nodemon dependency-version: 3.1.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: packages - dependency-name: rimraf dependency-version: 6.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: packages - dependency-name: semver dependency-version: 7.7.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: packages ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update CHANGELOG.md --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
1 parent e4f208f commit 014d6ab

File tree

10 files changed

+5587
-7816
lines changed

10 files changed

+5587
-7816
lines changed

.github/workflows/Build_and_Publish.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: "Build, Publish and Release"
2+
23

34
#
45
# Automatically publish beta releases on pushes, require a manual workflow action for production releases
@@ -14,13 +15,17 @@ on:
1415
branches: [beta-*.*.*, beta]
1516
workflow_dispatch:
1617

18+
concurrency:
19+
group: build_and_publish
20+
cancel-in-progress: true
21+
1722
jobs:
1823
get_tags:
1924
runs-on: ubuntu-latest
2025

2126
steps:
2227
# checkout repo
23-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2429

2530
# get branch / tag name
2631
- name: Get Branch / Tag Name
@@ -47,12 +52,12 @@ jobs:
4752

4853
steps:
4954
# checkout repo
50-
- uses: actions/checkout@v4
55+
- uses: actions/checkout@v5
5156
with:
5257
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal access token.
5358
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
5459

55-
- uses: actions/setup-node@v4
60+
- uses: actions/setup-node@v6
5661
with:
5762
node-version: lts/*
5863

@@ -110,9 +115,9 @@ jobs:
110115
needs: [publish_prod_release]
111116
runs-on: ubuntu-latest
112117
steps:
113-
- uses: actions/checkout@v4
118+
- uses: actions/checkout@v5
114119
- name: Create Release
115-
uses: softprops/action-gh-release@v1
120+
uses: softprops/action-gh-release@v2
116121
env:
117122
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
118123
with:

CHANGELOG.md

Lines changed: 28 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,37 @@
22

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

5+
## 0.9.3 (2025-10-18)
6+
7+
## [Version 0.9.3](https://github.com/northernman54/homebridge-alexa/compare/0.9.2...0.9.3)
8+
9+
#### Fixes
10+
11+
- Fix for RangeController response property name for window covering state reporting (#786)
12+
13+
#### Changes
14+
15+
- Dependency Updates
16+
517
## 0.9.2 (2025-09-13)
618

7-
## [Version 0.9.2](https://github.com/northernman54/homebridge-alexa/compare/v0.9.1...v0.9.2)
19+
## [Version 0.9.2](https://github.com/northernman54/homebridge-alexa/compare/0.9.1...0.9.2)
820

921
#### Changes
1022

1123
- Dependency Updates
1224

1325
## 0.9.1 (2025-08-13)
1426

15-
## [Version 0.9.1](https://github.com/northernman54/homebridge-alexa/compare/v0.9.0...v0.9.1)
27+
## [Version 0.9.1](https://github.com/northernman54/homebridge-alexa/compare/0.9.0...0.9.1)
1628

1729
#### Bug Fix
1830

1931
- AC can't change temperature #579
2032

2133
## 0.9.0 (2025-03-30)
2234

23-
## [Version 0.9.0](https://github.com/northernman54/homebridge-alexa/compare/v0.8.2...v0.9.0)
35+
## [Version 0.9.0](https://github.com/northernman54/homebridge-alexa/compare/0.8.2...0.9.0)
2436

2537
#### Changes
2638

@@ -37,23 +49,23 @@ All notable changes to this project will be documented in this file. This projec
3749

3850
## 0.8.2 (2024-12-27)
3951

40-
## [Version 0.8.2](https://github.com/northernman54/homebridge-alexa/compare/v0.8.1...v0.8.2)
52+
## [Version 0.8.2](https://github.com/northernman54/homebridge-alexa/compare/0.8.1...0.8.2)
4153

4254
#### Bug Fix
4355

4456
- Doorbell events not being received
4557

4658
## 0.8.1 (2024-12-24)
4759

48-
## [Version 0.8.1](https://github.com/northernman54/homebridge-alexa/compare/v0.8.0...v0.8.1)
60+
## [Version 0.8.1](https://github.com/northernman54/homebridge-alexa/compare/0.8.0...0.8.1)
4961

5062
#### Bug Fix
5163

5264
- Improved performance for Playback and Input controller, and resolve device not responding after a command
5365

5466
## 0.8.0 (2024-12-24)
5567

56-
## [Version 0.8.0](https://github.com/northernman54/homebridge-alexa/compare/v0.7.1...v0.8.0)
68+
## [Version 0.8.0](https://github.com/northernman54/homebridge-alexa/compare/0.7.1...0.8.0)
5769

5870
#### Changes
5971

@@ -63,7 +75,7 @@ All notable changes to this project will be documented in this file. This projec
6375

6476
## 0.7.1 (2024-09-24)
6577

66-
## [Version 0.7.1](https://github.com/northernman54/homebridge-alexa/compare/v0.7.0...v0.7.1)
78+
## [Version 0.7.1](https://github.com/northernman54/homebridge-alexa/compare/0.7.0...0.7.1)
6779

6880
#### Changes
6981

@@ -73,7 +85,7 @@ All notable changes to this project will be documented in this file. This projec
7385

7486
## 0.7.0 (2023-05-30)
7587

76-
## [Version 0.7.0](https://github.com/northernman54/homebridge-alexa/compare/v0.6.9...v0.7.0)
88+
## [Version 0.7.0](https://github.com/northernman54/homebridge-alexa/compare/0.6.9...0.7.0)
7789

7890
#### Changes
7991

@@ -82,7 +94,7 @@ All notable changes to this project will be documented in this file. This projec
8294

8395
## 0.6.9 (2023-03-30)
8496

85-
## [Version 0.6.9](https://github.com/northernman54/homebridge-alexa/compare/v0.6.8...v0.6.9)
97+
## [Version 0.6.9](https://github.com/northernman54/homebridge-alexa/compare/0.6.8...0.6.9)
8698

8799
#### Changes
88100

@@ -92,55 +104,55 @@ All notable changes to this project will be documented in this file. This projec
92104

93105
## 0.6.8 (2023-12-13)
94106

95-
## [Version 0.6.8](https://github.com/northernman54/homebridge-alexa/compare/v0.6.7...v0.6.8)
107+
## [Version 0.6.8](https://github.com/northernman54/homebridge-alexa/compare/0.6.7...0.6.8)
96108

97109
#### Changes
98110

99111
- Fix for issue #591, Window coverings / blinds show as unresponsive in the Alexa App
100112

101113
## 0.6.7 (2023-09-27)
102114

103-
## [Version 0.6.7](https://github.com/northernman54/homebridge-alexa/compare/v0.6.6...v0.6.7)
115+
## [Version 0.6.7](https://github.com/northernman54/homebridge-alexa/compare/0.6.6...0.6.7)
104116

105117
#### Changes
106118

107119
- Fix for issue #579, AC can't change temperature
108120

109121
## 0.6.6 (2023-07-07)
110122

111-
## [Version 0.6.6](https://github.com/northernman54/homebridge-alexa/compare/v0.6.5...v0.6.6)
123+
## [Version 0.6.6](https://github.com/northernman54/homebridge-alexa/compare/0.6.5...0.6.6)
112124

113125
#### Changes
114126

115127
- Fix for issue #572, Issue with Heater/Cooler devices and alexa status request failing with an error.
116128

117129
## 0.6.5 (2023-01-03)
118130

119-
## [Version 0.6.4](https://github.com/northernman54/homebridge-alexa/compare/v0.6.4...v0.6.5)
131+
## [Version 0.6.4](https://github.com/northernman54/homebridge-alexa/compare/0.6.4...0.6.5)
120132

121133
#### Changes
122134

123135
- Fix for issue #551, which includes an alternate device naming approach that combines the HomeKit internal services names for an accessory to resolve some issues with duplicate device names. The new config option `mergeServiceName` enables this feature. This option if enabled is a break changing for existing implementations, and will cause existing devices to no longer be controllable by Alexa. You will need to remove the non-functioning devices from the Alexa App and ask Alexa to discover devices again to resolve.
124136

125137
## 0.6.4 (2023-01-03)
126138

127-
## [Version 0.6.4](https://github.com/northernman54/homebridge-alexa/compare/v0.6.3...v0.6.4)
139+
## [Version 0.6.4](https://github.com/northernman54/homebridge-alexa/compare/0.6.3...0.6.4)
128140

129141
#### Changes
130142

131143
- Fix for issue #564
132144

133145
## 0.6.3 (2023-01-03)
134146

135-
## [Version 0.6.3](https://github.com/northernman54/homebridge-alexa/compare/v0.6.0...v0.6.3)
147+
## [Version 0.6.3](https://github.com/northernman54/homebridge-alexa/compare/0.6.0...0.6.3)
136148

137149
#### Changes
138150

139151
- Disable support for ipv6, this was problematic for some users #561
140152

141153
## 0.6.0 (2023-01-03)
142154

143-
## [Version 0.6.0](https://github.com/northernman54/homebridge-alexa/compare/v0.5.63...v0.6.0)
155+
## [Version 0.6.0](https://github.com/northernman54/homebridge-alexa/compare/0.5.63...v0.6.0)
144156

145157
#### Changes
146158

0 commit comments

Comments
 (0)