ioBroker / dev-portal

ioBroker Developer Portal
MIT License
5 stars 6 forks source link

Show if adapter is supported by ioBroker.discovery #2

Closed UncleSamSwiss closed 3 years ago

UncleSamSwiss commented 3 years ago

It would be nice to see if the adapter is currently supported by ioBroker.discovery. For example there could be a discovery icon in the buttons bar on the card.

It should be checked if the following file exists: https://cdn.jsdelivr.net/npm/iobroker.discovery/lib/adapters/<adapter-name>.js Example: https://cdn.jsdelivr.net/npm/iobroker.discovery/lib/adapters/loxone.js

jsdelivr returns a 404 if the file can't be found.