AlCalzone
AlCalzone
Currently the iobroker plugin translates on its own. If the adapter is already using @iobroker/adapter-dev we should fall back to using its translation method for io-package.json news. @UncleSamSwiss might have...
**Describe the bug** The formula "icon" is currently the mathematical symbol for a sum (Σ). IMO this can be misleading because you're not supposed to enter a sum there, but...
With `npx` it can happen that an old version is cached. We should detect that and warn the user. If that happens we need to tell him to use the...
To avoid accidentally breaking the created adapters. Needs: https://github.com/ioBroker/testing/issues/421
https://www.chakshunyu.com/blog/why-did-and-dont-you-need-to-import-react/?utm_source=reddit&utm_medium=social&utm_campaign=r_javascript for details - we already use React 17, so we could easily switch to the new jsx transform: https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html#how-to-upgrade-to-the-new-jsx-transform
As mentioned in https://github.com/ioBroker/create-adapter/pull/838 Note that we should also switch to [AlCalzone/iobroker-react](https://github.com/AlCalzone/iobroker-react), because currently this results in some "compiled" css files that are imported from adapter-react somehow.
Now with JS-Controller 4 in stable, most installations should support this, which was added in [TS 3.3](https://github.com/ioBroker/ioBroker.js-controller#directly-executing-typescript-adapters).
**PR Checklist:** - [x] Provide a meaningful description to this PR or mention which issues this fixes. - [ ] ~~Add tests for your change. This includes negative tests (i.e....