ioBroker / ioBroker.repochecker

Check the ioBroker adapter github repositories if they can be added to public ioBroker repository
MIT License
8 stars 7 forks source link

Avoid W156 if adapter uses react #175

Closed mcm1957 closed 1 week ago

mcm1957 commented 4 months ago

Warning W156 should not be issued if an adapter uses react UI:

[W156] Adapter should support admin 5 UI (jsonConfig) if you do not use a React based UI

Example: https://github.com/nograx/ioBroker.zendure-solarflow

mcm1957 commented 3 months ago

see https://github.com/ioBroker/ioBroker.repochecker/issues/73

mcm1957 commented 1 month ago

fixed with 2.6.1 (at least as a first try)