iobroker.fairland 0.2.5 → 0.2.6
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 +7 -18
- package/io-package.json +14 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,24 +22,9 @@ Home Assistant, ioBroker, or the upstream ha-fairland project maintainers.
|
|
|
22
22
|
|
|
23
23
|
The adapter is published on npm as `iobroker.fairland`.
|
|
24
24
|
|
|
25
|
-
The official ioBroker adapter repository approval has been requested.
|
|
26
|
-
adapter
|
|
27
|
-
the
|
|
28
|
-
|
|
29
|
-
Install from npm:
|
|
30
|
-
|
|
31
|
-
```bash
|
|
32
|
-
iobroker url iobroker.fairland
|
|
33
|
-
```
|
|
34
|
-
|
|
35
|
-
Install the current GitHub version:
|
|
36
|
-
|
|
37
|
-
```bash
|
|
38
|
-
iobroker url https://github.com/dude2k/ioBroker.fairland
|
|
39
|
-
```
|
|
40
|
-
|
|
41
|
-
After the adapter has been added to the official ioBroker repository, it can be
|
|
42
|
-
installed directly from the ioBroker Admin adapter list.
|
|
25
|
+
The official ioBroker adapter repository approval has been requested. After the
|
|
26
|
+
adapter has been added to the official ioBroker repository, it can be installed
|
|
27
|
+
directly from the ioBroker Admin adapter list.
|
|
43
28
|
|
|
44
29
|
## Requirements
|
|
45
30
|
|
|
@@ -170,6 +155,10 @@ third-party notices are listed in `THIRD_PARTY_NOTICES.md`.
|
|
|
170
155
|
|
|
171
156
|
## Changelog
|
|
172
157
|
|
|
158
|
+
### 0.2.6
|
|
159
|
+
|
|
160
|
+
- Removed discouraged manual installation instructions from the README.
|
|
161
|
+
|
|
173
162
|
### 0.2.5
|
|
174
163
|
|
|
175
164
|
- Updated installation documentation after npm publication.
|
package/io-package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "fairland",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.6",
|
|
5
5
|
"titleLang": {
|
|
6
6
|
"en": "Fairland (iGarden)",
|
|
7
7
|
"de": "Fairland (iGarden)",
|
|
@@ -54,6 +54,19 @@
|
|
|
54
54
|
"icon": "fairland.png",
|
|
55
55
|
"extIcon": "https://raw.githubusercontent.com/dude2k/ioBroker.fairland/main/admin/fairland.png",
|
|
56
56
|
"news": {
|
|
57
|
+
"0.2.6": {
|
|
58
|
+
"en": "Remove discouraged manual installation instructions from the README.",
|
|
59
|
+
"de": "Entfernt nicht empfohlene manuelle Installationshinweise aus der README.",
|
|
60
|
+
"ru": "Remove discouraged manual installation instructions from the README.",
|
|
61
|
+
"pt": "Remove instrucoes de instalacao manual nao recomendadas do README.",
|
|
62
|
+
"nl": "Verwijdert afgeraden handmatige installatie-instructies uit de README.",
|
|
63
|
+
"fr": "Supprime du README les instructions d installation manuelle deconseillees.",
|
|
64
|
+
"it": "Rimuove dal README le istruzioni di installazione manuale sconsigliate.",
|
|
65
|
+
"es": "Elimina del README las instrucciones desaconsejadas de instalacion manual.",
|
|
66
|
+
"pl": "Usuwa z README niezalecane instrukcje recznej instalacji.",
|
|
67
|
+
"uk": "Remove discouraged manual installation instructions from the README.",
|
|
68
|
+
"zh-cn": "Remove discouraged manual installation instructions from the README."
|
|
69
|
+
},
|
|
57
70
|
"0.2.5": {
|
|
58
71
|
"en": "Update installation documentation after npm publication and document the pending ioBroker repository approval.",
|
|
59
72
|
"de": "Aktualisiert die Installationsdokumentation nach der npm-Veroeffentlichung und dokumentiert die beantragte ioBroker-Repository-Freigabe.",
|