Feature: Plant-it widget (#2941)

This commit is contained in:
Massimiliano De Luise 2024-02-20 02:54:28 +01:00 committed by GitHub
parent 841c74d58a
commit 619f365c92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 91 additions and 0 deletions

View file

@ -0,0 +1,15 @@
---
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.
```yaml
widget:
type: plantit
url: http://plant-it.host.or.ip:port # api port
key: plantit-api-key
```