From e38eb71329e254154cc70b6048480af19a33a9ca Mon Sep 17 00:00:00 2001 From: RoboMagus <68224306+RoboMagus@users.noreply.github.com> Date: Fri, 23 Feb 2024 13:00:23 +0100 Subject: [PATCH] Fix plant-it docs --- .../services/{planit.md => plantit.md} | 32 ++++++++++--------- 1 file changed, 17 insertions(+), 15 deletions(-) rename docs/widgets/services/{planit.md => plantit.md} (78%) diff --git a/docs/widgets/services/planit.md b/docs/widgets/services/plantit.md similarity index 78% rename from docs/widgets/services/planit.md rename to docs/widgets/services/plantit.md index d1cebfaad..34950f855 100644 --- a/docs/widgets/services/planit.md +++ b/docs/widgets/services/plantit.md @@ -1,15 +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. - -```yaml -widget: - type: plantit - url: http://plant-it.host.or.ip:port # api port - key: plantit-api-key -``` +--- +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 +```