Skip to content

Commit

Permalink
chore: release v0.2.0-0
Browse files Browse the repository at this point in the history
Translations updated
Configuration page updated
Added to sentry error reporting
Native integration of ESPHome Dashboard added
  • Loading branch information
DutchmanNL committed Mar 27, 2021
1 parent 2f966ea commit f0ac479
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ switch:
## Support me
If you like my work, please consider a personal donation
(this is an personal Donate link for DutchmanNL, no relation to the ioBroker Project !)
[![Donate](https://raw.githubusercontent.com/DrozmotiX/ioBroker.sourceanalytix/master/admin/button.png)](http://paypal.me/DutchmanNL)
[![Donate](https://raw.githubusercontent.com/DrozmotiX/ioBroker.sourceanalytix/main/admin/button.png)](http://paypal.me/DutchmanNL)

## Changelog

Expand All @@ -100,7 +100,7 @@ If you like my work, please consider a personal donation
### __WORK IN PROGRESS__
-->

### __WORK IN PROGRESS__ Native Integration of ESPHome Dashboard
### 0.2.0-0 (2021-03-27) Native Integration of ESPHome Dashboard
* (DutchmanNL) Translations updated
* (DutchmanNL) Configuration page updated
* (DutchmanNL) Added to sentry error reporting
Expand Down
18 changes: 15 additions & 3 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "esphome",
"version": "0.1.6-0",
"version": "0.2.0-0",
"news": {
"0.2.0-0": {
"en": "Translations updated\nConfiguration page updated\nAdded to sentry error reporting\nNative integration of ESPHome Dashboard added",
"de": "Übersetzungen aktualisiert\nKonfigurationsseite aktualisiert\nZur Sentry-Fehlerberichterstattung hinzugefügt\nNative Integration von ESPHome Dashboard hinzugefügt",
"ru": "Переводы обновлены\nСтраница конфигурации обновлена\nДобавлен в отчет об ошибках караула\nДобавлена встроенная интеграция ESPHome Dashboard.",
"pt": "Traduções atualizadas\nPágina de configuração atualizada\nAdicionado ao relatório de erro de sentinela\nIntegração nativa do ESPHome Dashboard adicionada",
"nl": "Vertalingen bijgewerkt\nConfiguratiepagina bijgewerkt\nToegevoegd aan sentry-foutrapportage\nNative integratie van ESPHome Dashboard toegevoegd",
"fr": "Traductions mises à jour\nPage de configuration mise à jour\nAjouté au rapport d'erreurs de sentinelle\nAjout de l'intégration native du tableau de bord ESPHome",
"it": "Traduzioni aggiornate\nPagina di configurazione aggiornata\nAggiunto alla segnalazione degli errori di sentinella\nAggiunta integrazione nativa di ESPHome Dashboard",
"es": "Traducciones actualizadas\nPágina de configuración actualizada\nAgregado al informe de errores de centinela\nSe agregó la integración nativa de ESPHome Dashboard",
"pl": "Zaktualizowano tłumaczenia\nStrona konfiguracji została zaktualizowana\nDodano do raportowania błędów wartowników\nDodano natywną integrację z ESPHome Dashboard",
"zh-cn": "翻译已更新\n配置页面已更新\n已添加到哨兵错误报告中\nESPHome仪表板的本机集成已添加"
},
"0.1.5": {
"en": "Add Translations",
"de": "Übersetzungen hinzufügen",
Expand Down Expand Up @@ -128,8 +140,8 @@
"enabled": true,
"messagebox": true,
"subscribe": "messagebox",
"extIcon": "https://raw.githubusercontent.com/DrozmotiX/ioBroker.esphome/master/admin/esphome.png",
"readme": "https://github.com/DrozmotiX/ioBroker.esphome/blob/master/README.md",
"extIcon": "https://raw.githubusercontent.com/DrozmotiX/ioBroker.esphome/main/admin/esphome.png",
"readme": "https://github.com/DrozmotiX/ioBroker.esphome/blob/main/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "hardware",
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.6-0",
"version": "0.2.0-0",
"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 f0ac479

Please sign in to comment.