Skip to content

Commit 82ca6ca

Browse files
committed
chore: release v2.1.0
* (H5N1v2) add module suncalc * (H5N1v2) add Moon Phase value, text and icon url datapoints * (H5N1v2) add Moon Phase icons * (H5N1v2) add translations for Moon Phases * (H5N1v2) Changed location for weather icons for better overview
1 parent 52a9b92 commit 82ca6ca

4 files changed

Lines changed: 18 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The adapter provides dynamic icon paths that can be used directly in visualizati
6262

6363
---
6464
## Change Log
65-
### **WORK IN PROGRESS**
65+
### 2.1.0 (2026-01-18)
6666
* (H5N1v2) add module suncalc
6767
* (H5N1v2) add Moon Phase value, text and icon url datapoints
6868
* (H5N1v2) add Moon Phase icons

io-package.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"common": {
33
"name": "open-meteo-weather",
4-
"version": "2.0.1",
4+
"version": "2.1.0",
55
"news": {
6+
"2.1.0": {
7+
"en": "add module suncalc\nadd Moon Phase value, text and icon url datapoints \nadd Moon Phase icons \nadd translations for Moon Phases\nChanged location for weather icons for better overview",
8+
"de": "modul suncalc hinzufügen\nhinzufügen Mond Phasenwert, Text und Icon url datapoints\nhinzufügen Mond Phasensymbole\nübersetzungen für Mondphasen hinzufügen\nÄnderte Lage für Wettersymbole für bessere Übersicht",
9+
"ru": "добавить модуль suncalc\nдобавить луну Значение фазы, текст и иконка URL точек данных\nдобавить луну Иконки фазы\nпереводы для лунных фаз\nИзмененное местоположение иконок погоды для лучшего обзора",
10+
"pt": "adicionar módulo suncalc\nadicionar Lua Valor de fase, pontos de dados url de texto e ícone\nadicionar Lua Ícones de fase\nadicionar traduções para as Fases da Lua\nLocalização alterada para ícones meteorológicos para uma melhor visão geral",
11+
"nl": "module suncalc toevoegen\nmaan toevoegen Fasewaarde, tekst en pictogram url-gegevenspunten\nmaan toevoegen Fasepictogrammen\nvertalingen voor maanfasen toevoegen\nVeranderde locatie voor weerpictogrammen voor een beter overzicht",
12+
"fr": "ajouter le module suncalc\najouter Lune Valeur de phase, texte et point de données url icon\najouter Lune Icônes de phase\najouter des traductions pour Phases de Lune\nEmplacement modifié pour les icônes météo pour un meilleur aperçu",
13+
"it": "aggiungere modulo suncalc\naggiungi Luna Valore di fase, punti dati del testo e dell'icona\naggiungi Luna Icone di fase\naggiungere le traduzioni per le fasi lunari\nPosizione modificata per le icone meteo per una migliore panoramica",
14+
"es": "añadir módulo suncalc\nañadir Moon Puntos de datos url de valor de fase, texto e icono\nañadir Moon Iconos de fase\nañadir traducciones para Fase de la Luna\nCambio de ubicación para iconos meteorológicos para una mejor vista general",
15+
"pl": "dodaj moduł suncalc\ndodaj Księżyc Wartość fazowa, tekst i ikona punktów danych url\ndodaj Księżyc Ikony fazy\ndodaj tłumaczenia dla Moon Fases\nZmieniona lokalizacja ikon pogodowych dla lepszego przeglądu",
16+
"uk": "додати модуль solarc\nдодати Місяць Фази значення, текстові та значкові точки даних\nдодати Місяць Фази ікони\nдодавати переклади для Moon Phases\nЗміна розташування для метеорологічних ікон для кращого огляду",
17+
"zh-cn": "添加模块太阳算法\n添加月亮 阶段值、 文本和图标url 数据点\n添加月亮 阶段图标\n为月球相位添加翻译\n更改天气图标位置, 以更好地进行概览"
18+
},
619
"2.0.1": {
720
"en": "Fix wind direction icons",
821
"de": "Icons der Windrichtung fixieren",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.open-meteo-weather",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "Get local weather, air quality and pollen data from Open-Meteo.com",
55
"author": {
66
"name": "H5N1",

0 commit comments

Comments
 (0)