Skip to content

Commit

Permalink
chore: release v0.2.4
Browse files Browse the repository at this point in the history
Version of ESPHome Dashboard updated to 2021.8
Add option if config of ESPHome device should be shown as states (default = FALSE, safes 8 states for each sensor)
  • Loading branch information
DutchmanNL committed Aug 24, 2021
1 parent 4a67ad3 commit 479f1ee
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ If you like my work, please consider a personal donation
* (DutchmanNL)
-->

### __WORK IN PROGRESS__
* (DutchmanNL) Add option if config of ESPHome device should be shown as states (default = FALSE, safes 8 states for each sensor)
* (DutchmanNL) Update compatibility to version 2021.8 of ESPHome Dashboard
### 0.2.4 (2021-08-24)
* (DutchmanNL) Version of ESPHome Dashboard updated to 2021.8
* (DutchmanNL) Add option if config of ESPHome device should be shown as states (default = FALSE, safes 8 states for each sensor)

### 0.2.3 (2021-06-29)
* (Jey-Cee) Bugfix : Light component state not changed [#74](https://github.com/DrozmotiX/ioBroker.esphome/issues/74)
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.2.3",
"version": "0.2.4",
"news": {
"0.2.4": {
"en": "Version of ESPHome Dashboard updated to 2021.8\nAdd option if config of ESPHome device should be shown as states (default = FALSE, safes 8 states for each sensor)",
"de": "Version des ESPHome Dashboards aktualisiert auf 2021.8\nOption hinzufügen, wenn die Konfiguration des ESPHome-Geräts als Zustände angezeigt werden soll (Standard = FALSE, sichert 8 Zustände für jeden Sensor)",
"ru": "Версия ESPHome Dashboard обновлена до 2021.8\nДобавить параметр, если конфигурация устройства ESPHome должна отображаться в виде состояний (по умолчанию = FALSE, сохраняет 8 состояний для каждого датчика)",
"pt": "Versão do ESPHome Dashboard atualizada para 2021.8\nAdicionar opção se a configuração do dispositivo ESPHome deve ser mostrada como estados (padrão = FALSE, cofres 8 estados para cada sensor)",
"nl": "Versie van ESPHome Dashboard bijgewerkt naar 2021.8\nOptie toevoegen als de configuratie van het ESPHome-apparaat moet worden weergegeven als statussen (standaard = FALSE, beveiligt 8 statussen voor elke sensor)",
"fr": "Version d'ESPHome Dashboard mise à jour vers 201.8\nAjouter une option si la configuration de l'appareil ESPHome doit être affichée sous forme d'états (par défaut = FALSE, coffre-fort 8 états pour chaque capteur)",
"it": "Versione di ESPHome Dashboard aggiornata a 2021.8\nAggiungi un'opzione se la configurazione del dispositivo ESPHome deve essere mostrata come stati (predefinito = FALSE, salva 8 stati per ciascun sensore)",
"es": "Versión de ESPHome Dashboard actualizada a 2021.8\nAgregue la opción si la configuración del dispositivo ESPHome debe mostrarse como estados (predeterminado = FALSO, guarda 8 estados para cada sensor)",
"pl": "Wersja pulpitu nawigacyjnego ESPHome zaktualizowana do 2021,8\nDodaj opcję, jeśli konfiguracja urządzenia ESPHome powinna być pokazywana jako stany (domyślnie = FALSE, sejfy 8 stanów dla każdego czujnika)",
"zh-cn": "ESPHome Dashboard 版本更新至 2021.8\n如果 ESPHome 设备的配置应显示为状态,则添加选项(默认值 = FALSE,每个传感器有 8 个状态)"
},
"0.2.3": {
"en": "Bugfix : Light component state not changed [#74](https://github.com/DrozmotiX/ioBroker.esphome/issues/74)\nUpdate compatibility to version 1.19.4 of ESPHome Dashboard",
"de": "Bugfix : Lichtkomponentenstatus nicht geändert [#74](https://github.com/DrozmotiX/ioBroker.esphome/issues/74)\nUpdate-Kompatibilität auf Version 1.19.4 von ESPHome Dashboard",
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.2.3",
"version": "0.2.4",
"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 479f1ee

Please sign in to comment.