Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Declare connection for addons where missing #14885

Closed
jlaur opened this issue Apr 26, 2023 · 3 comments · Fixed by #15016
Closed

Declare connection for addons where missing #14885

jlaur opened this issue Apr 26, 2023 · 3 comments · Fixed by #15016
Labels
enhancement An enhancement or new feature for an existing add-on

Comments

@jlaur
Copy link
Contributor

jlaur commented Apr 26, 2023

In order for the new connection declaration to be really useful, for example for filtering when installing addons or on the documentation website, we should declare the remaining addons.

So far many contributors already declared it for addons known to them, but still a lot are missing. This issue is created for the purpose of tracking this progress.

The documentation is here, although not yet regenerated after merging openhab/openhab-docs#2069: https://next.openhab.org/docs/developer/addons/addon.html#xml-structure-for-add-on-definitions

Current status

Updated 30.04.2023

[openhab-addons]$ grep -R "<connection>" --include addon.xml | wc -l
368
[openhab-addons]$ grep -RL "<connection>" --include addon.xml | wc -l
27

The list

grep -RL "<connection>" --include addon.xml | sed 's/^bundles\/org\.openhab\.\(.*\)\/src\(.*\)/- \1/' | sort
  • io.homekit
  • io.hueemulation
  • io.imperihome
  • io.metrics
  • io.neeo
  • io.openhabcloud
  • persistence.dynamodb
  • persistence.influxdb
  • persistence.jdbc
  • persistence.jpa
  • persistence.mapdb
  • persistence.mongodb
  • persistence.rrd4j
  • transform.bin2json
  • transform.exec
  • transform.jinja
  • transform.jsonpath
  • transform.map
  • transform.regex
  • transform.rollershutterposition
  • transform.scale
  • transform.xpath
  • transform.xslt
  • voice.actiontemplatehli
  • voice.porcupineks
  • voice.rustpotterks
  • voice.voskstt
@jlaur jlaur added the enhancement An enhancement or new feature for an existing add-on label Apr 26, 2023
@jlaur
Copy link
Contributor Author

jlaur commented Jul 9, 2023

shelly is back on the list:
#15031 (comment)

@jlaur jlaur reopened this Jul 9, 2023
@markus7017
Copy link
Contributor

fixed the Shelly binding

@jlaur
Copy link
Contributor Author

jlaur commented Jul 14, 2023

Fixed again by #15205.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An enhancement or new feature for an existing add-on
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants