diff --git a/README.md b/README.md index cd4c843..1f60b34 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ [![discord-meater](https://badgen.net/discord/online-members/5wYTbwP4ha?icon=discord&label=discord)](https://discord.gg/5wYTbwP4ha)

The Homebridge Meater plugin allows you to access your Meater Device(s) from HomeKit with - Homebridge. + Homebridge.

@@ -26,12 +26,6 @@ 2. Register a meater account and log in into your account 3. Restart Homebridge/Child Bridge -

- - - -

- ## Supported Meater Devices - diff --git a/docs/functions/default.html b/docs/functions/default.html index 019bc25..41decb7 100644 --- a/docs/functions/default.html +++ b/docs/functions/default.html @@ -1 +1 @@ -default | @homebridge-plugins/homebridge-meater
  • Parameters

    • api: API

    Returns void

+default | @homebridge-plugins/homebridge-meater
  • Parameters

    • api: API

    Returns void

diff --git a/docs/index.html b/docs/index.html index b5812c3..c90bd4d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4,7 +4,7 @@ npm downloads discord-meater

The Homebridge Meater plugin allows you to access your Meater Device(s) from HomeKit with - Homebridge. + Homebridge.

    @@ -17,9 +17,6 @@
  1. Register a meater account and log in into your account
  2. Restart Homebridge/Child Bridge
-

- -

diff --git a/package-lock.json b/package-lock.json index 88489ee..3a28ec0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "vitest": "^2.1.4" }, "engines": { - "homebridge": "^1.8.5 || ^2.0.0 || ^2.0.0-beta.11 || ^2.0.0-alpha.10", + "homebridge": "^1.8.5 || ^2.0.0 || ^2.0.0-beta.23 || ^2.0.0-alpha.37", "node": "^20 || ^22" } }, diff --git a/package.json b/package.json index 6c1cc74..ba657a9 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,9 @@ "name": "donavanbecker", "url": "https://github.com/donavanbecker" }, + "maintainers": [ + "donavanbecker" + ], "license": "ISC", "funding": [ { @@ -33,9 +36,8 @@ "temperature" ], "main": "dist/index.js", - "icon": "https://raw.githubusercontent.com/homebridge-plugins/homebridge-meater/beta-2.12.1/branding/icon.png", "engines": { - "homebridge": "^1.8.5 || ^2.0.0 || ^2.0.0-beta.11 || ^2.0.0-alpha.10", + "homebridge": "^1.8.5 || ^2.0.0 || ^2.0.0-beta.23 || ^2.0.0-alpha.37", "node": "^20 || ^22" }, "scripts": {