Skip to content

Commit

Permalink
chore: release v0.1.0
Browse files Browse the repository at this point in the history
Autodiscovery implemented
Type Climat added
Type TextSensor added
Solved reconnection issues
Optimized error messages for unknown types
(DutchmanNL & @xXBJXx) Adapter configuration page optimized
  • Loading branch information
DutchmanNL committed Feb 27, 2021
1 parent ce230d2 commit c928595
Show file tree
Hide file tree
Showing 4 changed files with 116 additions and 104 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ switch:
### __WORK IN PROGRESS__
-->

### __WORK IN PROGRESS__
### 0.1.0 (2021-02-27)
* (DutchmanNL) Autodiscovery implemented
* (DutchmanNL) Type Climat added
* (DutchmanNL) Type TextSensor added
Expand Down
214 changes: 113 additions & 101 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,103 +1,115 @@
{
"common": {
"name": "esphome",
"version": "0.0.2-Alpha.0",
"news": {
"0.0.1": {
"en": "initial release",
"de": "Erstveröffentlichung",
"ru": "Начальная версия",
"pt": "lançamento inicial",
"nl": "Eerste uitgave",
"fr": "Première version",
"it": "Versione iniziale",
"es": "Versión inicial",
"pl": "Pierwsze wydanie",
"zh-cn": "首次出版"
}
},
"title": "Control ESPHome managed devices",
"titleLang": {
"en": "Control ESPHome managed devices",
"de": "Steuern Sie von ESPHome verwaltete Geräte",
"ru": "Управление устройствами ESPHome",
"pt": "Controlar dispositivos gerenciados ESPHome",
"nl": "Beheer door ESPHome beheerde apparaten",
"fr": "Contrôle des appareils gérés ESPHome",
"it": "Controlla i dispositivi gestiti da ESPHome",
"es": "Controle los dispositivos administrados por ESPHome",
"pl": "Kontroluj urządzenia zarządzane przez ESPHome",
"zh-cn": "控制ESPHome受管设备"
},
"desc": {
"en": "Control your ESP8266/ESP32 with simple yet powerful configuration files created and managed by ESPHome",
"de": "Steuern Sie Ihren ESP8266 / ESP32 mit einfachen, aber leistungsstarken Konfigurationsdateien, die von ESPHome erstellt und verwaltet werden",
"ru": "Управляйте своим ESP8266 / ESP32 с помощью простых, но мощных файлов конфигурации, созданных и управляемых ESPHome",
"pt": "Controle seu ESP8266 / ESP32 com arquivos de configuração simples, mas poderosos, criados e gerenciados por ESPHome",
"nl": "Beheer uw ESP8266 / ESP32 met eenvoudige maar krachtige configuratiebestanden die zijn gemaakt en beheerd door ESPHome",
"fr": "Contrôlez votre ESP8266 / ESP32 avec des fichiers de configuration simples mais puissants créés et gérés par ESPHome",
"it": "Controlla il tuo ESP8266 / ESP32 con file di configurazione semplici ma potenti creati e gestiti da ESPHome",
"es": "Controle su ESP8266 / ESP32 con archivos de configuración simples pero potentes creados y administrados por ESPHome",
"pl": "Steruj ESP8266 / ESP32 za pomocą prostych, ale potężnych plików konfiguracyjnych utworzonych i zarządzanych przez ESPHome",
"zh-cn": "使用由ESPHome创建和管理的简单但功能强大的配置文件控制ESP8266 / ESP32"
},
"authors": [
"DutchmanNL <rdrozda86@gmail.com>"
],
"keywords": [
"ESPHome",
"ESP",
"ESP32"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "esphome.png",
"enabled": true,
"messagebox": true,
"subscribe": "messagebox",
"extIcon": "https://raw.githubusercontent.com/iobroker-community-adapters/ioBroker.esphome/master/admin/esphome.png",
"readme": "https://github.com/iobroker-community-adapters/ioBroker.esphome/blob/master/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "hardware",
"compact": true,
"connectionType": "local",
"dataSource": "push",
"materialize": true,
"dependencies": [
{
"js-controller": ">=3.2.0"
}
]
},
"native": {
"reconnectInterval": 30,
"apiPass": "",
"autodiscovery": true
},
"objects": [],
"instanceObjects": [
{
"_id": "info",
"type": "channel",
"common": {
"name": "Information"
},
"native": {}
},
{
"_id": "info.connection",
"type": "state",
"common": {
"role": "indicator.connected",
"name": "Device or service connected",
"type": "boolean",
"read": true,
"write": false,
"def": false
},
"native": {}
}
]
"common": {
"name": "esphome",
"version": "0.1.0",
"news": {
"0.1.0": {
"en": "Autodiscovery implemented\nType Climat added\nType TextSensor added\nSolved reconnection issues\nOptimized error messages for unknown types\n(DutchmanNL & @xXBJXx) Adapter configuration page optimized",
"de": "Autodiscovery implementiert\nTyp Climat hinzugefügt\nTyp TextSensor hinzugefügt\nProbleme beim erneuten Verbinden behoben\nOptimierte Fehlermeldungen für unbekannte Typen\n(DutchmanNL & @xXBJXx) Adapterkonfigurationsseite optimiert",
"ru": "Реализовано автообнаружение\nДобавлен тип Climat\nДобавлен тип TextSensor\nРешенные проблемы переподключения\nОптимизированные сообщения об ошибках для неизвестных типов\n(DutchmanNL & @xXBJXx) Оптимизирована страница конфигурации адаптера",
"pt": "Autodiscovery implementado\nTipo Climat adicionado\nType TextSensor adicionado\nResolvidos problemas de reconexão\nMensagens de erro otimizadas para tipos desconhecidos\n(DutchmanNL & @xXBJXx) Página de configuração do adaptador otimizada",
"nl": "Autodiscovery geïmplementeerd\nType Climat toegevoegd\nTyp TextSensor toegevoegd\nProblemen met opnieuw verbinden opgelost\nGeoptimaliseerde foutmeldingen voor onbekende typen\n(DutchmanNL & @xXBJXx) Adapter configuratiepagina geoptimaliseerd",
"fr": "Découverte automatique implémentée\nType de climat ajouté\nType TextSensor ajouté\nProblèmes de reconnexion résolus\nMessages d'erreur optimisés pour les types inconnus\n(DutchmanNL & @xXBJXx) Page de configuration de l'adaptateur optimisée",
"it": "Rilevamento automatico implementato\nTipo Climat aggiunto\nTipo TextSensor aggiunto\nRisolti i problemi di riconnessione\nMessaggi di errore ottimizzati per tipi sconosciuti\n(DutchmanNL & @xXBJXx) Pagina di configurazione dell'adattatore ottimizzata",
"es": "Detección automática implementada\nTipo Climat agregado\nType TextSensor agregado\nProblemas de reconexión resueltos\nMensajes de error optimizados para tipos desconocidos\n(DutchmanNL & @xXBJXx) Página de configuración del adaptador optimizada",
"pl": "Zaimplementowano automatyczne wykrywanie\nDodano typ Climat\nDodano TextSensor\nRozwiązano problemy z ponownym połączeniem\nZoptymalizowane komunikaty o błędach dla nieznanych typów\n(DutchmanNL & @xXBJXx) Zoptymalizowana strona konfiguracji adaptera",
"zh-cn": "实施自动发现\n类型气候已添加\n类型TextSensor已添加\n解决了重新连接问题\n针对未知类型的优化错误消息\n(DutchmanNL&@xXBJXx)适配器配置页面已优化"
},
"0.0.1": {
"en": "initial release",
"de": "Erstveröffentlichung",
"ru": "Начальная версия",
"pt": "lançamento inicial",
"nl": "Eerste uitgave",
"fr": "Première version",
"it": "Versione iniziale",
"es": "Versión inicial",
"pl": "Pierwsze wydanie",
"zh-cn": "首次出版"
}
},
"title": "Control ESPHome managed devices",
"titleLang": {
"en": "Control ESPHome managed devices",
"de": "Steuern Sie von ESPHome verwaltete Geräte",
"ru": "Управление устройствами ESPHome",
"pt": "Controlar dispositivos gerenciados ESPHome",
"nl": "Beheer door ESPHome beheerde apparaten",
"fr": "Contrôle des appareils gérés ESPHome",
"it": "Controlla i dispositivi gestiti da ESPHome",
"es": "Controle los dispositivos administrados por ESPHome",
"pl": "Kontroluj urządzenia zarządzane przez ESPHome",
"zh-cn": "控制ESPHome受管设备"
},
"desc": {
"en": "Control your ESP8266/ESP32 with simple yet powerful configuration files created and managed by ESPHome",
"de": "Steuern Sie Ihren ESP8266 / ESP32 mit einfachen, aber leistungsstarken Konfigurationsdateien, die von ESPHome erstellt und verwaltet werden",
"ru": "Управляйте своим ESP8266 / ESP32 с помощью простых, но мощных файлов конфигурации, созданных и управляемых ESPHome",
"pt": "Controle seu ESP8266 / ESP32 com arquivos de configuração simples, mas poderosos, criados e gerenciados por ESPHome",
"nl": "Beheer uw ESP8266 / ESP32 met eenvoudige maar krachtige configuratiebestanden die zijn gemaakt en beheerd door ESPHome",
"fr": "Contrôlez votre ESP8266 / ESP32 avec des fichiers de configuration simples mais puissants créés et gérés par ESPHome",
"it": "Controlla il tuo ESP8266 / ESP32 con file di configurazione semplici ma potenti creati e gestiti da ESPHome",
"es": "Controle su ESP8266 / ESP32 con archivos de configuración simples pero potentes creados y administrados por ESPHome",
"pl": "Steruj ESP8266 / ESP32 za pomocą prostych, ale potężnych plików konfiguracyjnych utworzonych i zarządzanych przez ESPHome",
"zh-cn": "使用由ESPHome创建和管理的简单但功能强大的配置文件控制ESP8266 / ESP32"
},
"authors": [
"DutchmanNL <rdrozda86@gmail.com>"
],
"keywords": [
"ESPHome",
"ESP",
"ESP32"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "esphome.png",
"enabled": true,
"messagebox": true,
"subscribe": "messagebox",
"extIcon": "https://raw.githubusercontent.com/iobroker-community-adapters/ioBroker.esphome/master/admin/esphome.png",
"readme": "https://github.com/iobroker-community-adapters/ioBroker.esphome/blob/master/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "hardware",
"compact": true,
"connectionType": "local",
"dataSource": "push",
"materialize": true,
"dependencies": [
{
"js-controller": ">=3.2.0"
}
]
},
"native": {
"reconnectInterval": 30,
"apiPass": "",
"autodiscovery": true
},
"objects": [],
"instanceObjects": [
{
"_id": "info",
"type": "channel",
"common": {
"name": "Information"
},
"native": {}
},
{
"_id": "info.connection",
"type": "state",
"common": {
"role": "indicator.connected",
"name": "Device or service connected",
"type": "boolean",
"read": true,
"write": false,
"def": false
},
"native": {}
}
]
}
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.0.2-Alpha.0",
"version": "0.1.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 c928595

Please sign in to comment.