Skip to content

Commit

Permalink
chore: release v0.1.3
Browse files Browse the repository at this point in the history
Proper value ranges for type light
  • Loading branch information
DutchmanNL committed Mar 2, 2021
1 parent 53217c9 commit 5fe9963
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
14 changes: 13 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5fe9963

Please sign in to comment.