Update binding documentation / samples

Hi,

I found some things to improve in a binding documentation (minor errors) and like to add
some more sample items for this binding here:
http://docs.openhab.org/addons/bindings/comfoair1/readme.html

What is the way to update the content ?

Bernd

Hi Bernd,

All documentation is managed in GitHub, but on different ways.

Some documentation parts are automatically “fetched” from readme files outside the openhab docs repository.

Since this is a binding documentation the workflow is the following:

  1. Update the readme file in the openhab addons github repo.
    In your case this would be the following file:
    https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.comfoair/README.md
  2. Create a Pull Request to merge your improvements into this repo
  3. Wait for the maintainers next update run after your changes have been merged. They will be automatically included then.

If there are any questions left, just ask here. :slight_smile:

1 Like