Remove deprecated author property (#2041)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>pull/2059/head
parent
163c35cedc
commit
cd10104705
|
@ -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 |
|
||||
|
|
Loading…
Reference in New Issue