Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
DutchmanNL committed Oct 31, 2023
1 parent c02f3bb commit ede0dff
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 23 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 DutchmanNL <[email protected]>
Copyright (c) 2023 DutchmanNL <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,7 @@ Example config, for more examples see [The DrozmotiX Docu Page](https://Drozmoti
Migrating from previous Sonoff Tasmota or ESPEasy setups is very easy. You just need to have ESPHome create a binary for you and then upload that in the web interface.
See for more details our [Docu Page](https://DrozmotiX.github.io/languages/en/Adapter/ESPHome/06.migration.html)

.. note::

Generated yaml files are stored at ```/opt/iobroker/node_modules/iobroker.esphome/config/>device<.yaml```
**_NOTE:_** Generated yaml files are stored at ```/opt/iobroker/iobroker-data/iobroker.esphome.>instance</>device<.yaml


## Support me
Expand All @@ -115,8 +113,8 @@ If you like my work, please consider a personal donation
* (DutchmanNL)
-->

### __WORK IN PROGRESS__
* (SimonFischer04) Support type "Button"
### __WORK IN PROGRESS__ - Bugfixes & Improvements
* (Dutchman & SimonFischer04) Several Bugfixes
* (SimonFischer04) Support type "select device"
* (DutchmanNL) ESPHome dashboard default disabled
* (SimonFischer04) Migrate to @2colors/esphome-native-api
Expand Down Expand Up @@ -181,7 +179,7 @@ If you like my work, please consider a personal donation
## License
MIT License

Copyright (c) 2021 DutchmanNL <[email protected]>
Copyright (c) 2023 DutchmanNL <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
15 changes: 1 addition & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,8 @@
{
"common": {
"name": "esphome",
"version": "0.3.0-beta.0",
"version": "0.3.0-beta.1",
"news": {
"0.3.0-beta.0" : {
"en": "Several bug fixes, warning: Beta testing release!",
"de": "Mehrere Fehlerbehebungen, Warnung: Beta-Testversion!",
"ru": "Несколько исправлений ошибок, предупреждение: Beta тестирование релиз!",
"pt": "Várias correções de bugs, aviso: Lançamento de testes Beta!",
"nl": "Verschillende bugfixes, waarschuwing: Beta testen!",
"fr": "Plusieurs corrections de bug, avertissement: Sortie de test de Beta !",
"it": "Diversi correzioni di bug, avviso: Beta testing release!",
"es": "Varias correcciones de errores, advertencia: ¡Libertad de pruebas de beta!",
"pl": "Several bug fixes (ang.). Beta test release (ang.)!",
"uk": "Кілька виправлень помилок, попередження: Випробування бета!",
"zh-cn": "警告: 汽车释放!"
},
"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)",
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.3.0-beta.0",
"version": "0.3.0-beta.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 ede0dff

Please sign in to comment.