Skip to content

Commit

Permalink
repo updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Oct 19, 2024
1 parent 2005e41 commit 3340e40
Show file tree
Hide file tree
Showing 7 changed files with 1,536 additions and 1,138 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ _Unpublished_

### Fixed

- Attempt to fix an accessory duplication issue ([#37](https://github.com/bwp91/homebridge-deebot/issues/37))
- Attempt to fix an accessory duplication issue ([#37](https://github.com/homebridge-plugins/homebridge-deebot/issues/37))

### Removed

Expand Down Expand Up @@ -445,7 +445,7 @@ _Unpublished_

- ⚠️ The plugin now uses a **per-device** configuration
- Current device-specific configurations will cease to work until you update your settings
- Refer to [the wiki](https://github.com/bwp91/homebridge-deebot/wiki/Configuration) for details regarding the new configuration
- Refer to [the wiki](https://github.com/homebridge-plugins/homebridge-deebot/wiki/Configuration) for details regarding the new configuration
- Use the new `.onSet` methods available in Homebridge v1.3
- Modified config schema to show titles/descriptions for non Homebridge UI users
- Update wiki links in the Homebridge plugin-ui
Expand Down
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<a href="https://github.com/bwp91/homebridge-deebot"><img alt="homebridge-deebot" src="https://user-images.githubusercontent.com/43026681/101321841-f0eb5280-385d-11eb-8dd4-f57113f6e078.png" width="600px"></a>
<a href="https://github.com/homebridge-plugins/homebridge-deebot"><img alt="homebridge-deebot" src="https://user-images.githubusercontent.com/43026681/101321841-f0eb5280-385d-11eb-8dd4-f57113f6e078.png" width="600px"></a>
</p>
<span align="center">

Expand All @@ -8,7 +8,7 @@
Homebridge plugin to integrate ECOVACS Deebot or Yeedi devices into HomeKit

[![npm](https://img.shields.io/npm/v/homebridge-deebot/latest?label=latest)](https://www.npmjs.com/package/homebridge-deebot)
[![npm](https://img.shields.io/npm/v/homebridge-deebot/beta?label=beta)](https://github.com/bwp91/homebridge-deebot/wiki/Beta-Version)
[![npm](https://img.shields.io/npm/v/homebridge-deebot/beta?label=beta)](https://github.com/homebridge-plugins/homebridge-deebot/wiki/Beta-Version)

[![verified-by-homebridge](https://badgen.net/badge/homebridge/verified/purple)](https://github.com/homebridge/homebridge/wiki/Verified-Plugins)
[![hoobs-certified](https://badgen.net/badge/HOOBS/certified/yellow?label=hoobs)](https://plugins.hoobs.org/plugin/homebridge-deebot)
Expand All @@ -32,22 +32,22 @@ Homebridge plugin to integrate ECOVACS Deebot or Yeedi devices into HomeKit

### Setup

- [Installation](https://github.com/bwp91/homebridge-deebot/wiki/Installation)
- [Configuration](https://github.com/bwp91/homebridge-deebot/wiki/Configuration)
- [Installation](https://github.com/homebridge-plugins/homebridge-deebot/wiki/Installation)
- [Configuration](https://github.com/homebridge-plugins/homebridge-deebot/wiki/Configuration)
- [Beta Version](https://github.com/homebridge/homebridge/wiki/How-to-Install-Alternate-Plugin-Versions)
- [Node Version](https://github.com/bwp91/homebridge-deebot/wiki/Node-Version)
- [Node Version](https://github.com/homebridge-plugins/homebridge-deebot/wiki/Node-Version)

### Features

- [Supported Devices](https://github.com/bwp91/homebridge-deebot/wiki/Supported-Devices)
- [Speed Control](https://github.com/bwp91/homebridge-deebot/wiki/Speed-Control)
- [Predefined Areas](https://github.com/bwp91/homebridge-deebot/wiki/Predefined-Areas)
- [Supported Devices](https://github.com/homebridge-plugins/homebridge-deebot/wiki/Supported-Devices)
- [Speed Control](https://github.com/homebridge-plugins/homebridge-deebot/wiki/Speed-Control)
- [Predefined Areas](https://github.com/homebridge-plugins/homebridge-deebot/wiki/Predefined-Areas)

### Help/About

- [Common Errors](https://github.com/bwp91/homebridge-deebot/wiki/Common-Errors)
- [Support Request](https://github.com/bwp91/homebridge-deebot/issues/new/choose)
- [Changelog](https://github.com/bwp91/homebridge-deebot/blob/latest/CHANGELOG.md)
- [Common Errors](https://github.com/homebridge-plugins/homebridge-deebot/wiki/Common-Errors)
- [Support Request](https://github.com/homebridge-plugins/homebridge-deebot/issues/new/choose)
- [Changelog](https://github.com/homebridge-plugins/homebridge-deebot/blob/latest/CHANGELOG.md)
- [About Me](https://github.com/sponsors/bwp91)

### Credits
Expand Down
6 changes: 3 additions & 3 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"singular": true,
"customUi": true,
"customUiPath": "./lib/homebridge-ui",
"headerDisplay": "<p align=\"center\"><img width=\"60%\" src=\"https://user-images.githubusercontent.com/43026681/101321841-f0eb5280-385d-11eb-8dd4-f57113f6e078.png\"></p><p align=\"center\">For help and support please visit our <a href=\"https://github.com/bwp91/homebridge-deebot/wiki\">GitHub Wiki</a>. We hope you find this plugin useful!</p>",
"headerDisplay": "<p align=\"center\"><img width=\"60%\" src=\"https://user-images.githubusercontent.com/43026681/101321841-f0eb5280-385d-11eb-8dd4-f57113f6e078.png\"></p><p align=\"center\">For help and support please visit our <a href=\"https://github.com/homebridge-plugins/homebridge-deebot/wiki\">GitHub Wiki</a>. We hope you find this plugin useful!</p>",
"schema": {
"type": "object",
"properties": {
Expand All @@ -20,7 +20,7 @@
},
"countryCode": {
"title": "Country Code",
"description": "Two-letter country code which you can find <a href=\"https://github.com/bwp91/homebridge-deebot/wiki/Country-Codes\" target=\"_blank\">here</a>.",
"description": "Two-letter country code which you can find <a href=\"https://github.com/homebridge-plugins/homebridge-deebot/wiki/Country-Codes\" target=\"_blank\">here</a>.",
"type": "string",
"required": true
},
Expand Down Expand Up @@ -730,7 +730,7 @@
"condition": {
"functionBody": "return (model?.devices?.[arrayIndices]?.deviceId?.length > 0 && !model?.devices?.[arrayIndices]?.ignoreDevice);"
},
"description": "Create Eve app buttons for cleaning predefined 'Spot Areas' or 'Custom Areas'. <a href=\"https://github.com/bwp91/homebridge-deebot/wiki/Predefined-Areas\" target=\"_blank\">Read more →</a>",
"description": "Create Eve app buttons for cleaning predefined 'Spot Areas' or 'Custom Areas'. <a href=\"https://github.com/homebridge-plugins/homebridge-deebot/wiki/Predefined-Areas\" target=\"_blank\">Read more →</a>",
"items": [
{
"expandable": false,
Expand Down
20 changes: 10 additions & 10 deletions lib/homebridge-ui/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,58 +77,58 @@
<h4>Setup</h4>
<ul>
<li>
<a href="https://github.com/bwp91/homebridge-deebot/wiki/Installation" target="_blank"
<a href="https://github.com/homebridge-plugins/homebridge-deebot/wiki/Installation" target="_blank"
>Installation</a
>
</li>
<li>
<a href="https://github.com/bwp91/homebridge-deebot/wiki/Configuration" target="_blank"
<a href="https://github.com/homebridge-plugins/homebridge-deebot/wiki/Configuration" target="_blank"
>Configuration</a
>
</li>
<li>
<a href="https://github.com/bwp91/homebridge-deebot/wiki/Beta-Version" target="_blank"
<a href="https://github.com/homebridge-plugins/homebridge-deebot/wiki/Beta-Version" target="_blank"
>Beta Version</a
>
</li>
<li>
<a href="https://github.com/bwp91/homebridge-deebot/wiki/Node-Version" target="_blank"
<a href="https://github.com/homebridge-plugins/homebridge-deebot/wiki/Node-Version" target="_blank"
>Node Version</a
>
</li>
</ul>
<h4>Features</h4>
<ul>
<li>
<a href="https://github.com/bwp91/homebridge-deebot/wiki/Supported-Devices" target="_blank"
<a href="https://github.com/homebridge-plugins/homebridge-deebot/wiki/Supported-Devices" target="_blank"
>Supported Devices</a
>
</li>
<li>
<a href="https://github.com/bwp91/homebridge-deebot/wiki/Speed-Control" target="_blank"
<a href="https://github.com/homebridge-plugins/homebridge-deebot/wiki/Speed-Control" target="_blank"
>Speed Control</a
>
</li>
<li>
<a href="https://github.com/bwp91/homebridge-deebot/wiki/Custom-Areas" target="_blank"
<a href="https://github.com/homebridge-plugins/homebridge-deebot/wiki/Custom-Areas" target="_blank"
>Custom Areas</a
>
</li>
</ul>
<h4>Help/About</h4>
<ul>
<li>
<a href="https://github.com/bwp91/homebridge-deebot/wiki/Common-Errors" target="_blank"
<a href="https://github.com/homebridge-plugins/homebridge-deebot/wiki/Common-Errors" target="_blank"
>Common Errors</a
>
</li>
<li>
<a href="https://github.com/bwp91/homebridge-deebot/issues/new/choose" target="_blank"
<a href="https://github.com/homebridge-plugins/homebridge-deebot/issues/new/choose" target="_blank"
>Support Request</a
>
</li>
<li>
<a href="https://github.com/bwp91/homebridge-deebot/blob/latest/CHANGELOG.md" target="_blank"
<a href="https://github.com/homebridge-plugins/homebridge-deebot/blob/latest/CHANGELOG.md" target="_blank"
>Changelog</a
>
</li>
Expand Down
4 changes: 2 additions & 2 deletions lib/platform.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { createRequire } from 'node:module'
import { Buffer } from 'node:buffer'
import { createRequire } from 'node:module'
import process from 'node:process'
import { EcoVacsAPI, countries } from 'ecovacs-deebot'
import { countries, EcoVacsAPI } from 'ecovacs-deebot'
import platformConsts from './utils/constants.js'
import platformChars from './utils/custom-chars.js'
import { parseError, sleep } from './utils/functions.js'
Expand Down
Loading

0 comments on commit 3340e40

Please sign in to comment.