You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
349 B
18 lines
349 B
9 months ago
|
---
|
||
|
title: Plant-it
|
||
|
description: Plant-it Widget Configuration
|
||
|
---
|
||
|
|
||
|
Learn more about [Plantit](https://github.com/MDeLuise/plant-it).
|
||
|
|
||
|
API key can be created from the REST API.
|
||
|
|
||
9 months ago
|
Allowed fields: `["events", "plants", "photos", "species"]`.
|
||
|
|
||
9 months ago
|
```yaml
|
||
|
widget:
|
||
|
type: plantit
|
||
|
url: http://plant-it.host.or.ip:port # api port
|
||
|
key: plantit-api-key
|
||
|
```
|