homebridge-tasmota-control 0.4.21 → 0.4.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -26,8 +26,7 @@ Homebridge plugin for Tasmota flashed devices.
26
26
  ### Configuration
27
27
  * Run this plugin as a [Child Bridge](https://github.com/homebridge/homebridge/wiki/Child-Bridges) (Highly Recommended), this prevent crash Homebridge if plugin crashes.
28
28
  * Install and use [Homebridge Config UI X](https://github.com/oznu/homebridge-config-ui-x/wiki) to configure this plugin (Highly Recommended).
29
- * The sample configuration can be edited and used manually as an alternative.
30
- * See the `sample-config.json` file example or copy the example below into your config.json file, making the apporpriate changes before saving it.
29
+ * The `sample-config.json` can be edited and used as an alternative.
31
30
  * Be sure to always make a backup copy of your config.json file before making any changes to it.
32
31
 
33
32
  <p align="left">
@@ -44,22 +43,3 @@ Homebridge plugin for Tasmota flashed devices.
44
43
  | `enableDebugMode` | This enable deep log in homebridge console. |
45
44
  | `disableLogInfo` | This disable log info, all values and state will not be displayed in Homebridge log console. |
46
45
  | `disableLogDeviceInfo` | If enabled, add ability to disable log device info by every connections device to the network. |
47
-
48
- ```json
49
- {
50
- "platform": "tasmotaControl",
51
- "devices": [
52
- {
53
- "name": "Outlet",
54
- "host": "192.168.0.4",
55
- "auth": false,
56
- "user": "user",
57
- "passwd": "password",
58
- "refreshInterval": 5,
59
- "disableLogInfo": false,
60
- "disableLogDeviceInfo": false,
61
- "enableDebugMode": false
62
- }
63
- ]
64
- }
65
- ```
@@ -2,6 +2,7 @@
2
2
  "pluginAlias": "tasmotaControl",
3
3
  "pluginType": "platform",
4
4
  "singular": true,
5
+ "fixArrays": true,
5
6
  "headerDisplay": "This plugin works with deevices flashed with Tasmota firmware. Devices are exposed to HomeKit as separate accessories and each needs to be manually paired.\n\n1. Open the Home <img src='https://user-images.githubusercontent.com/3979615/78010622-4ea1d380-738e-11ea-8a17-e6a465eeec35.png' height='16.42px'> app on your device.\n2. Tap the <img src='https://user-images.githubusercontent.com/3979615/78010869-9aed1380-738e-11ea-9644-9f46b3633026.png' height='16.42px'>.\n3. Tap *Add Accessory*, and select *I Don't Have a Code or Cannot Scan* or *More Options*.\n4. Select Your accessory and press add anyway.\n5. Enter the PIN or scan the QR code, this can be found in Homebridge UI or Homebridge logs.\n6. Complete the accessory setup.",
6
7
  "footerDisplay": "For documentation please see [GitHub repository](https://github.com/grzegorz914/homebridge-tasmota-control).",
7
8
  "schema": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "displayName": "Tasmota Control",
3
3
  "name": "homebridge-tasmota-control",
4
- "version": "0.4.21",
4
+ "version": "0.4.23",
5
5
  "description": "Homebridge plugin (https://github.com/homebridge/homebridge) to control Tasmota flashed devices.",
6
6
  "license": "MIT",
7
7
  "author": "grzegorz914",
@@ -35,6 +35,10 @@
35
35
  "homekit",
36
36
  "tasmota"
37
37
  ],
38
+ "funding": {
39
+ "type" : "github",
40
+ "url" : "https://github.com/sponsors/grzegorz914"
41
+ },
38
42
  "contributors": [],
39
43
  "scripts": {
40
44
  "test": "echo \"Error: no test specified\" && exit 1"