Skip to content

Commit

Permalink
chore: release v0.1.1
Browse files Browse the repository at this point in the history
Type Fan added
Type Light added
Error messages optimized
Device reconnect handling improved
[Breaking!] Change state name to default "state" for type BinarySensor / Climate / Sensor / TextSensor & Switch
Autodiscovery improved, non-ESPHome devices excluded
  • Loading branch information
DutchmanNL committed Mar 2, 2021
1 parent 509d235 commit 9de88f7
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 63 deletions.
Binary file added .DS_Store
Binary file not shown.
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.1 (2021-03-02)
* (DutchmanNL) Type Fan added
* (DutchmanNL) Type Light added
* (DutchmanNL) Error messages optimized
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.0",
"version": "0.1.1",
"news": {
"0.1.1": {
"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",
"ru": "Тип вентилятора добавлен\nТип Light добавлен\nОптимизированы сообщения об ошибках\nУлучшена обработка переподключения устройства\n[Breaking!] Изменить имя состояния на \"состояние\" по умолчанию для типа BinarySensor / Climate / Sensor / TextSensor & Switch\nУлучшено автообнаружение, исключены устройства, не поддерживающие ESPHome",
"pt": "Tipo Ventilador adicionado\nLight Type adicionado\nMensagens de erro otimizadas\nManuseio de reconexão de dispositivo aprimorado\n[Quebrando!] Mude o nome do estado para o \"estado\" padrão para o tipo BinarySensor / Climate / Sensor / TextSensor & Switch\nAutodiscovery melhorada, dispositivos não ESPHome excluídos",
"nl": "Type Fan toegevoegd\nType Light toegevoegd\nFoutmeldingen geoptimaliseerd\nVerwerking van het opnieuw verbinden van apparaten is verbeterd\n[Breaking!] Verander de naam van de staat in de standaard \"staat\" voor type BinarySensor / Climate / Sensor / TextSensor & Switch\nAutodiscovery verbeterd, niet-ESPHome-apparaten uitgesloten",
"fr": "Type de ventilateur ajouté\nType Light ajouté\nMessages d'erreur optimisés\nGestion de la reconnexion des appareils améliorée\n[Breaking!] Remplacez le nom de l'état par \"état\" par défaut pour le type BinarySensor / Climate / Sensor / TextSensor & Switch\nDécouverte automatique améliorée, appareils non ESPHome exclus",
"it": "Tipo Fan aggiunto\nTipo Luce aggiunta\nMessaggi di errore ottimizzati\nGestione della riconnessione del dispositivo migliorata\n[Breaking!] Cambia il nome dello stato in \"state\" predefinito per il tipo BinarySensor / Climate / Sensor / TextSensor e Switch\nRilevamento automatico migliorato, dispositivi non ESPHome esclusi",
"es": "Tipo de ventilador agregado\nTipo de luz añadido\nMensajes de error optimizados\nManejo de reconexión del dispositivo mejorado\n[¡Rompiendo!] Cambia el nombre del estado al \"estado\" predeterminado para el tipo BinarySensor / Climate / Sensor / TextSensor & Switch\nDetección automática mejorada, dispositivos que no son ESPHome excluidos",
"pl": "Dodano wentylator typu\nDodano typ Light\nZoptymalizowane komunikaty o błędach\nPoprawiono obsługę ponownego łączenia urządzenia\n[Breaking!] Zmień nazwę stanu na domyślny „stan” dla typu BinarySensor / Climate / Sensor / TextSensor & Switch\nUlepszone automatyczne wykrywanie, z wyłączeniem urządzeń innych niż ESPHome",
"zh-cn": "风扇类型已添加\n类型轻已添加\n错误消息已优化\n设备重新连接处理得到改善\n[突破!]将BinarySensor / Climate / Sensor / TextSensor和Switch类型的状态名称更改为默认的“状态”\n改进了自动发现,排除了非ESPHome设备"
},
"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",
Expand Down
61 changes: 1 addition & 60 deletions 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.0",
"version": "0.1.1",
"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 9de88f7

Please sign in to comment.