iobroker-community-adapters / ioBroker.samsung

Samsung Remote Adapter for ioBroker
MIT License
9 stars 9 forks source link

Fix issues reported by adapter checker #182

Closed mcm1957 closed 1 month ago

mcm1957 commented 2 months ago

❗ [E114] No adapter are allowed in the repo without admin support (set "common.noConfig = true" and "common.adminUI.config = none" if adapter has no configuration) 👀 [W113] Adapter should support compact mode 👀 [W156] Adapter should support admin 5 UI (jsonConfig) if you do not use a React based UI 👀 [W170] "common.keywords" should not contain "iobroker, adapter, smart home" io-package.json 👀 [W173] Potential sensitive data "token,pin" not listed at "protectedNative" in io-package.json 👀 [W174] Potential sensitive data "token,pin" not listed at "encryptedNative" in io-package.json

mcm1957 commented 1 month ago

replaced by #200