Remove deprecated author property (#2041)

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
pull/2059/head
Jacob Laursen 2023-04-02 22:18:01 +02:00 committed by GitHub
parent 163c35cedc
commit cd10104705
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ If the add-on consists of more than one bundle, only one `addon.xml` is allowed
| type | Either `automation`, `binding`, `misc`, `persistence`, `transform`, `ui` or `voice` | mandatory |
| name | A human-readable name for the add-on | mandatory |
| description | A human-readable description for the add-on | optional |
| author | In general be the organization maintaining this add-on (e.g. openHAB), not an individual's name | optional |
| connection | `local` for add-ons that only interact locally, `cloud` for add-ons that require a cloud connection, `cloudDiscovery` for add-ons that require a cloud connection for set-up | optional |
| countries | List of two-letter ISO country codes that are supported (all countries if empty) | optional |
| service-id | The ID (service.pid or component.name) of the main binding service, which can be configured through OSGi configuration admin service. Should only be used in combination with a config description definition | optional |