|
1 | 1 | {
|
2 |
| - "common": { |
3 |
| - "name": "tagesschau", |
4 |
| - "version": "0.0.1", |
5 |
| - "news": { |
6 |
| - "0.0.1": { |
7 |
| - "en": "initial release", |
8 |
| - "de": "Erstveröffentlichung", |
9 |
| - "ru": "Начальная версия", |
10 |
| - "pt": "lançamento inicial", |
11 |
| - "nl": "Eerste uitgave", |
12 |
| - "fr": "Première version", |
13 |
| - "it": "Versione iniziale", |
14 |
| - "es": "Versión inicial", |
15 |
| - "pl": "Pierwsze wydanie", |
16 |
| - "uk": "Початкова версія", |
17 |
| - "zh-cn": "首次出版" |
18 |
| - } |
19 |
| - }, |
20 |
| - "titleLang": { |
21 |
| - "en": "Tagesschau", |
22 |
| - "de": "Tagesschau", |
23 |
| - "ru": "Тагесшау", |
24 |
| - "pt": "Tagesschau", |
25 |
| - "nl": "Tagesschau", |
26 |
| - "fr": "Tagesschau", |
27 |
| - "it": "Tagesschau", |
28 |
| - "es": "Tagesschau", |
29 |
| - "pl": "Tagesschau", |
30 |
| - "uk": "Tagesschau", |
31 |
| - "zh-cn": "塔格绍" |
32 |
| - }, |
33 |
| - "desc": { |
34 |
| - "en": "Request news from tagesschau", |
35 |
| - "de": "Fordern Sie Neuigkeiten von der tagesschau an", |
36 |
| - "ru": "Запросить новости от tagesschau", |
37 |
| - "pt": "Solicite notícias do tagesschau", |
38 |
| - "nl": "Vraag nieuws van Tagesschau aan", |
39 |
| - "fr": "Demander des nouvelles de tagesschau", |
40 |
| - "it": "Richiedi notizie da tagesschau", |
41 |
| - "es": "Solicitar noticias de tagesschau", |
42 |
| - "pl": "Zapytaj o wiadomości od Tagesschau", |
43 |
| - "uk": "Запитати новини від tagesschau", |
44 |
| - "zh-cn": "请求来自 tagesschau 的新闻" |
45 |
| - }, |
46 |
| - "authors": ["ticaki <github@renopoint.de>"], |
47 |
| - "keywords": ["iobroker", "news", "tagesschau", "image"], |
48 |
| - "licenseInformation": { |
49 |
| - "type": "free", |
50 |
| - "license": "MIT" |
51 |
| - }, |
52 |
| - "supportedMessages": { |
53 |
| - "custom": true |
54 |
| - }, |
55 |
| - "platform": "Javascript/Node.js", |
56 |
| - "icon": "tagesschau.png", |
57 |
| - "enabled": true, |
58 |
| - "extIcon": "https://raw.githubusercontent.com/ticaki/ioBroker.tagesschau/main/admin/tagesschau.png", |
59 |
| - "readme": "https://github.com/ticaki/ioBroker.tagesschau/blob/main/README.md", |
60 |
| - "loglevel": "info", |
61 |
| - "tier": 2, |
62 |
| - "mode": "daemon", |
63 |
| - "type": "misc-data", |
64 |
| - "compact": true, |
65 |
| - "connectionType": "cloud", |
66 |
| - "dataSource": "poll", |
67 |
| - "adminUI": { |
68 |
| - "config": "json" |
69 |
| - }, |
70 |
| - "dependencies": [ |
71 |
| - { |
72 |
| - "js-controller": ">=6.0.11" |
73 |
| - } |
74 |
| - ], |
75 |
| - "globalDependencies": [ |
76 |
| - { |
77 |
| - "admin": ">=7.0.23" |
78 |
| - } |
79 |
| - ] |
80 |
| - }, |
81 |
| - "native": { |
82 |
| - "interval": 30, |
83 |
| - "maxEntries": 20 |
84 |
| - }, |
85 |
| - "objects": [], |
86 |
| - "instanceObjects": [] |
| 2 | + "common": { |
| 3 | + "name": "tagesschau", |
| 4 | + "version": "0.1.0", |
| 5 | + "news": { |
| 6 | + "0.1.0": { |
| 7 | + "en": "initial release", |
| 8 | + "de": "erstausstrahlung", |
| 9 | + "ru": "первоначальный выпуск", |
| 10 | + "pt": "lançamento inicial", |
| 11 | + "nl": "eerste release", |
| 12 | + "fr": "libération initiale", |
| 13 | + "it": "rilascio iniziale", |
| 14 | + "es": "liberación inicial", |
| 15 | + "pl": "początkowe zwolnienie", |
| 16 | + "uk": "початковий реліз", |
| 17 | + "zh-cn": "初步释放" |
| 18 | + }, |
| 19 | + "0.0.1": { |
| 20 | + "en": "initial release", |
| 21 | + "de": "Erstveröffentlichung", |
| 22 | + "ru": "Начальная версия", |
| 23 | + "pt": "lançamento inicial", |
| 24 | + "nl": "Eerste uitgave", |
| 25 | + "fr": "Première version", |
| 26 | + "it": "Versione iniziale", |
| 27 | + "es": "Versión inicial", |
| 28 | + "pl": "Pierwsze wydanie", |
| 29 | + "uk": "Початкова версія", |
| 30 | + "zh-cn": "首次出版" |
| 31 | + } |
| 32 | + }, |
| 33 | + "titleLang": { |
| 34 | + "en": "Tagesschau", |
| 35 | + "de": "Tagesschau", |
| 36 | + "ru": "Тагесшау", |
| 37 | + "pt": "Tagesschau", |
| 38 | + "nl": "Tagesschau", |
| 39 | + "fr": "Tagesschau", |
| 40 | + "it": "Tagesschau", |
| 41 | + "es": "Tagesschau", |
| 42 | + "pl": "Tagesschau", |
| 43 | + "uk": "Tagesschau", |
| 44 | + "zh-cn": "塔格绍" |
| 45 | + }, |
| 46 | + "desc": { |
| 47 | + "en": "Request news from tagesschau", |
| 48 | + "de": "Fordern Sie Neuigkeiten von der tagesschau an", |
| 49 | + "ru": "Запросить новости от tagesschau", |
| 50 | + "pt": "Solicite notícias do tagesschau", |
| 51 | + "nl": "Vraag nieuws van Tagesschau aan", |
| 52 | + "fr": "Demander des nouvelles de tagesschau", |
| 53 | + "it": "Richiedi notizie da tagesschau", |
| 54 | + "es": "Solicitar noticias de tagesschau", |
| 55 | + "pl": "Zapytaj o wiadomości od Tagesschau", |
| 56 | + "uk": "Запитати новини від tagesschau", |
| 57 | + "zh-cn": "请求来自 tagesschau 的新闻" |
| 58 | + }, |
| 59 | + "authors": [ |
| 60 | + "ticaki <github@renopoint.de>" |
| 61 | + ], |
| 62 | + "keywords": [ |
| 63 | + "news", |
| 64 | + "tagesschau", |
| 65 | + "image" |
| 66 | + ], |
| 67 | + "licenseInformation": { |
| 68 | + "type": "free", |
| 69 | + "license": "MIT" |
| 70 | + }, |
| 71 | + "supportedMessages": { |
| 72 | + "custom": true |
| 73 | + }, |
| 74 | + "platform": "Javascript/Node.js", |
| 75 | + "icon": "tagesschau.png", |
| 76 | + "enabled": true, |
| 77 | + "extIcon": "https://raw.githubusercontent.com/ticaki/ioBroker.tagesschau/main/admin/tagesschau.png", |
| 78 | + "readme": "https://github.com/ticaki/ioBroker.tagesschau/blob/main/README.md", |
| 79 | + "loglevel": "info", |
| 80 | + "tier": 2, |
| 81 | + "mode": "daemon", |
| 82 | + "type": "misc-data", |
| 83 | + "compact": true, |
| 84 | + "connectionType": "cloud", |
| 85 | + "dataSource": "poll", |
| 86 | + "adminUI": { |
| 87 | + "config": "json" |
| 88 | + }, |
| 89 | + "dependencies": [ |
| 90 | + { |
| 91 | + "js-controller": ">=6.0.11" |
| 92 | + } |
| 93 | + ], |
| 94 | + "globalDependencies": [ |
| 95 | + { |
| 96 | + "admin": ">=7.0.23" |
| 97 | + } |
| 98 | + ] |
| 99 | + }, |
| 100 | + "native": { |
| 101 | + "interval": 30, |
| 102 | + "maxEntries": 20 |
| 103 | + }, |
| 104 | + "objects": [], |
| 105 | + "instanceObjects": [] |
87 | 106 | }
|
0 commit comments