-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
4 changed files
with
116 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]>" | ||
], | ||
"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 <[email protected]>" | ||
], | ||
"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": {} | ||
} | ||
] | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters