diff --git a/README.md b/README.md index 3926416..536705b 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ switch: Placeholder for the next version (at the beginning of the line): ### __WORK IN PROGRESS__ --> -### __WORK IN PROGRESS__ +### 0.1.3 (2021-03-02) * (DutchmanNL) Proper value ranges for type light ### 0.1.2 (2021-03-02) diff --git a/io-package.json b/io-package.json index c555f2a..2426473 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,20 @@ { "common": { "name": "esphome", - "version": "0.1.2", + "version": "0.1.3", "news": { + "0.1.3": { + "en": "Proper value ranges for type light", + "de": "Richtige Wertebereiche für Typ Licht", + "ru": "Подходящие диапазоны значений для типа света", + "pt": "Intervalos de valores adequados para o tipo de luz", + "nl": "Juiste waardebereiken voor type licht", + "fr": "Plages de valeurs appropriées pour le type lumière", + "it": "Intervalli di valori adeguati per il tipo di luce", + "es": "Rangos de valores adecuados para el tipo de luz", + "pl": "Prawidłowe zakresy wartości dla typu światła", + "zh-cn": "光线类型的正确值范围" + }, "0.1.2": { "en": "Type Fan added\nType Light added\nError messages optimized\nDevice reconnect handling improved\n[Breaking!] Change state name to default \"state\" for type BinarySensor / Climate / Sensor / TextSensor & Switch \nAutodiscovery improved, non-ESPHome devices excluded", "de": "Typ Lüfter hinzugefügt\nTyp Licht hinzugefügt\nFehlermeldungen optimiert\nDie Handhabung der Gerätewiederverbindung wurde verbessert\n[Breaking!] Ändern Sie den Statusnamen für den Typ BinarySensor / Climate / Sensor / TextSensor & Switch in den Standardstatus \"state\"\nAutodiscovery verbessert, Nicht-ESPHome-Geräte ausgeschlossen", diff --git a/package-lock.json b/package-lock.json index a5bae10..49ff858 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "iobroker.esphome", - "version": "0.1.2", + "version": "0.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b65c19a..6e8e32a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.esphome", - "version": "0.1.2", + "version": "0.1.3", "description": "Control your ESP8266/ESP32 with simple yet powerful configuration files created and managed by ESPHome", "author": { "name": "DutchmanNL",