From f58c95558fea5064e3c7570d79d9447eba327717 Mon Sep 17 00:00:00 2001 From: HJD Date: Sat, 1 Jun 2024 16:08:09 -0500 Subject: [PATCH] v2.2.1. --- README.md | 3 +-- homebridge-ui/public/index.html | 3 --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 4 files changed, 11 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index edcf7d7..447ec1e 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,6 @@ In the interest of the community seeking a solution outside of myQ, I've develop * A rich webUI for configuration. ## Installation -### Getting Started To get started with `homebridge-ratgdo`: * Install `homebridge-ratgdo` using the Homebridge webUI. Make sure you make `homebridge-ratgdo` a child bridge for the best experience. @@ -44,6 +43,7 @@ To get started with `homebridge-ratgdo`: * Fully open and close the garage door one time. ESPHome Ratgdo will use this to determine how long it takes to open and close your garage door to enable precise control of the position of the garage door opener. * That's it. Ensure `homebridge-ratgdo` is running and it will autodiscover your Ratgdo devices and make them available in HomeKit. + > [!WARNING] > The current ESPHome firmware versions (2024.5.0 onward) appear to have some regressions that the ESPHome developers are working through. [I recommend installing the 2024.4.2 version of ESPHome.](https://github.com/hjdhjd/homebridge-ratgdo/blob/main/esphome/README.md) @@ -60,7 +60,6 @@ To get started with `homebridge-ratgdo`: ## Documentation * Getting Started * [Installation](#installation): installing this plugin, including system requirements. - * [Plugin Configuration](#getting-started): how to quickly get up and running. * [Changelog](https://github.com/hjdhjd/homebridge-ratgdo/blob/main/docs/Changelog.md): changes and release history of this plugin. * Additional Topics diff --git a/homebridge-ui/public/index.html b/homebridge-ui/public/index.html index 6fa4d95..1cfc11a 100644 --- a/homebridge-ui/public/index.html +++ b/homebridge-ui/public/index.html @@ -81,9 +81,6 @@
Getting Started
  • Installation: installing this plugin, including system requirements.
  • -
  • - Plugin Configuration: how to quickly get up and running. -
  • Additional Notes: some things you should be aware of, including Ratgdo-specific quirks.
  • diff --git a/package-lock.json b/package-lock.json index 6a530c9..6cf65b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.2.1", "license": "ISC", "dependencies": { - "@adobe/fetch": "^4.1.2", + "@adobe/fetch": "^4.1.3", "@homebridge/plugin-ui-utils": "^1.0.3", "bonjour-service": "^1.2.1", "eventsource": "^2.0.2", @@ -50,11 +50,11 @@ } }, "node_modules/@adobe/fetch": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/@adobe/fetch/-/fetch-4.1.2.tgz", - "integrity": "sha512-O7yA/NgQGkp/2SFOTrcSFOb91VMZH29QRE9dXev/K8xVJkIL1g1B8IqT2G8sRurgQw2CPBQ2H7GF/FHW/HBxKw==", + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/@adobe/fetch/-/fetch-4.1.3.tgz", + "integrity": "sha512-d/NfW/QFZwehkElCkzjZQhv7qkAmq1tDQpOKw3trAV9DzACcpnEc+aC2bzfc4pLWu45WcLusUZxl1Yw5F8pKDw==", "dependencies": { - "debug": "4.3.4", + "debug": "4.3.5", "http-cache-semantics": "4.1.1", "lru-cache": "7.18.3" }, @@ -1043,9 +1043,9 @@ } }, "node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz", + "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==", "dependencies": { "ms": "2.1.2" }, diff --git a/package.json b/package.json index ac32351..437be19 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "homebridge-ratgdo", "displayName": "Homebridge Ratgdo", - "version": "2.2.0", + "version": "2.2.1", "description": "HomeKit integration for LiftMaster and Chamberlain garage door openers, without requiring myQ.", "license": "ISC", "repository": { @@ -41,7 +41,7 @@ "typescript-eslint": "^7.11.0" }, "dependencies": { - "@adobe/fetch": "^4.1.2", + "@adobe/fetch": "^4.1.3", "@homebridge/plugin-ui-utils": "^1.0.3", "bonjour-service": "^1.2.1", "eventsource": "^2.0.2",