iobroker.fairland 0.2.3 → 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 +29 -2
- package/admin/fairland.png +0 -0
- package/io-package.json +27 -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,15 @@ 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
|
+
|
|
178
|
+
### 0.2.4
|
|
179
|
+
|
|
180
|
+
- Optimized the adapter icon image size.
|
|
181
|
+
|
|
155
182
|
### 0.2.3
|
|
156
183
|
|
|
157
184
|
- Converted admin i18n files to the short ioBroker format.
|
package/admin/fairland.png
CHANGED
|
Binary file
|
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,32 @@
|
|
|
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
|
+
},
|
|
70
|
+
"0.2.4": {
|
|
71
|
+
"en": "Optimize the adapter icon image size.",
|
|
72
|
+
"de": "Optimiert die Bildgroesse des Adapter-Icons.",
|
|
73
|
+
"ru": "Optimize the adapter icon image size.",
|
|
74
|
+
"pt": "Otimiza o tamanho da imagem do icone do adaptador.",
|
|
75
|
+
"nl": "Optimaliseert de afbeeldingsgrootte van het adapterpictogram.",
|
|
76
|
+
"fr": "Optimise la taille de l image de l icone de l adaptateur.",
|
|
77
|
+
"it": "Ottimizza la dimensione dell immagine dell icona dell adattatore.",
|
|
78
|
+
"es": "Optimiza el tamano de imagen del icono del adaptador.",
|
|
79
|
+
"pl": "Optymalizuje rozmiar obrazu ikony adaptera.",
|
|
80
|
+
"uk": "Optimize the adapter icon image size.",
|
|
81
|
+
"zh-cn": "Optimize the adapter icon image size."
|
|
82
|
+
},
|
|
57
83
|
"0.2.3": {
|
|
58
84
|
"en": "Convert admin i18n files to short format, add VS Code schema settings, and add the release manual review plugin.",
|
|
59
85
|
"de": "Konvertiert Admin-i18n-Dateien ins Kurzformat, fuegt VS-Code-Schema-Einstellungen hinzu und ergaenzt das Release-Manual-Review-Plugin.",
|