Run pre-commit

This commit is contained in:
shamoon 2024-02-23 05:43:17 -08:00
parent e38eb71329
commit 800ce7d516

View File

@ -1,17 +1,17 @@
--- ---
title: Plant-it title: Plant-it
description: Plant-it Widget Configuration description: Plant-it Widget Configuration
--- ---
Learn more about [Plantit](https://github.com/MDeLuise/plant-it). Learn more about [Plantit](https://github.com/MDeLuise/plant-it).
API key can be created from the REST API. API key can be created from the REST API.
Allowed fields: `["events", "plants", "photos", "species"]`. Allowed fields: `["events", "plants", "photos", "species"]`.
```yaml ```yaml
widget: widget:
type: plantit type: plantit
url: http://plant-it.host.or.ip:port # api port url: http://plant-it.host.or.ip:port # api port
key: plantit-api-key key: plantit-api-key
``` ```