iobroker.fairland 0.2.4 → 0.2.5
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 +25 -2
- package/io-package.json +14 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -20,8 +20,26 @@ Home Assistant, ioBroker, or the upstream ha-fairland project maintainers.
|
|
|
20
20
|
|
|
21
21
|
## Installation
|
|
22
22
|
|
|
23
|
-
|
|
24
|
-
|
|
23
|
+
The adapter is published on npm as `iobroker.fairland`.
|
|
24
|
+
|
|
25
|
+
The official ioBroker adapter repository approval has been requested. Until the
|
|
26
|
+
adapter appears in the ioBroker Admin adapter list, install it from npm or from
|
|
27
|
+
the GitHub repository.
|
|
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
43
|
|
|
26
44
|
## Requirements
|
|
27
45
|
|
|
@@ -152,6 +170,11 @@ third-party notices are listed in `THIRD_PARTY_NOTICES.md`.
|
|
|
152
170
|
|
|
153
171
|
## Changelog
|
|
154
172
|
|
|
173
|
+
### 0.2.5
|
|
174
|
+
|
|
175
|
+
- Updated installation documentation after npm publication.
|
|
176
|
+
- Documented the pending official ioBroker adapter repository approval.
|
|
177
|
+
|
|
155
178
|
### 0.2.4
|
|
156
179
|
|
|
157
180
|
- Optimized the adapter icon image size.
|
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.5",
|
|
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.5": {
|
|
58
|
+
"en": "Update installation documentation after npm publication and document the pending ioBroker repository approval.",
|
|
59
|
+
"de": "Aktualisiert die Installationsdokumentation nach der npm-Veroeffentlichung und dokumentiert die beantragte ioBroker-Repository-Freigabe.",
|
|
60
|
+
"ru": "Update installation documentation after npm publication and document the pending ioBroker repository approval.",
|
|
61
|
+
"pt": "Atualiza a documentacao de instalacao apos a publicacao no npm e documenta a aprovacao pendente do repositorio ioBroker.",
|
|
62
|
+
"nl": "Werkt de installatiedocumentatie bij na publicatie op npm en documenteert de aangevraagde ioBroker-repositorygoedkeuring.",
|
|
63
|
+
"fr": "Met a jour la documentation d installation apres la publication npm et documente l approbation ioBroker en attente.",
|
|
64
|
+
"it": "Aggiorna la documentazione di installazione dopo la pubblicazione su npm e documenta l approvazione in sospeso del repository ioBroker.",
|
|
65
|
+
"es": "Actualiza la documentacion de instalacion tras la publicacion en npm y documenta la aprobacion pendiente del repositorio ioBroker.",
|
|
66
|
+
"pl": "Aktualizuje dokumentacje instalacji po publikacji w npm i dokumentuje oczekujace zatwierdzenie repozytorium ioBroker.",
|
|
67
|
+
"uk": "Update installation documentation after npm publication and document the pending ioBroker repository approval.",
|
|
68
|
+
"zh-cn": "Update installation documentation after npm publication and document the pending ioBroker repository approval."
|
|
69
|
+
},
|
|
57
70
|
"0.2.4": {
|
|
58
71
|
"en": "Optimize the adapter icon image size.",
|
|
59
72
|
"de": "Optimiert die Bildgroesse des Adapter-Icons.",
|