iobroker.anthbot 0.0.2 → 0.0.3

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
@@ -8,7 +8,7 @@
8
8
 
9
9
  [![NPM](https://nodei.co/npm/iobroker.anthbot.png?downloads=true)](https://nodei.co/npm/iobroker.anthbot/)
10
10
 
11
- **Tests:** ![Test and Release](https://github.com/raintonr/ioBroker.anthbot/workflows/Test%20and%20Release/badge.svg)
11
+ **Tests:** ![Test and Release](https://github.com/iobroker-community-adapters/ioBroker.anthbot/workflows/Test%20and%20Release/badge.svg)
12
12
 
13
13
  ## anthbot adapter for ioBroker
14
14
 
@@ -19,6 +19,9 @@ Connect with Anthbot devices such as their robot mowers.
19
19
  Placeholder for the next version (at the beginning of the line):
20
20
  ### **WORK IN PROGRESS**
21
21
  -->
22
+ ### 0.0.3 (2026-04-25)
23
+ * (raintonr) adapter checker issues
24
+
22
25
  ### 0.0.2 (2026-04-25)
23
26
  * (raintonr) initial release
24
27
 
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "anthbot",
4
- "version": "0.0.2",
4
+ "version": "0.0.3",
5
5
  "news": {
6
+ "0.0.3": {
7
+ "en": "adapter checker issues",
8
+ "de": "adapter checker probleme",
9
+ "ru": "проблемы проверки адаптера",
10
+ "pt": "problemas com o verificador de adaptadores",
11
+ "nl": "problemen met de adaptercontrole",
12
+ "fr": "problèmes de vérification de l'adaptateur",
13
+ "it": "adattatore checker",
14
+ "es": "problemas de control de adaptador",
15
+ "pl": "problemy z sprawdzaniem adaptera",
16
+ "uk": "питання перевірки адаптера",
17
+ "zh-cn": "适配器检查器问题"
18
+ },
6
19
  "0.0.2": {
7
20
  "en": "initial release",
8
21
  "de": "Erstveröffentlichung",
@@ -60,8 +73,8 @@
60
73
  "platform": "Javascript/Node.js",
61
74
  "icon": "anthbot.png",
62
75
  "enabled": true,
63
- "extIcon": "https://raw.githubusercontent.com/raintonr/ioBroker.anthbot/main/admin/anthbot.png",
64
- "readme": "https://github.com/raintonr/ioBroker.anthbot/blob/main/README.md",
76
+ "extIcon": "https://raw.githubusercontent.com/iobroker-community-adapters/ioBroker.anthbot/master/admin/anthbot.png",
77
+ "readme": "https://github.com/iobroker-community-adapters/ioBroker.anthbot/blob/master/README.md",
65
78
  "loglevel": "info",
66
79
  "tier": 3,
67
80
  "mode": "daemon",
package/package.json CHANGED
@@ -1,24 +1,25 @@
1
1
  {
2
2
  "name": "iobroker.anthbot",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "Connect with Anthbot devices such as their robot mowers",
5
5
  "author": {
6
6
  "name": "Robin Rainton",
7
7
  "email": "robin@rainton.com"
8
8
  },
9
9
  "contributors": [],
10
- "homepage": "https://github.com/raintonr/ioBroker.anthbot",
10
+ "homepage": "https://github.com/iobroker-community-adapters/ioBroker.anthbot",
11
11
  "license": "MIT",
12
12
  "keywords": [
13
13
  "robot",
14
14
  "mower",
15
15
  "IoT",
16
16
  "Anthbot",
17
- "lawn"
17
+ "lawn",
18
+ "ioBroker"
18
19
  ],
19
20
  "repository": {
20
21
  "type": "git",
21
- "url": "https://github.com/raintonr/ioBroker.anthbot.git"
22
+ "url": "https://github.com/iobroker-community-adapters/ioBroker.anthbot.git"
22
23
  },
23
24
  "engines": {
24
25
  "node": ">= 20"
@@ -64,7 +65,7 @@
64
65
  "dev-server": "dev-server"
65
66
  },
66
67
  "bugs": {
67
- "url": "https://github.com/raintonr/ioBroker.anthbot/issues"
68
+ "url": "https://github.com/iobroker-community-adapters/ioBroker.anthbot/issues"
68
69
  },
69
70
  "readmeFilename": "README.md"
70
71
  }