From 82183034c639f7dd58be2e17e3f6a261a0ec7ba8 Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Wed, 14 Jun 2023 20:58:29 +0200 Subject: [PATCH] Missing blanks and tags in plant.markdown (#27827) --- source/_integrations/plant.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/plant.markdown b/source/_integrations/plant.markdown index 2d3951f11fe..047eeaa44d2 100644 --- a/source/_integrations/plant.markdown +++ b/source/_integrations/plant.markdown @@ -9,7 +9,7 @@ ha_domain: plant ha_integration_type: integration --- -This`plant`integration lets you merge moisture, conductivity, light intensity, temperature and battery level for a plant into a single UI element. It also supports setting minimum and maximum values for each measurement and will change its state to "problem" if it is not within those limits. +This `plant` integration lets you merge moisture, conductivity, light intensity, temperature and battery level for a plant into a single UI element. It also supports setting minimum and maximum values for each measurement and will change its state to "problem" if it is not within those limits. ## Configuration @@ -93,7 +93,7 @@ entity_id: required: false type: float min_brightness: - description: Minimum brightness before triggering a problem. In contrast to the other values, this check is *not* looking at the current situation, but rather at the last days. A problem is only reported if the maximum brightness over the last days was lower than min_brightness. You can use this to check if the plant gets enough light during the course of the day. + description: Minimum brightness before triggering a problem. In contrast to the other values, this check is *not* looking at the current situation, but rather at the last days. A problem is only reported if the maximum brightness over the last days was lower than `min_brightness`. You can use this to check if the plant gets enough light during the course of the day. required: false type: integer max_brightness: