mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-06 21:57:48 +01:00
Documentation: fix plant-it docs (#2987)
* Fix plant-it docs * Run pre-commit --------- Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
17
docs/widgets/services/plantit.md
Normal file
17
docs/widgets/services/plantit.md
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
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.
|
||||
|
||||
Allowed fields: `["events", "plants", "photos", "species"]`.
|
||||
|
||||
```yaml
|
||||
widget:
|
||||
type: plantit
|
||||
url: http://plant-it.host.or.ip:port # api port
|
||||
key: plantit-api-key
|
||||
```
|
||||
Reference in New Issue
Block a user